Home
last modified time | relevance | path

Searched refs:vui_parameters (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c2098 GstH264VUIParams *vui = &sps->vui_parameters; in gst_h264_parse_update_src_caps()
2450 } else if (!sps->vui_parameters.timing_info_present_flag) { in gst_h264_parse_get_duration()
2454 } else if (sps->vui_parameters.time_scale == 0) { in gst_h264_parse_get_duration()
2502 sps->vui_parameters.num_units_in_tick, sps->vui_parameters.time_scale); in gst_h264_parse_get_duration()
2549 } else if (!sps->vui_parameters.timing_info_present_flag) { in gst_h264_parse_get_timestamp()
2553 } else if (sps->vui_parameters.time_scale == 0) { in gst_h264_parse_get_timestamp()
2617 sps->vui_parameters.num_units_in_tick, in gst_h264_parse_get_timestamp()
2618 sps->vui_parameters.time_scale); in gst_h264_parse_get_timestamp()
2624 sps->vui_parameters.num_units_in_tick, in gst_h264_parse_get_timestamp()
2625 sps->vui_parameters.time_scale); in gst_h264_parse_get_timestamp()
[all …]
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c111 static int FUNC(vui_parameters)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
363 CHECK(FUNC(vui_parameters)(ctx, rw, &current->vui, current)); in FUNC()
Dcbs_h265_syntax_template.c319 static int FUNC(vui_parameters)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
936 CHECK(FUNC(vui_parameters)(ctx, rw, &current->vui, current)); in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c154 static void vui_parameters(struct vl_rbsp *rbsp) in vui_parameters() function
357 vui_parameters(rbsp); in seq_parameter_set()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c2204 && sps->vui_parameters.bitstream_restriction_flag) { in gst_h264_decoder_update_max_num_reorder_frames()
2205 max_num_reorder_frames = sps->vui_parameters.num_reorder_frames; in gst_h264_decoder_update_max_num_reorder_frames()
2443 && sps->vui_parameters.bitstream_restriction_flag) in gst_h264_decoder_process_sps()
2444 max_dpb_frames = MAX (1, sps->vui_parameters.max_dec_frame_buffering); in gst_h264_decoder_process_sps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c422 GstH264VUIParams *vui = &sps->vui_parameters; in gst_h264_parse_vui_parameters()
877 GstH264VUIParams *vui = &sps->vui_parameters; in gst_h264_parser_parse_buffering_period()
980 GstH264VUIParams *vui = &nalparser->last_sps->vui_parameters; in gst_h264_parser_parse_pic_timing()
2736 const GstH264VUIParams *vui = &sps->vui_parameters; in gst_h264_video_calculate_framerate()
Dgsth264parser.h757 GstH264VUIParams vui_parameters; member