Searched refs:totalBufferCount (Results 1 – 4 of 4) sorted by relevance
51 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()
49 size_t totalBufferCount; member69 totalBufferCount(bufferCount), in streamId()
234 size_t totalBufferCount = BufferQueue::NUM_BUFFER_SLOTS; in addOutputLocked() local236 totalBufferCount); in addOutputLocked()267 mOutputSlots[gbp] = std::make_unique<OutputSlots>(totalBufferCount); in addOutputLocked()
496 size_t totalBufferCount = maxImages + minUndequeuedBufferCount; in ImageWriter_init() local497 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()