Searched refs:mNumPortBuffers (Results 1 – 2 of 2) sorted by relevance
98 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \99 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]443 mNumPortBuffers[0] = 0; in OMXNodeInstance()444 mNumPortBuffers[1] = 0; in OMXNodeInstance()789 if (mSailed || mNumPortBuffers[portIndex] > 0) { in setPortMode()1177 if (portIndex >= NELEM(mNumPortBuffers)) { in useBuffer()1613 if (mNumPortBuffers[kPortIndexInput] > 0) { in setInputSurface()2489 if (portIndex < NELEM(mNumPortBuffers)) { in addActiveBuffer()2490 ++mNumPortBuffers[portIndex]; in addActiveBuffer()2501 if (portIndex < NELEM(mNumPortBuffers)) { in removeActiveBuffer()[all …]
177 size_t mNumPortBuffers[2]; // modified under mLock, read outside for debug member