Home
last modified time | relevance | path

Searched refs:GST_H264_NAL_SEI (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c355 assert_equals_int (nalu.type, GST_H264_NAL_SEI); in GST_START_TEST()
377 assert_equals_int (nalu.type, GST_H264_NAL_SEI); in GST_START_TEST()
390 assert_equals_int (nalu.type, GST_H264_NAL_SEI); in GST_START_TEST()
632 assert_equals_int (nalu.type, GST_H264_NAL_SEI); in GST_START_TEST()
692 assert_equals_int (nalu.type, GST_H264_NAL_SEI); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h150 GST_H264_NAL_SEI = 6, enumerator
Dgsth264parser.c2956 WRITE_UINT8 (&nw, GST_H264_NAL_SEI, 5); in gst_h264_create_sei_memory_internal()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1037 case GST_H264_NAL_SEI: in gst_h264_parse_process_nal()
1190 complete = h264parse->picture_start && ((nal_type >= GST_H264_NAL_SEI && in gst_h264_parse_collect_nal()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c764 case GST_H264_NAL_SEI: in scan_keyframe_h264()