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

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 140 int surfaceID;
163 surfaceID = object_heap_allocate(&driver_data->surface_heap);
164 obj_surface = SURFACE(surfaceID);
179 obj_surface->surface_id = surfaceID;
180 *surface = surfaceID;
330 int surfaceID;
334 surfaceID = object_heap_allocate(&driver_data->surface_heap);
335 obj_surface = SURFACE(surfaceID);
343 obj_surface->surface_id = surfaceID;
344 surface_list[i] = surfaceID;
    [all...]
psb_drv_video.c 863 int surfaceID;
867 surfaceID = object_heap_allocate(&driver_data->surface_heap);
868 obj_surface = SURFACE(surfaceID);
876 obj_surface->surface_id = surfaceID;
877 surface_list[i] = surfaceID;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 145 int surfaceID;
149 surfaceID = object_heap_allocate(&driver_data->surface_heap);
150 obj_surface = SURFACE(surfaceID);
158 obj_surface->surface_id = surfaceID;
159 surface_list[i] = surfaceID;
305 int surfaceID;
309 surfaceID = object_heap_allocate(&driver_data->surface_heap);
310 obj_surface = SURFACE(surfaceID);
318 obj_surface->surface_id = surfaceID;
319 surface_list[i] = surfaceID;
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 126 uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId);
127 status_t freeSurface(int32_t* surfaceId);
150 status_t dumpYUVFrameData(VASurfaceID surfaceID);
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 218 uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId)
302 vaExtBuf.height, (VASurfaceID*)surfaceId, 1, attribs, 3);
308 status_t ISVWorker::freeSurface(int32_t* surfaceId)
311 vaDestroySurfaces(mVADisplay, (VASurfaceID*)surfaceId, 1);
    [all...]

Completed in 93 milliseconds