Searched refs:mFlushComplete (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h168 bool mFlushComplete[2][2]; member in struct:android::NuPlayer
193 mFlushComplete[0][0] = false;
194 mFlushComplete[0][1] = false;
195 mFlushComplete[1][0] = false;
196 mFlushComplete[1][1] = false;
H A DNuPlayer.cpp1118 mFlushComplete[audio][isDecoder] = true;
1119 if (!mFlushComplete[audio][!isDecoder]) {
1392 mFlushComplete[audio][false /* isDecoder */] = (mRenderer == NULL);
1393 mFlushComplete[audio][true /* isDecoder */] = false;
/frameworks/av/media/libstagefright/
H A DACodec.cpp395 bool mFlushComplete[2]; member in struct:android::ACodec::FlushingState
5926 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false;
5965 CHECK(!mFlushComplete[data2]);
5966 mFlushComplete[data2] = true;
5968 if (mFlushComplete[kPortIndexInput]
5969 && mFlushComplete[kPortIndexOutput]) {
5974 CHECK(mFlushComplete[kPortIndexInput]);
5975 CHECK(mFlushComplete[kPortIndexOutput]);
6020 if (mFlushComplete[kPortIndexInpu
[all...]

Completed in 4060 milliseconds