Searched defs:countBuffersWeOwn (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2559 CHECK_EQ(countBuffersWeOwn(mPortBuffers[portIndex]),
2635 if (countBuffersWeOwn(mPortBuffers[kPortIndexInput]) !=
2639 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
2644 if (countBuffersWeOwn(mPortBuffers[kPortIndexOutput]) !=
2648 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]),
2724 size_t OMXCodec::countBuffersWeOwn(const Vector<BufferInfo> &buffers) { function in class:android::OMXCodec
2826 portIndex, countBuffersWeOwn(mPortBuffers[portIndex]),
2833 && countBuffersWeOwn(mPortBuffers[portIndex])
2880 && countBuffersWeOwn(mPortBuffers[kPortIndexInput])
2882 && countBuffersWeOwn(mPortBuffer
[all...]

Completed in 34 milliseconds