Home
last modified time | relevance | path

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

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