Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c201 &nalu), GST_H265_PARSER_NO_NAL_END); in GST_START_TEST()
212 &nalu), GST_H265_PARSER_NO_NAL_END); in GST_START_TEST()
249 assert_equals_int (res, GST_H265_PARSER_NO_NAL_END); in GST_START_TEST()
304 assert_equals_int (res, GST_H265_PARSER_NO_NAL_END); in GST_START_TEST()
309 assert_equals_int (res, GST_H265_PARSER_NO_NAL_END); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c1484 return GST_H265_PARSER_NO_NAL_END; in gst_h265_parser_identify_nalu()
1493 return GST_H265_PARSER_NO_NAL_END; in gst_h265_parser_identify_nalu()
1565 return GST_H265_PARSER_NO_NAL_END; in gst_h265_parser_identify_nalu_hevc()
4186 if (pres != GST_H265_PARSER_OK && pres != GST_H265_PARSER_NO_NAL_END) { in gst_h265_parser_insert_sei_internal()
4206 if (pres != GST_H265_PARSER_OK && pres != GST_H265_PARSER_NO_NAL_END) { in gst_h265_parser_insert_sei_internal()
Dgsth265parser.h335 GST_H265_PARSER_NO_NAL_END enumerator
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c1794 if (pres == GST_H265_PARSER_NO_NAL_END) in gst_h265_decoder_handle_frame()
1804 if (pres == GST_H265_PARSER_NO_NAL_END) in gst_h265_decoder_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1114 if (parse_res == GST_H265_PARSER_NO_NAL_END || in gst_h265_parse_handle_frame_packetized()
1242 case GST_H265_PARSER_NO_NAL_END: in gst_h265_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1548 if (pres == GST_H265_PARSER_NO_NAL_END) in gst_nvdec_handle_h265_buffer()