Searched refs:allocator_class (Results 1 – 2 of 2) sorted by relevance
319 GstAllocatorClass *allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_mpp_allocator_class_init() local324 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()
328 GstAllocatorClass *allocator_class; in gst_kms_allocator_class_init() local330 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()