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

/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp304 if (mPortEOS[kPortIndexInput]) {
378 if (mPortEOS[kPortIndexInput]) {
397 if (mPortEOS[kPortIndexOutput]) {
422 mPortEOS[kPortIndexOutput] = true;
569 mPortEOS[kPortIndexInput] = false;
570 mPortEOS[kPortIndexOutput] = false;
640 mPortEOS[kPortIndexInput] = true;
711 mPortEOS[kPortIndexInput] = false;
712 mPortEOS[kPortIndexOutput] = false;
815 mPortEOS[kPortIndexOutpu
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h132 bool mPortEOS[2]; member in struct:android::MediaFilter
H A DACodec.h231 bool mPortEOS[2]; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp533 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
631 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
4813 if (mCodec->mPortEOS[kPortIndexInput]) {
4881 if (!mCodec->mPortEOS[kPortIndexInput]) {
4882 mCodec->mPortEOS[kPortIndexInput] = true;
4891 if (buffer != NULL && !mCodec->mPortEOS[kPortIndexInput]) {
4985 mCodec->mPortEOS[kPortIndexInput] = true;
4988 } else if (!mCodec->mPortEOS[kPortIndexInpu
[all...]

Completed in 106 milliseconds