HomeSort by relevance Sort by last modified time
    Searched full: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 135 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
469 configID = object_heap_allocate(&driver_data->config_heap);
502 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config);
551 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config);
    [all...]
tng_yuv_processor.c 371 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
pnw_rotate.c 59 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
psb_buffer.c 572 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
psb_drv_video.h 194 struct object_heap_s config_heap; member in struct:psb_driver_data_s
psb_surface_attrib.c 44 #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 40 #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 152 milliseconds