HomeSort by relevance Sort by last modified time
    Searched defs:allocateBuffer (Results 1 - 13 of 13) sorted by null

  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs)
ANativeWindowDisplayAdapter.cpp 523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs)
    [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(
OMX.cpp 405 status_t OMX::allocateBuffer(
408 return findInstance(node)->allocateBuffer(
OMXNodeInstance.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp 269 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
547 * FUNCTION : allocateBuffer
563 int QCameraMemoryPool::allocateBuffer(
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 117 virtual status_t allocateBuffer(
369 status_t MuxOMX::allocateBuffer(
372 return getOMX(node)->allocateBuffer(
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 387 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
660 * FUNCTION : allocateBuffer
676 int QCameraMemoryPool::allocateBuffer(
    [all...]
  /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)
  /frameworks/av/media/libmedia/
IOMX.cpp 456 virtual status_t allocateBuffer(
970 status_t err = allocateBuffer(
    [all...]
  /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);
  /external/mesa3d/include/GL/internal/
dri_interface.h 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen,
    [all...]
  /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,

Completed in 618 milliseconds