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

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp100 CHECK(portIndex < mPorts.size());
102 return !mPorts.itemAt(portIndex).mDef.bEnabled;
128 if (defParams->nPortIndex >= mPorts.size()
135 &mPorts.itemAt(defParams->nPortIndex);
155 if (defParams->nPortIndex >= mPorts.size()
162 &mPorts.editItemAt(defParams->nPortIndex);
192 CHECK_LT(portIndex, mPorts.size());
216 PortInfo *port = &mPorts.editItemAt(portIndex);
266 CHECK_LT(portIndex, mPorts.size());
268 PortInfo *port = &mPorts
[all...]
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h92 Vector<PortInfo> mPorts; member in struct:android::SimpleSoftOMXComponent

Completed in 100 milliseconds