Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp6368 int32_t isDecodeOnly = 0; in onInputBufferFilled() local
6369 if (buffer->meta()->findInt32("decode-only", &isDecodeOnly) && isDecodeOnly != 0) { in onInputBufferFilled()