Home
last modified time | relevance | path

Searched refs:GST_H264_NAL_SLICE_IDR (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c176 assert_equals_int (nalu.type, GST_H264_NAL_SLICE_IDR); in GST_START_TEST()
196 assert_equals_int (nalu.type, GST_H264_NAL_SLICE_IDR); in GST_START_TEST()
224 assert_equals_int (nalu.type, GST_H264_NAL_SLICE_IDR); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h149 GST_H264_NAL_SLICE_IDR = 5, enumerator
Dgsth264parser.c3307 if ((nalu.type >= GST_H264_NAL_SLICE && nalu.type <= GST_H264_NAL_SLICE_IDR) in gst_h264_parser_insert_sei_internal()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1059 case GST_H264_NAL_SLICE_IDR: in gst_h264_parse_process_nal()
1100 if (G_LIKELY (nal_type != GST_H264_NAL_SLICE_IDR && in gst_h264_parse_process_nal()
1198 || nal_type == GST_H264_NAL_SLICE_IDR) && in gst_h264_parse_collect_nal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c1346 case GST_H264_NAL_SLICE_IDR: in gst_h264_decoder_decode_nal()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c795 case GST_H264_NAL_SLICE_IDR: in scan_keyframe_h264()