Home
last modified time | relevance | path

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

/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/test/
H A Dobject_heap_test.cpp65 object_heap_destroy(&heap); in TEST()
81 object_heap_destroy(&heap); in TEST()
117 object_heap_destroy(&heap); in TEST()
169 object_heap_destroy(&heap); in TEST()
217 object_heap_destroy(&heap); in TEST()
246 object_heap_destroy(&heap); in TEST()
/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/
H A Dmedia_drv_driver.c222 object_heap_destroy(&drv_ctx->subpic_heap); in media_driver_data_init()
225 object_heap_destroy (&drv_ctx->buffer_heap); in media_driver_data_init()
227 object_heap_destroy (&drv_ctx->surface_heap); in media_driver_data_init()
229 object_heap_destroy (&drv_ctx->context_heap); in media_driver_data_init()
231 object_heap_destroy (&drv_ctx->config_heap); in media_driver_data_init()
366 object_heap_destroy (heap); in media_destroy_heap()
H A Dobject_heap.h97 void object_heap_destroy( object_heap_p heap );
H A Dobject_heap.c232 void object_heap_destroy( object_heap_p heap ) in object_heap_destroy() function
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Dobject_heap.h91 void object_heap_destroy(object_heap_p heap);
H A Dobject_heap.c223 void object_heap_destroy(object_heap_p heap) in object_heap_destroy() function
H A Di965_drv_video.c4302 object_heap_destroy(heap); in i965_destroy_heap()
7263 object_heap_destroy(&i965->image_heap); in i965_driver_data_init()
7265 object_heap_destroy(&i965->buffer_heap); in i965_driver_data_init()
7267 object_heap_destroy(&i965->surface_heap); in i965_driver_data_init()
7269 object_heap_destroy(&i965->context_heap); in i965_driver_data_init()
7271 object_heap_destroy(&i965->config_heap); in i965_driver_data_init()
/dports/multimedia/libva-vdpau-driver/libva-vdpau-driver-0.7.4/src/
H A Dobject_heap.h97 object_heap_destroy(object_heap_p heap)
H A Dobject_heap.c261 object_heap_destroy(object_heap_p heap) in object_heap_destroy() function
H A Dvdpau_driver.c138 object_heap_destroy(heap); in destroy_heap()