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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h206 bool mFlushComplete[2][2]; member in struct:android::NuPlayer
258 mFlushComplete[0][0] = false;
259 mFlushComplete[0][1] = false;
260 mFlushComplete[1][0] = false;
261 mFlushComplete[1][1] = false;
/frameworks/av/media/libstagefright/
H A DACodec.cpp486 bool mFlushComplete[2]; member in struct:android::ACodec::FlushingState
8055 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false;
8114 if (mFlushComplete[data2]) {
8119 mFlushComplete[data2] = true;
8121 if (mFlushComplete[kPortIndexInput] && mFlushComplete[kPortIndexOutput]) {
8125 if (!mFlushComplete[kPortIndexInput] || !mFlushComplete[kPortIndexOutput]) {
8128 mFlushComplete[kPortIndexInpu
[all...]

Completed in 58 milliseconds