Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h349 typedef struct _GstH264VUIParams GstH264VUIParams; typedef
757 GstH264VUIParams vui_parameters;
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()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c2098 GstH264VUIParams *vui = &sps->vui_parameters; in gst_h264_parse_update_src_caps()
/third_party/gstreamer/gstplugins_bad/
DChangeLog110321 codecparsers: h264: fix typo in GstH264VUIParams description.