Searched defs:countBuffersWeOwn (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2553 CHECK_EQ(countBuffersWeOwn(mPortBuffers[portIndex]),
2629 if (countBuffersWeOwn(mPortBuffers[kPortIndexInput]) !=
2633 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
2638 if (countBuffersWeOwn(mPortBuffers[kPortIndexOutput]) !=
2642 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]),
2718 size_t OMXCodec::countBuffersWeOwn(const Vector<BufferInfo> &buffers) { function in class:android::OMXCodec
2820 portIndex, countBuffersWeOwn(mPortBuffers[portIndex]),
2827 && countBuffersWeOwn(mPortBuffers[portIndex])
2874 && countBuffersWeOwn(mPortBuffers[kPortIndexInput])
2876 && countBuffersWeOwn(mPortBuffer
[all...]

Completed in 42 milliseconds