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 879 int surfaceID;
883 surfaceID = object_heap_allocate(&driver_data->surface_heap);
884 obj_surface = SURFACE(surfaceID);
892 obj_surface->surface_id = surfaceID;
893 surface_list[i] = surfaceID;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 149 int surfaceID;
153 surfaceID = object_heap_allocate(&driver_data->surface_heap);
154 obj_surface = SURFACE(surfaceID);
162 obj_surface->surface_id = surfaceID;
163 surface_list[i] = surfaceID;
309 int surfaceID;
313 surfaceID = object_heap_allocate(&driver_data->surface_heap);
314 obj_surface = SURFACE(surfaceID);
322 obj_surface->surface_id = surfaceID;
323 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 220 uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId)
317 vaExtBuf.height, (VASurfaceID*)surfaceId, 1, attribs, 3);
323 status_t ISVWorker::freeSurface(int32_t* surfaceId)
326 vaDestroySurfaces(mVADisplay, (VASurfaceID*)surfaceId, 1);
    [all...]

Completed in 83 milliseconds