Home
last modified time | relevance | path

Searched refs:allocator_class (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppallocator.c319 GstAllocatorClass *allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_mpp_allocator_class_init() local
324 allocator_class->alloc = GST_DEBUG_FUNCPTR (gst_mpp_allocator_alloc); in gst_mpp_allocator_class_init()
325 allocator_class->free = GST_DEBUG_FUNCPTR (gst_mpp_allocator_free); in gst_mpp_allocator_class_init()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c328 GstAllocatorClass *allocator_class; in gst_kms_allocator_class_init() local
330 allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_kms_allocator_class_init()
333 allocator_class->free = gst_kms_allocator_free; in gst_kms_allocator_class_init()