Home
last modified time | relevance | path

Searched refs:gst_mpp_allocator_alloc_mppbuf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppallocator.h48 MppBuffer gst_mpp_allocator_alloc_mppbuf (GstAllocator * allocator, gsize size);
H A Dgstmppallocator.c222 gst_mpp_allocator_alloc_mppbuf (GstAllocator * allocator, gsize size) in gst_mpp_allocator_alloc_mppbuf() function
240 mbuf = gst_mpp_allocator_alloc_mppbuf (allocator, size); in gst_mpp_allocator_alloc()
H A Dgstmppjpegdec.c363 mbuf = gst_mpp_allocator_alloc_mppbuf (mppdec->allocator, self->buf_size); in gst_mpp_jpeg_dec_send_mpp_packet()