Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/bufferqueue/2.0/
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()
DB2HGraphicBufferProducer.cpp125 &hOutput.bufferNeedsReallocation, in dequeueBuffer()
DH2BGraphicBufferProducer.cpp162 (hOutput.bufferNeedsReallocation ? in dequeueBuffer()
/frameworks/av/media/codec2/vndk/
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()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp264 bool bufferNeedsReallocation{}; in getGenerationNumberAndUsage() local
271 [&status, &slot, &bufferNeedsReallocation, &fence] in getGenerationNumberAndUsage()
277 bufferNeedsReallocation = in getGenerationNumberAndUsage()
278 hOutput.bufferNeedsReallocation; in getGenerationNumberAndUsage()
349 hOutput.bufferNeedsReallocation; in dequeueBuffer()
380 bool bufferNeedsReallocation{}; in fetchFromIgbp_l() local
408 &slot, &bufferNeedsReallocation, &fence); in fetchFromIgbp_l()
416 &slot, &bufferNeedsReallocation, &fence); in fetchFromIgbp_l()
435 if (bufferNeedsReallocation) { in fetchFromIgbp_l()
482 if (bufferNeedsReallocation || !slotBuffer) { in fetchFromIgbp_l()
/frameworks/av/media/codec2/vndk/include/
Dtypes.h43 bool* bufferNeedsReallocation = nullptr,
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
Dtypes.h42 bool* bufferNeedsReallocation = nullptr,