Lines Matching defs:h264_vui_t

429 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)
439 RK_S32 colour_description_present_flag; // u(1)
440 RK_U32 colour_primaries; // u(8)
441 RK_U32 transfer_characteristics; // u(8)
442 RK_U32 matrix_coefficients; // u(8)
443 RK_S32 chroma_location_info_present_flag; // u(1)
444 RK_U32 chroma_sample_loc_type_top_field; // ue(v)
445 RK_U32 chroma_sample_loc_type_bottom_field; // ue(v)
446 RK_S32 timing_info_present_flag; // u(1)
447 RK_U32 num_units_in_tick; // u(32)
448 RK_U32 time_scale; // u(32)
449 RK_S32 fixed_frame_rate_flag; // u(1)
450 RK_S32 nal_hrd_parameters_present_flag; // u(1)
451 struct h264_hrd_t nal_hrd_parameters; // hrd_paramters_t
452 RK_S32 vcl_hrd_parameters_present_flag; // u(1)
453 struct h264_hrd_t vcl_hrd_parameters; // hrd_paramters_t
455 RK_S32 low_delay_hrd_flag; // u(1)
456 RK_S32 pic_struct_present_flag; // u(1)
457 RK_S32 bitstream_restriction_flag; // u(1)
458 RK_S32 motion_vectors_over_pic_boundaries_flag; // u(1)
459 RK_U32 max_bytes_per_pic_denom; // ue(v)
460 RK_U32 max_bits_per_mb_denom; // ue(v)
461 RK_U32 log2_max_mv_length_vertical; // ue(v)
462 RK_U32 log2_max_mv_length_horizontal; // ue(v)
463 RK_U32 num_reorder_frames; // ue(v)
464 RK_U32 max_dec_frame_buffering; // ue(v)