Home
last modified time | relevance | path

Searched refs:sink_allocator (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c71 GstV4l2CodecAllocator *sink_allocator; member
142 if (self->sink_allocator) { in gst_v4l2_codec_vp8_dec_reset_allocation()
143 gst_v4l2_codec_allocator_detach (self->sink_allocator); in gst_v4l2_codec_vp8_dec_reset_allocation()
144 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_vp8_dec_reset_allocation()
290 self->sink_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_vp8_dec_decide_allocation()
292 if (!self->sink_allocator) { in gst_v4l2_codec_vp8_dec_decide_allocation()
303 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_vp8_dec_decide_allocation()
511 if (!self->sink_allocator) in gst_v4l2_codec_vp8_dec_start_picture()
516 self->bitstream = gst_v4l2_codec_allocator_alloc (self->sink_allocator); in gst_v4l2_codec_vp8_dec_start_picture()
756 if (self->sink_allocator) in gst_v4l2_codec_vp8_dec_set_flushing()
[all …]
Dgstv4l2codecvp9dec.c72 GstV4l2CodecAllocator *sink_allocator; member
403 if (self->sink_allocator) { in gst_v4l2_codec_vp9_dec_reset_allocation()
404 gst_v4l2_codec_allocator_detach (self->sink_allocator); in gst_v4l2_codec_vp9_dec_reset_allocation()
405 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_vp9_dec_reset_allocation()
551 self->sink_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_vp9_dec_decide_allocation()
553 if (!self->sink_allocator) { in gst_v4l2_codec_vp9_dec_decide_allocation()
564 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_vp9_dec_decide_allocation()
680 if (!self->sink_allocator) in gst_v4l2_codec_vp9_dec_start_picture()
685 self->bitstream = gst_v4l2_codec_allocator_alloc (self->sink_allocator); in gst_v4l2_codec_vp9_dec_start_picture()
964 if (self->sink_allocator) in gst_v4l2_codec_vp9_dec_set_flushing()
[all …]
Dgstv4l2codecmpeg2dec.c82 GstV4l2CodecAllocator *sink_allocator; member
155 if (self->sink_allocator) { in gst_v4l2_codec_mpeg2_dec_reset_allocation()
156 gst_v4l2_codec_allocator_detach (self->sink_allocator); in gst_v4l2_codec_mpeg2_dec_reset_allocation()
157 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_mpeg2_dec_reset_allocation()
344 self->sink_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_mpeg2_dec_decide_allocation()
492 self->bitstream = gst_v4l2_codec_allocator_alloc (self->sink_allocator); in gst_v4l2_codec_mpeg2_dec_ensure_bitstream()
561 if (!self->sink_allocator) in gst_v4l2_codec_mpeg2_dec_start_picture()
893 if (self->sink_allocator) in gst_v4l2_codec_mpeg2_dec_set_flushing()
894 gst_v4l2_codec_allocator_set_flushing (self->sink_allocator, flushing); in gst_v4l2_codec_mpeg2_dec_set_flushing()
Dgstv4l2codech264dec.c73 GstV4l2CodecAllocator *sink_allocator; member
239 if (self->sink_allocator) { in gst_v4l2_codec_h264_dec_reset_allocation()
240 gst_v4l2_codec_allocator_detach (self->sink_allocator); in gst_v4l2_codec_h264_dec_reset_allocation()
241 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_h264_dec_reset_allocation()
421 self->sink_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_h264_dec_decide_allocation()
423 if (!self->sink_allocator) { in gst_v4l2_codec_h264_dec_decide_allocation()
434 g_clear_object (&self->sink_allocator); in gst_v4l2_codec_h264_dec_decide_allocation()
929 self->bitstream = gst_v4l2_codec_allocator_alloc (self->sink_allocator); in gst_v4l2_codec_h264_dec_ensure_bitstream()
958 if (!self->sink_allocator) in gst_v4l2_codec_h264_dec_start_picture()
1355 if (self->sink_allocator) in gst_v4l2_codec_h264_dec_set_flushing()
[all …]