Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp51 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) { in registerStream()
53 __FUNCTION__, streamId, streamSetKey.id, streamInfo.totalBufferCount); in registerStream()
111 if (streamInfo.totalBufferCount > currentStreamSet.maxAllowedBufferCount) { in registerStream()
112 currentStreamSet.maxAllowedBufferCount = streamInfo.totalBufferCount; in registerStream()
144 if (infoMap[i].totalBufferCount > currentSet.maxAllowedBufferCount) { in unregisterStream()
145 currentSet.maxAllowedBufferCount = infoMap[i].totalBufferCount; in unregisterStream()
DCamera3OutputStream.h49 size_t totalBufferCount; member
69 totalBufferCount(bufferCount), in streamId()
DCamera3StreamSplitter.cpp234 size_t totalBufferCount = BufferQueue::NUM_BUFFER_SLOTS; in addOutputLocked() local
236 totalBufferCount); in addOutputLocked()
267 mOutputSlots[gbp] = std::make_unique<OutputSlots>(totalBufferCount); in addOutputLocked()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp496 size_t totalBufferCount = maxImages + minUndequeuedBufferCount; in ImageWriter_init() local
497 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()