HomeSort by relevance Sort by last modified time
    Searched defs:allocateBuffer (Results 1 - 14 of 14) 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...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 90 allocateBuffer(m_buffer->characters8(), m_buffer->length());
92 allocateBuffer(m_buffer->characters16(), m_buffer->length());
117 void StringBuilder::allocateBuffer(const LChar* currentCharacters, unsigned requiredLength)
131 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength)
174 allocateBuffer(m_buffer->characters8(), requiredLength);
190 allocateBuffer(m_buffer->characters16(), requiredLength);
208 allocateBuffer(nullPlaceholder, newCapacity);
210 allocateBuffer(m_string.characters8(), newCapacity);
212 allocateBuffer(m_string.characters16(), newCapacity);
254 allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength))
    [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 384 status_t OMX::allocateBuffer(
387 return findInstance(node)->allocateBuffer(
OMXNodeInstance.cpp 855 status_t OMXNodeInstance::allocateBuffer(
868 CLOG_ERROR(allocateBuffer, err, BUFFER_FMT(portIndex, "%zu@", size));
888 CLOG_BUFFER(allocateBuffer, NEW_BUFFER_FMT(*buffer, portIndex, "%zu@%p", size, *buffer_data));
    [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 109 virtual status_t allocateBuffer(
347 status_t MuxOMX::allocateBuffer(
350 return getOMX(node)->allocateBuffer(
  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 290 void allocateBuffer(size_t newCapacity)
348 allocateBuffer(capacity);
374 using Base::allocateBuffer;
411 Base::allocateBuffer(capacity);
437 void allocateBuffer(size_t newCapacity)
441 Base::allocateBuffer(newCapacity);
730 using Base::allocateBuffer;
889 // On 64-bit, the "expanded" integer is 32-bit, and any encroachment above 2^32 will fail allocation in 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 391 virtual status_t allocateBuffer(
855 status_t err = allocateBuffer(
  /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/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen,
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen,
    [all...]

Completed in 1244 milliseconds