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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2656 CHECK_EQ(countBuffersWeOwn(mPortBuffers[portIndex]),
2732 if (countBuffersWeOwn(mPortBuffers[kPortIndexInput]) !=
2736 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
2741 if (countBuffersWeOwn(mPortBuffers[kPortIndexOutput]) !=
2745 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]),
2821 size_t OMXCodec::countBuffersWeOwn(const Vector<BufferInfo> &buffers) { function in class:android::OMXCodec
2923 portIndex, countBuffersWeOwn(mPortBuffers[portIndex]),
2930 && countBuffersWeOwn(mPortBuffers[portIndex])
2977 && countBuffersWeOwn(mPortBuffers[kPortIndexInput])
2979 && countBuffersWeOwn(mPortBuffer
[all...]

Completed in 80 milliseconds