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

  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 108 void MonitoredProducer::allocateBuffers(bool async, uint32_t width,
110 mProducer->allocateBuffers(async, width, height, format, usage);
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.cpp 972 * FUNCTION : allocateBuffers
982 int32_t QCameraStream::allocateBuffers()
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureAndroid.java 165 protected void allocateBuffers() {
VideoCaptureTango.java 97 protected void allocateBuffers() {
VideoCapture.java 208 allocateBuffers();
289 abstract void allocateBuffers();
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 257 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
268 ALOGE("allocateBuffers failed to transact: %d", result);
420 allocateBuffers(async, width, height, format, usage);
BufferQueueProducer.cpp 873 void BufferQueueProducer::allocateBuffers(bool async, uint32_t width,
893 BQ_LOGE("allocateBuffers: slot %d without buffer is not FREE",
    [all...]
Surface.cpp 96 void Surface::allocateBuffers() {
99 mGraphicBufferProducer->allocateBuffers(mSwapIntervalZero, mReqWidth,
  /frameworks/base/core/java/android/view/
Surface.java 431 public void allocateBuffers() {
ThreadedRenderer.java 145 surface.allocateBuffers();
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 519 void VirtualDisplaySurface::allocateBuffers(bool /* async */,
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 104 void allocateBuffers();
632 void FLACParser::allocateBuffers()
729 mParser->allocateBuffers();
ACodec.cpp 279 status_t allocateBuffers();
    [all...]
OMXCodec.cpp     [all...]

Completed in 849 milliseconds