Searched refs:allocateBuffers (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp108 void MonitoredProducer::allocateBuffers(bool async, uint32_t width, function in class:android::MonitoredProducer
110 mProducer->allocateBuffers(async, width, height, format, usage);
H A DMonitoredProducer.h54 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
/frameworks/native/include/gui/
H A DBufferQueueProducer.h172 // See IGraphicBufferProducer::allocateBuffers
173 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
H A DIGraphicBufferProducer.h450 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
H A DSurface.h102 void allocateBuffers();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h116 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
H A DVirtualDisplaySurface.cpp519 void VirtualDisplaySurface::allocateBuffers(bool /* async */, function in class:android::VirtualDisplaySurface
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp104 void allocateBuffers();
632 void FLACParser::allocateBuffers() function in class:android::FLACParser
729 mParser->allocateBuffers();
H A DACodec.cpp279 status_t allocateBuffers();
4870 if ((err = allocateBuffers()) != OK) {
4881 status_t ACodec::LoadedToIdleState::allocateBuffers() { function in class:android::ACodec::LoadedToIdleState
H A DOMXCodec.cpp1578 err = allocateBuffers();
1606 status_t OMXCodec::allocateBuffers() { function in class:android::OMXCodec
/frameworks/base/core/java/android/view/
H A DSurface.java431 public void allocateBuffers() { method in class:Surface
H A DThreadedRenderer.java145 surface.allocateBuffers();
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp257 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height, function in class:android::BpGraphicBufferProducer
268 ALOGE("allocateBuffers failed to transact: %d", result);
420 allocateBuffers(async, width, height, format, usage);
H A DSurface.cpp96 void Surface::allocateBuffers() { function in class:android::Surface
99 mGraphicBufferProducer->allocateBuffers(mSwapIntervalZero, mReqWidth,
H A DBufferQueueProducer.cpp873 void BufferQueueProducer::allocateBuffers(bool async, uint32_t width, function in class:android::BufferQueueProducer
893 BQ_LOGE("allocateBuffers: slot %d without buffer is not FREE",
903 BQ_LOGV("allocateBuffers: allocating from %d buffers up to %d buffers",
909 BQ_LOGE("allocateBuffers: ran out of free slots");
926 BQ_LOGE("allocateBuffers: failed to allocate buffer (%u x %u, format"
945 BQ_LOGV("allocateBuffers: size/format/usage changed while allocating. Retrying.");
956 BQ_LOGV("allocateBuffers: slot %d was acquired while allocating. "
964 BQ_LOGV("allocateBuffers: allocated a new buffer in slot %d", slot);
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h294 status_t allocateBuffers();
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp287 surface->allocateBuffers();

Completed in 6367 milliseconds