Searched refs:mNumPortBuffers (Results 1 – 2 of 2) sorted by relevance
96 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \97 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]367 mNumPortBuffers[0] = 0; in OMXNodeInstance()368 mNumPortBuffers[1] = 0; in OMXNodeInstance()704 if (mSailed || mNumPortBuffers[portIndex] > 0) { in setPortMode()1092 if (portIndex >= NELEM(mNumPortBuffers)) { in useBuffer()1524 if (mNumPortBuffers[kPortIndexInput] > 0) { in setInputSurface()2400 if (portIndex < NELEM(mNumPortBuffers)) { in addActiveBuffer()2401 ++mNumPortBuffers[portIndex]; in addActiveBuffer()2412 if (portIndex < NELEM(mNumPortBuffers)) { in removeActiveBuffer()[all …]
177 size_t mNumPortBuffers[2]; // modified under mLock, read outside for debug member