Home
last modified time | relevance | path

Searched refs:totalBufferCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp50 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) { in registerStream()
52 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount); in registerStream()
109 if (streamInfo.totalBufferCount > currentStreamSet.maxAllowedBufferCount) { in registerStream()
110 currentStreamSet.maxAllowedBufferCount = streamInfo.totalBufferCount; in registerStream()
141 if (infoMap[i].totalBufferCount > currentSet.maxAllowedBufferCount) { in unregisterStream()
142 currentSet.maxAllowedBufferCount = infoMap[i].totalBufferCount; in unregisterStream()
DCamera3OutputStream.h48 size_t totalBufferCount; member
66 totalBufferCount(bufferCount), in streamId()
DCamera3StreamSplitter.cpp219 size_t totalBufferCount = BufferQueue::NUM_BUFFER_SLOTS; in addOutputLocked() local
221 totalBufferCount); in addOutputLocked()
246 mOutputSlots[gbp] = std::make_unique<OutputSlots>(totalBufferCount); in addOutputLocked()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp318 size_t totalBufferCount = maxImages + minUndequeuedBufferCount; in ImageWriter_init() local
319 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()