Lines Matching refs:sink_allocator
72 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()
965 gst_v4l2_codec_allocator_set_flushing (self->sink_allocator, flushing); in gst_v4l2_codec_vp9_dec_set_flushing()