Searched refs:isDecoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h282 void handleFlushComplete(bool audio, bool isDecoder);
H A DNuPlayer.cpp1093 handleFlushComplete(audio, true /* isDecoder */);
1263 handleFlushComplete(audio, false /* isDecoder */);
1586 void NuPlayer::handleFlushComplete(bool audio, bool isDecoder) { argument
1590 mFlushComplete[audio][isDecoder] = true;
1591 if (!mFlushComplete[audio][!isDecoder]) {
1614 LOG_ALWAYS_FATAL_IF(isDecoder, "decoder flush in invalid state %d", *state);
1681 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true;
1686 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true;
1998 mFlushComplete[audio][false /* isDecoder */] = (mRenderer == NULL);
1999 mFlushComplete[audio][true /* isDecoder */]
[all...]

Completed in 517 milliseconds