Home
last modified time | relevance | path

Searched refs:new_sequence (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/boost/log/detail/
Dvalue_ref_visitation.hpp53 …name mpl::erase< SequenceT, middle_type, typename mpl::end< SequenceT >::type >::type new_sequence; in call() typedef
54 typedef apply_visitor_dispatch< new_sequence, VisitorT > new_dispatch; in call()
59 typedef typename mpl::erase< SequenceT, begin_type, middle_type >::type new_sequence; in call() typedef
60 typedef apply_visitor_dispatch< new_sequence, VisitorT > new_dispatch; in call()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.h78 GstFlowReturn (*new_sequence) (GstAV1Decoder * decoder, member
Dgstvp8decoder.h91 GstFlowReturn (*new_sequence) (GstVp8Decoder * decoder, member
Dgstvp9decoder.h76 GstFlowReturn (*new_sequence) (GstVp9Decoder * decoder, member
Dgstmpeg2decoder.h81 GstFlowReturn (*new_sequence) (GstMpeg2Decoder * decoder, member
Dgsth264decoder.h123 GstFlowReturn (*new_sequence) (GstH264Decoder * decoder, member
Dgsth265decoder.h97 GstFlowReturn (*new_sequence) (GstH265Decoder * decoder, member
Dgstvp8decoder.c187 if (klass->new_sequence) in gst_vp8_decoder_check_codec_change()
188 ret = klass->new_sequence (self, frame_hdr); in gst_vp8_decoder_check_codec_change()
Dgstvp9decoder.c246 if (klass->new_sequence) in gst_vp9_decoder_check_codec_change()
247 ret = klass->new_sequence (self, frame_hdr); in gst_vp9_decoder_check_codec_change()
Dgstav1decoder.c284 g_assert (klass->new_sequence); in gst_av1_decoder_process_sequence()
293 ret = klass->new_sequence (self, &seq_header); in gst_av1_decoder_process_sequence()
Dgstmpeg2decoder.c776 if (klass->new_sequence) { in gst_mpeg2_decoder_handle_picture()
777 ret = klass->new_sequence (decoder, &priv->seq_hdr, in gst_mpeg2_decoder_handle_picture()
Dgsth265decoder.c341 g_assert (klass->new_sequence); in gst_h265_decoder_process_sps()
343 ret = klass->new_sequence (self, sps, max_dpb_size); in gst_h265_decoder_process_sps()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c102 vp8decoder_class->new_sequence = in gst_nv_vp8_dec_class_init()
Dgstnvvp9dec.c105 vp9decoder_class->new_sequence = in gst_nv_vp9_dec_class_init()
Dgstnvh264dec.c183 h264decoder_class->new_sequence = in gst_nv_h264_dec_class_init()
Dgstnvh265dec.c169 h265decoder_class->new_sequence = in gst_nv_h265_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c513 vp8decoder_class->new_sequence = in gst_va_vp8_dec_class_init()
Dgstvampeg2dec.c640 mpeg2decoder_class->new_sequence = in gst_va_mpeg2_dec_class_init()
Dgstvavp9dec.c661 vp9_class->new_sequence = GST_DEBUG_FUNCPTR (gst_va_vp9_new_sequence); in gst_va_vp9_dec_class_init()
Dgstvah264dec.c913 h264decoder_class->new_sequence = in gst_va_h264_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp162 vp8decoder_class->new_sequence = in gst_d3d11_vp8_dec_class_init()
Dgstd3d11mpeg2dec.cpp176 mpeg2decoder_class->new_sequence = in gst_d3d11_mpeg2_dec_class_init()
Dgstd3d11vp9dec.cpp197 vp9decoder_class->new_sequence = in gst_d3d11_vp9_dec_class_init()
Dgstd3d11h264dec.cpp197 h264decoder_class->new_sequence = in gst_d3d11_h264_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c895 vp8decoder_class->new_sequence = in gst_v4l2_codec_vp8_dec_subclass_init()

12