Searched refs:BQ_LAYER_COUNT (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/ |
D | BufferQueueProducer.cpp | 69 static constexpr uint32_t BQ_LAYER_COUNT = 1; variable 460 if (buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) { in dequeueBuffer() 475 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) { in dequeueBuffer() 494 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) in dequeueBuffer() 549 width, height, format, BQ_LAYER_COUNT, usage, in dequeueBuffer() 1162 value = BQ_LAYER_COUNT; in query() 1444 allocWidth, allocHeight, allocFormat, BQ_LAYER_COUNT, in allocateBuffers()
|