HomeSort by relevance Sort by last modified time
    Searched full:allocatebuffer (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /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);
  /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 345 status_t OMX::allocateBuffer(
348 return findInstance(node)->allocateBuffer(
  /frameworks/av/media/libstagefright/
OMXClient.cpp 86 virtual status_t allocateBuffer(
277 status_t MuxOMX::allocateBuffer(
280 return getOMX(node)->allocateBuffer(
  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 68 status_t allocateBuffer(
SimpleSoftOMXComponent.h 113 virtual OMX_ERRORTYPE allocateBuffer(
SoftOMXComponent.h 80 virtual OMX_ERRORTYPE allocateBuffer(
OMX.h 82 virtual status_t allocateBuffer(
  /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...]
  /frameworks/av/include/media/
IOMX.h 103 virtual status_t allocateBuffer(
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 83 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
  /external/webp/src/dec/
buffer.c 55 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) {
151 return AllocateBuffer(out);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 171 (NULL == component.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/V4LCameraAdapter/
V4LCameraAdapter.h 50 Need to implement BufferProvider interface to use AllocateBuffer of OMX if needed
  /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);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
  /frameworks/av/media/libmedia/
IOMX.cpp 296 virtual status_t allocateBuffer(
648 status_t err = allocateBuffer(
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 215 * AllocateBuffer()
246 VPP_DPRINT("VPP::Inside the AllocateBuffer portindex =%ld\n",nPortIndex);
252 VPP_DPRINT("OMX_ErrorBadparameter AllocateBuffer!!\n");
274 VPP_DPRINT ("VPP::Inside the AllocateBuffer --.5 pBufferHdr =%p\n" , pBufferHdr);
284 VPP_DPRINT ("VPP::Inside the AllocateBuffer --1 pBufferHdr =%p\n" , pBufferHdr);
303 VPP_DPRINT ("VPP::Inside the AllocateBuffer --2 pBufferHdr =%p\n" , pBufferHdr);
319 VPP_DPRINT ("VPP::Inside the AllocateBuffer pBuffer =%p\n",pBufferHdr);
320 VPP_DPRINT ("VPP:: Inside the AllocateBuffer pBuffer->pBuffer =%p\n" , pBufferHdr->pBuffer);
321 VPP_DPRINT ("VPP::Inside the AllocateBuffer --3 pBuffer =%p\n",pBufferHdr);
335 VPP_DPRINT ("VPP::Inside the AllocateBuffer ( nBufferCountActual =%ld nBufferCount =%ld "
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 148 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
222 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]

Completed in 644 milliseconds

1 2 3 4