Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_compose.c39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
Dpsb_drv_video.c135 #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…
Dpsb_drv_video.h194 struct object_heap_s config_heap; member
Dtng_yuv_processor.c371 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
Dpsb_buffer.c572 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
Dpnw_rotate.c59 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
Dpsb_surface_attrib.c44 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
Dvsp_vp8.c39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
Dvsp_VPP.c40 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c42 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))