Home
last modified time | relevance | path

Searched refs:is_prext_profile (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_scalist.h30 RK_U32 is_prext_profile(RK_U32 profile_idc);
H A Dh264d_scalist.c162 RK_U32 is_prext_profile(RK_U32 profile_idc) in is_prext_profile() function
225 if (sps->constrained_set3_flag && !is_prext_profile(sps->profile_idc)) { in get_max_dec_frame_buf_size()
H A Dh264d_dpb.c63 if (!is_prext_profile(active_sps->profile_idc) && (active_sps->constrained_set3_flag == 1)) in getDpbSize()