Searched refs:src_allocator (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 72 GstV4l2CodecAllocator *src_allocator; member 147 if (self->src_allocator) { in gst_v4l2_codec_vp8_dec_reset_allocation() 148 gst_v4l2_codec_allocator_detach (self->src_allocator); in gst_v4l2_codec_vp8_dec_reset_allocation() 149 g_clear_object (&self->src_allocator); in gst_v4l2_codec_vp8_dec_reset_allocation() 280 g_clear_object (&self->src_allocator); in gst_v4l2_codec_vp8_dec_decide_allocation() 298 self->src_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_vp8_dec_decide_allocation() 300 if (!self->src_allocator) { in gst_v4l2_codec_vp8_dec_decide_allocation() 307 self->src_pool = gst_v4l2_codec_pool_new (self->src_allocator, &self->vinfo); in gst_v4l2_codec_vp8_dec_decide_allocation() 758 if (self->src_allocator) in gst_v4l2_codec_vp8_dec_set_flushing() 759 gst_v4l2_codec_allocator_set_flushing (self->src_allocator, flushing); in gst_v4l2_codec_vp8_dec_set_flushing()
|
D | gstv4l2codecmpeg2dec.c | 83 GstV4l2CodecAllocator *src_allocator; member 160 if (self->src_allocator) { in gst_v4l2_codec_mpeg2_dec_reset_allocation() 161 gst_v4l2_codec_allocator_detach (self->src_allocator); in gst_v4l2_codec_mpeg2_dec_reset_allocation() 162 g_clear_object (&self->src_allocator); in gst_v4l2_codec_mpeg2_dec_reset_allocation() 334 g_clear_object (&self->src_allocator); in gst_v4l2_codec_mpeg2_dec_decide_allocation() 346 self->src_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_mpeg2_dec_decide_allocation() 348 self->src_pool = gst_v4l2_codec_pool_new (self->src_allocator, &self->vinfo); in gst_v4l2_codec_mpeg2_dec_decide_allocation() 895 if (self->src_allocator) in gst_v4l2_codec_mpeg2_dec_set_flushing() 896 gst_v4l2_codec_allocator_set_flushing (self->src_allocator, flushing); in gst_v4l2_codec_mpeg2_dec_set_flushing()
|
D | gstv4l2codecvp9dec.c | 73 GstV4l2CodecAllocator *src_allocator; member 408 if (self->src_allocator) { in gst_v4l2_codec_vp9_dec_reset_allocation() 409 gst_v4l2_codec_allocator_detach (self->src_allocator); in gst_v4l2_codec_vp9_dec_reset_allocation() 410 g_clear_object (&self->src_allocator); in gst_v4l2_codec_vp9_dec_reset_allocation() 541 g_clear_object (&self->src_allocator); in gst_v4l2_codec_vp9_dec_decide_allocation() 559 self->src_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_vp9_dec_decide_allocation() 561 if (!self->src_allocator) { in gst_v4l2_codec_vp9_dec_decide_allocation() 568 self->src_pool = gst_v4l2_codec_pool_new (self->src_allocator, &self->vinfo); in gst_v4l2_codec_vp9_dec_decide_allocation() 966 if (self->src_allocator) in gst_v4l2_codec_vp9_dec_set_flushing() 967 gst_v4l2_codec_allocator_set_flushing (self->src_allocator, flushing); in gst_v4l2_codec_vp9_dec_set_flushing()
|
D | gstv4l2codech264dec.c | 74 GstV4l2CodecAllocator *src_allocator; member 244 if (self->src_allocator) { in gst_v4l2_codec_h264_dec_reset_allocation() 245 gst_v4l2_codec_allocator_detach (self->src_allocator); in gst_v4l2_codec_h264_dec_reset_allocation() 246 g_clear_object (&self->src_allocator); in gst_v4l2_codec_h264_dec_reset_allocation() 411 g_clear_object (&self->src_allocator); in gst_v4l2_codec_h264_dec_decide_allocation() 429 self->src_allocator = gst_v4l2_codec_allocator_new (self->decoder, in gst_v4l2_codec_h264_dec_decide_allocation() 431 if (!self->src_allocator) { in gst_v4l2_codec_h264_dec_decide_allocation() 438 self->src_pool = gst_v4l2_codec_pool_new (self->src_allocator, &self->vinfo); in gst_v4l2_codec_h264_dec_decide_allocation() 1357 if (self->src_allocator) in gst_v4l2_codec_h264_dec_set_flushing() 1358 gst_v4l2_codec_allocator_set_flushing (self->src_allocator, flushing); in gst_v4l2_codec_h264_dec_set_flushing()
|