Home
last modified time | relevance | path

Searched defs:h264_vui_t (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h429 typedef struct h264_vui_t { struct
430 RK_S32 aspect_ratio_info_present_flag; // u(1)
431 RK_U32 aspect_ratio_idc; // u(8)
432 RK_U16 sar_width; // u(16)
433 RK_U16 sar_height; // u(16)
434 RK_S32 overscan_info_present_flag; // u(1)
435 RK_S32 overscan_appropriate_flag; // u(1)
436 RK_S32 video_signal_type_present_flag; // u(1)
437 RK_U32 video_format; // u(3)
438 RK_S32 video_full_range_flag; // u(1)
[all …]