Home
last modified time | relevance | path

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

/external/opencore/android/author/
Dandroid_camera_input.h209maxBuffers(4), //QCOM camera will use 4 buffers, although it actually only has 3 right now. in PVRefBufferAlloc()
246 if (numAllocated < maxBuffers) in allocate()
275 return maxBuffers; in getNumBuffers()
281 int32 maxBuffers; variable
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h507 int32 maxBuffers; variable
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp2532 …fferAlloc(uint32 size, uint32 buffers): refCount(0), bufferSize(size), maxBuffers(buffers), numAll… in PVRefBufferAlloc()
2559 if (numAllocated < maxBuffers) in allocate()
2584 return maxBuffers; in getNumBuffers()