Searched refs:maxBuffers (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/libopencorehw/
H A Dbuffer_alloc_omap34xx.cpp47 BufferAllocOmap34xx::BufferAllocOmap34xx(): refCount(0), bufferSize(0), maxBuffers(4), numAllocated(0)
74 if (numAllocated < maxBuffers)
98 return maxBuffers;
H A Dbuffer_alloc_omap34xx.h75 int32 maxBuffers; member in class:BufferAllocOmap34xx
H A Dandroid_surface_output_omap34xx.cpp128 mbufferAlloc.maxBuffers = 6; // Hardcoded to work with OMX decoder component
133 mbufferAlloc.buffer_address = new uint8*[mbufferAlloc.maxBuffers];
138 LOGV("number of buffers = %d\n", mbufferAlloc.maxBuffers);
139 for (int i = 0; i < mbufferAlloc.maxBuffers; i++) {
204 for (i = 0; i < mbufferAlloc.maxBuffers; i++) {
210 if (i == mbufferAlloc.maxBuffers) {
249 if (++bufEnc == mbufferAlloc.maxBuffers) {

Completed in 448 milliseconds