HomeSort by relevance Sort by last modified time
    Searched refs:allocateBuffer (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 119 virtual OMX_ERRORTYPE allocateBuffer(
SoftOMXComponent.h 80 virtual OMX_ERRORTYPE allocateBuffer(
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs)
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 83 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
CameraHal.h 492 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) = 0;
693 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
892 // allocateBuffer
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 54 mComponent->AllocateBuffer = AllocateBufferWrapper;
209 return me->allocateBuffer(buffer, portIndex, appPrivate, size);
298 OMX_ERRORTYPE SoftOMXComponent::allocateBuffer(
SimpleSoftOMXComponent.cpp 246 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer(
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 452 void allocateBuffer (de::Random& rnd);
514 allocateBuffer(rnd);
520 allocateBuffer(rnd);
671 void MemObjectAllocator::allocateBuffer (de::Random& rnd)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 1057 CharBuffer allocateBuffer = CharBuffer.allocate(1);
1058 CharBuffer charBufferB = CharBuffer.wrap(allocateBuffer);
1061 allocateBuffer.append(allocateBuffer);
1062 charBufferB = CharBuffer.wrap(allocateBuffer);
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.h 132 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
QCameraMem.cpp 411 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
684 * FUNCTION : allocateBuffer
700 int QCameraMemoryPool::allocateBuffer(
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.h 132 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
QCameraMem.cpp 411 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
684 * FUNCTION : allocateBuffer
700 int QCameraMemoryPool::allocateBuffer(
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.h 113 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
QCameraMem.cpp 269 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
547 * FUNCTION : allocateBuffer
563 int QCameraMemoryPool::allocateBuffer(
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 145 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
QCameraMem.cpp 399 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
688 * FUNCTION : allocateBuffer
704 int QCameraMemoryPool::allocateBuffer(
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen,
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 228 b = dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
platform_wayland.c 280 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
464 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
platform_android.c 121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 866 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen,
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 704 focusAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1);
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 619 milliseconds

1 2