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

1 2

  /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...]
StringBuilder.h 284 void allocateBuffer(const LChar* currentCharacters, unsigned requiredLength);
285 void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 119 virtual OMX_ERRORTYPE allocateBuffer(
SoftOMXComponent.h 80 virtual OMX_ERRORTYPE allocateBuffer(
OMX.h 100 virtual status_t allocateBuffer(
OMXNodeInstance.h 86 status_t 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(
OMX.cpp 384 status_t OMX::allocateBuffer(
387 return findInstance(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;
901 // On 64-bit, the "expanded" integer is 32-bit, and any encroachment above 2^32 will fail allocation in allocateBuffer().
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 109 virtual status_t allocateBuffer(
347 status_t MuxOMX::allocateBuffer(
350 return getOMX(node)->allocateBuffer(
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.h 112 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
QCameraMem.cpp 269 rc = mMemoryPool->allocateBuffer(mMemInfo[i],
547 * FUNCTION : allocateBuffer
563 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)
  /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);
  /frameworks/av/include/media/
IOMX.h 122 virtual status_t allocateBuffer(
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen,
    [all...]
  /external/chromium_org/third_party/mesa/src/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,
  /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,
  /frameworks/av/media/libmedia/
IOMX.cpp 391 virtual status_t allocateBuffer(
855 status_t err = allocateBuffer(

Completed in 524 milliseconds

1 2