Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp6246 bool isBufferDecodeOnly = ((flags & BUFFER_FLAG_DECODE_ONLY) != 0); in onQueueInputBuffer() local
6247 if (isBufferDecodeOnly) { in onQueueInputBuffer()
6250 if (mTunneled && !isBufferDecodeOnly && !(flags & BUFFER_FLAG_CODECCONFIG)) { in onQueueInputBuffer()