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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h245 void handleFlushComplete(bool audio, bool isDecoder);
H A DNuPlayer.cpp999 handleFlushComplete(audio, true /* isDecoder */);
1147 handleFlushComplete(audio, false /* isDecoder */);
1413 void NuPlayer::handleFlushComplete(bool audio, bool isDecoder) { argument
1417 mFlushComplete[audio][isDecoder] = true;
1418 if (!mFlushComplete[audio][!isDecoder]) {
1448 LOG_ALWAYS_FATAL_IF(isDecoder, "decoder flush in invalid state %d", *state);
1513 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true;
1518 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true;
1787 mFlushComplete[audio][false /* isDecoder */] = (mRenderer == NULL);
1788 mFlushComplete[audio][true /* isDecoder */]
[all...]

Completed in 54 milliseconds