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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2549 CHECK_EQ(countBuffersWeOwn(mPortBuffers[portIndex]),
2625 if (countBuffersWeOwn(mPortBuffers[kPortIndexInput]) !=
2629 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
2634 if (countBuffersWeOwn(mPortBuffers[kPortIndexOutput]) !=
2638 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]),
2714 size_t OMXCodec::countBuffersWeOwn(const Vector<BufferInfo> &buffers) { function in class:android::OMXCodec
2816 portIndex, countBuffersWeOwn(mPortBuffers[portIndex]),
2823 && countBuffersWeOwn(mPortBuffers[portIndex])
2870 && countBuffersWeOwn(mPortBuffers[kPortIndexInput])
2872 && countBuffersWeOwn(mPortBuffer
[all...]

Completed in 46 milliseconds