Searched defs:h264_vui_t (Results 1 – 1 of 1) sorted by relevance
429 typedef struct h264_vui_t { struct430 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 …]