Home
last modified time | relevance | path

Searched refs:GST_H264_PARSER_NO_NAL_END (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c223 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
278 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
283 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
354 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
365 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
376 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
389 assert_equals_int (res, GST_H264_PARSER_NO_NAL_END); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h210 GST_H264_PARSER_NO_NAL_END enumerator
Dgsth264parser.c1518 return GST_H264_PARSER_NO_NAL_END; in gst_h264_parser_identify_nalu()
1592 return GST_H264_PARSER_NO_NAL_END; in gst_h264_parser_identify_nalu_avc()
3300 if (pres != GST_H264_PARSER_OK && pres != GST_H264_PARSER_NO_NAL_END) { in gst_h264_parser_insert_sei_internal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c549 if (pres == GST_H264_PARSER_NO_NAL_END) in gst_h264_decoder_handle_frame()
558 if (pres == GST_H264_PARSER_NO_NAL_END) in gst_h264_decoder_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1304 if (parse_res == GST_H264_PARSER_NO_NAL_END || in gst_h264_parse_handle_frame_packetized()
1442 case GST_H264_PARSER_NO_NAL_END: in gst_h264_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1410 if (pres == GST_H264_PARSER_NO_NAL_END) in gst_nvdec_handle_h264_buffer()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c740 if (res != GST_H264_PARSER_OK && res != GST_H264_PARSER_NO_NAL_END) { in scan_keyframe_h264()
/third_party/gstreamer/gstplugins_bad/
DChangeLog58247 codecparsers: h264: flesh out documentation for GST_H264_PARSER_NO_NAL_END