Home
last modified time | relevance | path

Searched refs:bufferNeedsReallocation (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A Dtypes.cpp35 bool* bufferNeedsReallocation, bool* releaseAllBuffers) { in b2h() argument
58 (bufferNeedsReallocation ? BGBP::BUFFER_NEEDS_REALLOCATION : 0) in b2h()
64 if (bufferNeedsReallocation) { in b2h()
65 *bufferNeedsReallocation = from & BGBP::BUFFER_NEEDS_REALLOCATION; in b2h()
H A DB2HGraphicBufferProducer.cpp125 &hOutput.bufferNeedsReallocation, in dequeueBuffer()
H A DH2BGraphicBufferProducer.cpp162 (hOutput.bufferNeedsReallocation ? in dequeueBuffer()
/aosp12/frameworks/av/media/codec2/vndk/
H A Dtypes.cpp43 bool* bufferNeedsReallocation, bool* releaseAllBuffers) { in b2h() argument
65 (bufferNeedsReallocation ? BufferQueueDefs::BUFFER_NEEDS_REALLOCATION : 0) in b2h()
71 if (bufferNeedsReallocation) { in b2h()
72 *bufferNeedsReallocation = from & BufferQueueDefs::BUFFER_NEEDS_REALLOCATION; in b2h()
/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp178 bool bufferNeedsReallocation{}; in getGenerationNumberAndUsage() local
185 [&status, &slot, &bufferNeedsReallocation, &fence] in getGenerationNumberAndUsage()
191 bufferNeedsReallocation = in getGenerationNumberAndUsage()
192 hOutput.bufferNeedsReallocation; in getGenerationNumberAndUsage()
263 hOutput.bufferNeedsReallocation; in dequeueBuffer()
294 bool bufferNeedsReallocation{}; in fetchFromIgbp_l() local
322 &slot, &bufferNeedsReallocation, &fence); in fetchFromIgbp_l()
330 &slot, &bufferNeedsReallocation, &fence); in fetchFromIgbp_l()
392 if (bufferNeedsReallocation || !slotBuffer) { in fetchFromIgbp_l()
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
H A Dtypes.h42 bool* bufferNeedsReallocation = nullptr,
/aosp12/frameworks/av/media/codec2/vndk/include/
H A Dtypes.h43 bool* bufferNeedsReallocation = nullptr,
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A DIGraphicBufferProducer.hal80 * with `bufferNeedsReallocation` set to `true`, @p generationNumber must
160 bool bufferNeedsReallocation;
197 * If dequeueBuffer() returns with `output.bufferNeedsReallocation` set to