Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h29 RK_S32 aspect_ratio_idc; member
H A Dh264e_sps.c363 mpp_writer_put_bits(bit, vui->aspect_ratio_idc, 8); in h264e_sps_to_packet()
364 if (H264_EXTENDED_SAR == vui->aspect_ratio_idc) { in h264e_sps_to_packet()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c86 READ_BITS(p_bitctx, 8, &vui->aspect_ratio_idc); in read_VUI()
87 if (255 == vui->aspect_ratio_idc) { in read_VUI()
H A Dh264d_global.h431 RK_U32 aspect_ratio_idc; // u(8) member