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

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp61 bool mSawOutputEOS; member in struct:android::CodecState
133 state->mSawOutputEOS = false;
230 if (!state->mSawOutputEOS) {
243 if (state->mSawOutputEOS) {
269 state->mSawOutputEOS = true;

Completed in 49 milliseconds