Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h119 RK_S32 vui_timing_info_present_flag; member
H A Dh265d_ps.c1279 READ_ONEBIT(gb, &vui->vui_timing_info_present_flag); in decode_vui()
1281 if (vui->vui_timing_info_present_flag) { in decode_vui()
H A Dh265d_parser.c519 } else if (sps->vui.vui_timing_info_present_flag) { in set_sps()