Searched refs:BQ_LAYER_COUNT (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/ |
D | BufferQueueProducer.cpp | 47 static constexpr uint32_t BQ_LAYER_COUNT = 1; variable 433 if (buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) { in dequeueBuffer() 448 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) { in dequeueBuffer() 467 buffer->needsReallocation(width, height, format, BQ_LAYER_COUNT, usage)) in dequeueBuffer() 516 width, height, format, BQ_LAYER_COUNT, usage, in dequeueBuffer() 1116 value = BQ_LAYER_COUNT; in query() 1388 allocWidth, allocHeight, allocFormat, BQ_LAYER_COUNT, in allocateBuffers()
|