HomeSort by relevance Sort by last modified time
    Searched refs:config_heap (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/psb_video/src/
vsp_compose.c 39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
psb_drv_video.c 131 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
465 configID = object_heap_allocate(&driver_data->config_heap);
498 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config);
547 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config);
    [all...]
pnw_rotate.c 59 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
psb_buffer.c 570 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
psb_drv_video.h 176 struct object_heap_s config_heap; member in struct:psb_driver_data_s
tng_yuv_processor.c 369 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
psb_surface_attrib.c 43 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
vsp_vp8.c 39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
    [all...]
vsp_VPP.c 38 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 42 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))

Completed in 185 milliseconds