Searched defs:allocateBuffers (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMidiExtractor.cpp96 mEngine->allocateBuffers();
201 status_t MidiEngine::allocateBuffers() { function in class:android::MidiEngine
H A DFLACExtractor.cpp108 void allocateBuffers();
636 void FLACParser::allocateBuffers() function in class:android::FLACParser
736 mParser->allocateBuffers();
H A DACodec.cpp368 status_t allocateBuffers();
6765 if ((err = allocateBuffers()) != OK) {
6785 status_t ACodec::LoadedToIdleState::allocateBuffers() { function in class:android::ACodec::LoadedToIdleState
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp254 Return<void> TWGraphicBufferProducer::allocateBuffers( function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferProducer
256 mBase->allocateBuffers(
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp526 void BufferHubQueueProducer::allocateBuffers(uint32_t /* width */, function in class:android::dvr::BufferHubQueueProducer
530 // TODO(jwcai) |allocateBuffers| aims to preallocate up to the maximum number
533 ALOGE("BufferHubQueueProducer::allocateBuffers not implemented.");
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp118 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, function in class:android::MonitoredProducer
120 mProducer->allocateBuffers(width, height, format, usage);
/frameworks/base/core/java/android/view/
H A DSurface.java572 public void allocateBuffers() { method in class:Surface
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp335 virtual void allocateBuffers(uint32_t width, uint32_t height, function in class:android::BpGraphicBufferProducer
345 ALOGE("allocateBuffers failed to transact: %d", result);
571 void allocateBuffers(uint32_t width, uint32_t height,
573 return mBase->allocateBuffers(width, height, format, usage);
781 allocateBuffers(width, height, format, usage);
H A DBufferQueueProducer.cpp1321 void BufferQueueProducer::allocateBuffers(uint32_t width, uint32_t height, function in class:android::BufferQueueProducer
1335 BQ_LOGE("allocateBuffers: allocation is not allowed for this "
1362 BQ_LOGE("allocateBuffers: failed to allocate buffer (%u x %u, format"
1382 BQ_LOGV("allocateBuffers: size/format/usage changed while allocating. Retrying.");
1390 BQ_LOGV("allocateBuffers: a slot was occupied while "
1403 BQ_LOGV("allocateBuffers: allocated a new buffer in slot %d",
H A DSurface.cpp118 void Surface::allocateBuffers() { function in class:android::Surface
121 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp576 void VirtualDisplaySurface::allocateBuffers(uint32_t /* width */, function in class:android::VirtualDisplaySurface
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1147 void H2BGraphicBufferProducer::allocateBuffers(uint32_t width, uint32_t height, function in class:android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
1149 mBase->allocateBuffers(

Completed in 220 milliseconds