Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp534 bool allBuffersDontMatch = true; in grabBuffer() local
546 allBuffersDontMatch = false; in grabBuffer()
549 return allBuffersDontMatch ? NO_MEMORY : WOULD_BLOCK; in grabBuffer()