Home
last modified time | relevance | path

Searched refs:end_picture (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.h145 GstFlowReturn (*end_picture) (GstAV1Decoder * decoder, member
Dgstvp8decoder.h111 GstFlowReturn (*end_picture) (GstVp8Decoder * decoder, member
Dgstmpeg2decoder.h163 GstFlowReturn (*end_picture) (GstMpeg2Decoder * decoder, member
Dgstvp9decoder.h158 GstFlowReturn (*end_picture) (GstVp9Decoder * decoder, member
Dgsth265decoder.h121 GstFlowReturn (*end_picture) (GstH265Decoder * decoder, member
Dgsth264decoder.h206 GstFlowReturn (*end_picture) (GstH264Decoder * decoder, member
Dgstvp8decoder.c431 if (klass->end_picture) { in gst_vp8_decoder_handle_frame()
432 ret = klass->end_picture (self, picture); in gst_vp8_decoder_handle_frame()
Dgstvp9decoder.c502 if (klass->end_picture) { in gst_vp9_decoder_handle_frame()
503 ret = klass->end_picture (self, picture); in gst_vp9_decoder_handle_frame()
Dgstav1decoder.c604 if (klass->end_picture) { in gst_av1_decoder_handle_frame()
605 ret = klass->end_picture (self, priv->current_picture); in gst_av1_decoder_handle_frame()
Dgstmpeg2decoder.c941 ret = klass->end_picture (decoder, priv->current_picture); in gst_mpeg2_decoder_finish_current_field()
973 ret = klass->end_picture (decoder, priv->current_picture); in gst_mpeg2_decoder_finish_current_picture()
Dgsth265decoder.c1722 if (klass->end_picture) { in gst_h265_decoder_finish_current_picture()
1723 flow_ret = klass->end_picture (self, priv->current_picture); in gst_h265_decoder_finish_current_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c519 vp8decoder_class->end_picture = in gst_va_vp8_dec_class_init()
Dgstvampeg2dec.c650 mpeg2decoder_class->end_picture = in gst_va_mpeg2_dec_class_init()
Dgstvavp9dec.c664 vp9_class->end_picture = GST_DEBUG_FUNCPTR (gst_va_vp9_dec_end_picture); in gst_va_vp9_dec_class_init()
Dgstvah264dec.c924 h264decoder_class->end_picture = in gst_va_h264_dec_class_init()
Dgstvaav1dec.c931 av1decoder_class->end_picture = in gst_va_av1_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp170 vp8decoder_class->end_picture = in gst_d3d11_vp8_dec_class_init()
Dgstd3d11mpeg2dec.cpp186 mpeg2decoder_class->end_picture = in gst_d3d11_mpeg2_dec_class_init()
Dgstd3d11h264dec.cpp207 h264decoder_class->end_picture = in gst_d3d11_h264_dec_class_init()
Dgstd3d11vp9dec.cpp207 vp9decoder_class->end_picture = in gst_d3d11_vp9_dec_class_init()
Dgstd3d11h265dec.cpp174 h265decoder_class->end_picture = in gst_d3d11_h265_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c195 h264decoder_class->end_picture = in gst_nv_h264_dec_class_init()
Dgstnvh265dec.c179 h265decoder_class->end_picture = in gst_nv_h265_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c901 vp8decoder_class->end_picture = in gst_v4l2_codec_vp8_dec_subclass_init()
Dgstv4l2codecmpeg2dec.c1041 mpeg2decoder_class->end_picture = in gst_v4l2_codec_mpeg2_dec_subclass_init()

12