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.h265 bool mPortEOS[2]; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp541 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
641 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
5639 if (mCodec->mPortEOS[kPortIndexInput]) {
5707 if (!mCodec->mPortEOS[kPortIndexInput]) {
5708 mCodec->mPortEOS[kPortIndexInput] = true;
5717 if (buffer != NULL && !mCodec->mPortEOS[kPortIndexInput]) {
5856 mCodec->mPortEOS[kPortIndexInput] = true;
5859 } else if (!mCodec->mPortEOS[kPortIndexInpu
[all...]

Completed in 3027 milliseconds