Searched defs:totalBufferCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h48 size_t totalBufferCount; member in struct:android::camera3::StreamInfo
66 totalBufferCount(bufferCount),
H A DCamera3StreamSplitter.cpp187 size_t totalBufferCount = maxConsumerBuffers + mMaxHalBuffers; local
189 totalBufferCount);
215 mOutputSlots[gbp] = std::make_unique<OutputSlots>(totalBufferCount);
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp309 size_t totalBufferCount = maxImages + minUndequeuedBufferCount; local
310 res = native_window_set_buffer_count(anw.get(), totalBufferCount);

Completed in 52 milliseconds