Home
last modified time | relevance | path

Searched refs:start_picture (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.h118 GstFlowReturn (*start_picture) (GstAV1Decoder * decoder, member
Dgstvp8decoder.h104 GstFlowReturn (*start_picture) (GstVp8Decoder * decoder, member
Dgstmpeg2decoder.h132 GstFlowReturn (*start_picture) (GstMpeg2Decoder * decoder, member
Dgstvp9decoder.h130 GstFlowReturn (*start_picture) (GstVp9Decoder * decoder, member
Dgsth265decoder.h110 GstFlowReturn (*start_picture) (GstH265Decoder * decoder, member
Dgsth264decoder.h167 GstFlowReturn (*start_picture) (GstH264Decoder * decoder, member
Dgstvp8decoder.c415 if (klass->start_picture) { in gst_vp8_decoder_handle_frame()
416 ret = klass->start_picture (self, picture); in gst_vp8_decoder_handle_frame()
Dgstvp9decoder.c486 if (klass->start_picture) { in gst_vp9_decoder_handle_frame()
487 ret = klass->start_picture (self, picture); in gst_vp9_decoder_handle_frame()
Dgstav1decoder.c408 if (klass->start_picture) { in gst_av1_decoder_decode_frame_header()
409 ret = klass->start_picture (self, picture, priv->dpb); in gst_av1_decoder_decode_frame_header()
Dgstmpeg2decoder.c815 if (!klass->start_picture) in gst_mpeg2_decoder_start_current_picture()
827 ret = klass->start_picture (decoder, priv->current_picture, slice, in gst_mpeg2_decoder_start_current_picture()
Dgsth265decoder.c1648 if (klass->start_picture) { in gst_h265_decoder_start_current_picture()
1649 ret = klass->start_picture (self, priv->current_picture, in gst_h265_decoder_start_current_picture()
Dgsth264decoder.c1103 if (klass->start_picture) { in gst_h264_decoder_start_current_picture()
1104 ret = klass->start_picture (self, priv->current_picture, in gst_h264_decoder_start_current_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvampeg2dec.c646 mpeg2decoder_class->start_picture = in gst_va_mpeg2_dec_class_init()
Dgstvah264dec.c922 h264decoder_class->start_picture = in gst_va_h264_dec_class_init()
Dgstvaav1dec.c927 av1decoder_class->start_picture = in gst_va_av1_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp166 vp8decoder_class->start_picture = in gst_d3d11_vp8_dec_class_init()
Dgstd3d11mpeg2dec.cpp182 mpeg2decoder_class->start_picture = in gst_d3d11_mpeg2_dec_class_init()
Dgstd3d11h264dec.cpp203 h264decoder_class->start_picture = in gst_d3d11_h264_dec_class_init()
Dgstd3d11vp9dec.cpp203 vp9decoder_class->start_picture = in gst_d3d11_vp9_dec_class_init()
Dgstd3d11h265dec.cpp170 h265decoder_class->start_picture = in gst_d3d11_h265_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c191 h264decoder_class->start_picture = in gst_nv_h264_dec_class_init()
Dgstnvh265dec.c175 h265decoder_class->start_picture = in gst_nv_h265_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c897 vp8decoder_class->start_picture = in gst_v4l2_codec_vp8_dec_subclass_init()
Dgstv4l2codecmpeg2dec.c1037 mpeg2decoder_class->start_picture = in gst_v4l2_codec_mpeg2_dec_subclass_init()
Dgstv4l2codecvp9dec.c1107 vp9decoder_class->start_picture = in gst_v4l2_codec_vp9_dec_subclass_init()

12