Searched defs:mFlushComplete (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h187 bool mFlushComplete[2][2]; member in struct:android::NuPlayer
221 mFlushComplete[0][0] = false;
222 mFlushComplete[0][1] = false;
223 mFlushComplete[1][0] = false;
224 mFlushComplete[1][1] = false;
/frameworks/av/media/libstagefright/
H A DACodec.cpp455 bool mFlushComplete[2]; member in struct:android::ACodec::FlushingState
7679 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false;
7723 if (mFlushComplete[data2]) {
7728 mFlushComplete[data2] = true;
7730 if (mFlushComplete[kPortIndexInput] && mFlushComplete[kPortIndexOutput]) {
7734 if (!mFlushComplete[kPortIndexInput] || !mFlushComplete[kPortIndexOutput]) {
7737 mFlushComplete[kPortIndexInpu
[all...]

Completed in 127 milliseconds