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

1 2

  /external/collada/include/dae/
daeStringTable.h 54 daeString allocateBuffer();
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuilder.cpp 65 allocateBuffer(m_buffer->characters(), m_buffer->length());
84 allocateBuffer(m_buffer->characters(), newCapacity);
88 allocateBuffer(m_string.characters(), newCapacity);
94 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength)
129 allocateBuffer(m_buffer->characters(), std::max(requiredLength, m_buffer->length() * 2));
132 allocateBuffer(m_string.characters(), std::max(requiredLength, requiredLength * 2));
StringBuilder.h 125 void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);
  /external/collada/src/dae/
daeStringTable.cpp 15 //allocateBuffer();
18 daeString daeStringTable::allocateBuffer()
36 buf = allocateBuffer();
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.h 57 virtual OMX_ERRORTYPE allocateBuffer(
SoftOMXComponent.cpp 54 mComponent->AllocateBuffer = AllocateBufferWrapper;
209 return me->allocateBuffer(buffer, portIndex, appPrivate, size);
298 OMX_ERRORTYPE SoftOMXComponent::allocateBuffer(
OMX.cpp 341 status_t OMX::allocateBuffer(
344 return findInstance(node)->allocateBuffer(
OMXComponentBase.cpp 127 return getBase(hComponent)->allocateBuffer(
187 result->AllocateBuffer = AllocateBufferWrapper;
OMXNodeInstance.cpp 533 status_t OMXNodeInstance::allocateBuffer(
SimpleSoftOMXComponent.cpp 238 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer(
  /frameworks/base/media/libstagefright/include/
SimpleSoftOMXComponent.h 113 virtual OMX_ERRORTYPE allocateBuffer(
OMX.h 82 virtual status_t allocateBuffer(
OMXNodeInstance.h 68 status_t 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)
CameraHal.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 84 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
CameraHal.h 486 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) = 0;
687 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
886 // allocateBuffer
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Vector.h 277 void allocateBuffer(size_t newCapacity)
362 allocateBuffer(capacity);
378 using Base::allocateBuffer;
407 Base::allocateBuffer(capacity);
415 void allocateBuffer(size_t newCapacity)
419 Base::allocateBuffer(newCapacity);
882 m_buffer.allocateBuffer(newCapacity);
909 m_buffer.allocateBuffer(initialCapacity);
924 m_buffer.allocateBuffer(newCapacity);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 52 virtual void allocateBuffer(uint8* &buffer, int32 buffersize) {
  /frameworks/base/include/media/
IOMX.h 105 virtual status_t allocateBuffer(
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/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);
  /frameworks/base/media/libmedia/
IOMX.cpp 297 virtual status_t allocateBuffer(
647 status_t err = allocateBuffer(
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 261 memmgr_buf_array = (OMX_U8 **)memMgr.allocateBuffer(0, 0, NULL, buf_size, 1);
OMXFocus.cpp 717 focusAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1);

Completed in 219 milliseconds

1 2