Home
last modified time | relevance | path

Searched refs:context_heap (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_compose.c40 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpsb_drv_video.c136 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
1102 int contextID = object_heap_allocate(&driver_data->context_heap); in psb_CreateContext()
1140 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1155 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1255 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1471 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1763 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb__destroy_context()
3164 obj_context = (object_context_p) object_heap_first(&driver_data->context_heap, &iter);
3168 obj_context = (object_context_p) object_heap_next(&driver_data->context_heap, &iter);
3170 object_heap_destroy(&driver_data->context_heap);
[all …]
Dpsb_drv_video.h195 struct object_heap_s context_heap; member
Dtng_yuv_processor.c377 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpnw_rotate.c58 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpsb_surface_attrib.c45 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dvsp_vp8.c40 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dvsp_VPP.c41 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpsb_overlay.c55 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpsb_output.c62 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c57 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpsb_surface_gralloc.c43 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c55 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
Dpsb_ctexture.c58 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))