Home
last modified time | relevance | path

Searched refs:object_heap_allocate (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dobject_heap.h63 int object_heap_allocate(object_heap_p heap);
Dpsb_surface_attrib.c163 surfaceID = object_heap_allocate(&driver_data->surface_heap);
334 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesForUserPtr()
476 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaceFromKBuf()
575 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaceFromUserspace()
697 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaceFromION()
Dobject_heap.c104 int object_heap_allocate(object_heap_p heap) in object_heap_allocate() function
Dpsb_output.c300 imageID = object_heap_allocate(&driver_data->image_heap); in psb_CreateImage()
509 imageID = object_heap_allocate(&driver_data->image_heap); in psb_DeriveImage()
516 bufferID = object_heap_allocate(&driver_data->buffer_heap); in psb_DeriveImage()
1527 subpicID = object_heap_allocate(&driver_data->subpic_heap); in psb_CreateSubpicture()
Dpsb_drv_video.c469 configID = object_heap_allocate(&driver_data->config_heap); in psb_CreateConfig()
883 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaces2()
1102 int contextID = object_heap_allocate(&driver_data->context_heap); in psb_CreateContext()
1872 bufferID = object_heap_allocate(&driver_data->buffer_heap); in psb__CreateBuffer()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c153 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesFromGralloc()
313 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesFromGralloc()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c614 output->rotate_surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_check_rotatesurface()