Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c68 GList *mem_cache; member
678 alloc->priv->mem_cache = g_list_remove (alloc->priv->mem_cache, obj); in cached_kmsmem_disposed_cb()
690 iter = alloc->priv->mem_cache; in gst_kms_allocator_clear_cache()
700 g_list_free (alloc->priv->mem_cache); in gst_kms_allocator_clear_cache()
701 alloc->priv->mem_cache = NULL; in gst_kms_allocator_clear_cache()
716 alloc->priv->mem_cache = g_list_prepend (alloc->priv->mem_cache, mem); in gst_kms_allocator_cache()