Home
last modified time | relevance | path

Searched refs:overscan_info_present_flag (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c92 READ_ONEBIT(p_bitctx, &vui->overscan_info_present_flag); in read_VUI()
93 if (vui->overscan_info_present_flag) { in read_VUI()
H A Dh264d_global.h434 RK_S32 overscan_info_present_flag; // u(1) member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h97 RK_S32 overscan_info_present_flag; member
H A Dh265d_ps.c1204 READ_ONEBIT(gb, &vui->overscan_info_present_flag); in decode_vui()
1205 if (vui->overscan_info_present_flag) in decode_vui()