Home
last modified time | relevance | path

Searched defs:maxBuffers (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DBufferPool.java32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1518 size_t maxBuffers = 1; in readBuffer() local
/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp1054 uint32_t maxBuffers = 2; in connectToDevice() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp22874 void GLTrace_glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers) { in GLTrace_glExtGetBuffersQCOM()