Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp108 void MonitoredProducer::allocateBuffers(bool async, uint32_t width, in allocateBuffers() function in android::MonitoredProducer
110 mProducer->allocateBuffers(async, width, height, format, usage); in allocateBuffers()
DMonitoredProducer.h54 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
/frameworks/native/include/gui/
DBufferQueueProducer.h173 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
DIGraphicBufferProducer.h450 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
DSurface.h102 void allocateBuffers();
/frameworks/av/media/libstagefright/
DFLACExtractor.cpp104 void allocateBuffers();
632 void FLACParser::allocateBuffers() in allocateBuffers() function in android::FLACParser
729 mParser->allocateBuffers(); in start()
DACodec.cpp279 status_t allocateBuffers();
5198 if ((err = allocateBuffers()) != OK) { in stateEntered()
5209 status_t ACodec::LoadedToIdleState::allocateBuffers() { in allocateBuffers() function in android::ACodec::LoadedToIdleState
DOMXCodec.cpp1580 err = allocateBuffers(); in init()
1608 status_t OMXCodec::allocateBuffers() { in allocateBuffers() function in android::OMXCodec
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h116 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
DVirtualDisplaySurface.cpp519 void VirtualDisplaySurface::allocateBuffers(bool /* async */, in allocateBuffers() function in android::VirtualDisplaySurface
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp257 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height, in allocateBuffers() function in android::BpGraphicBufferProducer
420 allocateBuffers(async, width, height, format, usage); in onTransact()
DSurface.cpp96 void Surface::allocateBuffers() { in allocateBuffers() function in android::Surface
99 mGraphicBufferProducer->allocateBuffers(mSwapIntervalZero, mReqWidth, in allocateBuffers()
DBufferQueueProducer.cpp906 void BufferQueueProducer::allocateBuffers(bool async, uint32_t width, in allocateBuffers() function in android::BufferQueueProducer
/frameworks/base/core/java/android/view/
DSurface.java482 public void allocateBuffers() { in allocateBuffers() method in Surface
DThreadedRenderer.java148 surface.allocateBuffers(); in initialize()
/frameworks/av/include/media/stagefright/
DOMXCodec.h294 status_t allocateBuffers();
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp292 surface->allocateBuffers(); in nativeAllocateBuffers()