Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h298 bool mIsLowLatency; member
/frameworks/av/media/libstagefright/
DACodec.cpp591 mIsLowLatency(false), in ACodec()
2512 mIsLowLatency = (lowLatency && err == OK); in setLowLatency()
6052 if (getPortMode(kPortIndexOutput) == RESUBMIT_BUFFERS && mCodec->mIsLowLatency) { in onMessageReceived()
6432 if (mCodec->mIsLowLatency in onInputBufferFilled()
7697 if (mCodec->mIsLowLatency) { in submitOutputMetaBuffers()