Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c260 alloc = GST_KMS_ALLOCATOR (allocator); in gst_kms_allocator_free()
273 alloc = GST_KMS_ALLOCATOR (object); in gst_kms_allocator_set_property()
294 alloc = GST_KMS_ALLOCATOR (object); in gst_kms_allocator_get_property()
311 alloc = GST_KMS_ALLOCATOR (obj); in gst_kms_allocator_finalize()
536 alloc = GST_KMS_ALLOCATOR (allocator); in gst_kms_allocator_bo_alloc()
579 alloc = GST_KMS_ALLOCATOR (allocator); in gst_kms_allocator_dmabuf_import()
628 GstKMSAllocator *alloc = GST_KMS_ALLOCATOR (allocator); in gst_kms_allocator_dmabuf_export()
685 GstKMSAllocator *alloc = GST_KMS_ALLOCATOR (allocator); in gst_kms_allocator_clear_cache()
711 GstKMSAllocator *alloc = GST_KMS_ALLOCATOR (allocator); in gst_kms_allocator_cache()
H A Dgstkmsallocator.h42 #define GST_KMS_ALLOCATOR(obj) \ macro