Searched defs:mFlushComplete (Results 1 - 2 of 2) 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;
/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 178 milliseconds