Searched refs:config_heap (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | vsp_compose.c | 39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
D | psb_drv_video.c | 135 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id )) 469 configID = object_heap_allocate(&driver_data->config_heap); in psb_CreateConfig() 502 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); in psb_CreateConfig() 551 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); in psb_DestroyConfig() 3147 obj_config = (object_config_p) object_heap_first(&driver_data->config_heap, &iter); 3149 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); 3150 obj_config = (object_config_p) object_heap_next(&driver_data->config_heap, &iter); 3152 object_heap_destroy(&driver_data->config_heap); 3470 …result = object_heap_init(&driver_data->config_heap, sizeof(struct object_config_s), CONFIG_ID_OFF…
|
D | psb_drv_video.h | 194 struct object_heap_s config_heap; member
|
D | tng_yuv_processor.c | 371 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
D | psb_buffer.c | 572 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
D | pnw_rotate.c | 59 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
D | psb_surface_attrib.c | 44 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
D | vsp_vp8.c | 39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
D | vsp_VPP.c | 40 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 42 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
|