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

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h329 static size_t countBuffersWeOwn(const Vector<BufferInfo> &buffers);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2467 CHECK_EQ(countBuffersWeOwn(mPortBuffers[portIndex]),
2543 if (countBuffersWeOwn(mPortBuffers[kPortIndexInput]) !=
2547 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
2552 if (countBuffersWeOwn(mPortBuffers[kPortIndexOutput]) !=
2556 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]),
2632 size_t OMXCodec::countBuffersWeOwn(const Vector<BufferInfo> &buffers) { function in class:android::OMXCodec
2734 portIndex, countBuffersWeOwn(mPortBuffers[portIndex]),
2741 && countBuffersWeOwn(mPortBuffers[portIndex])
2788 && countBuffersWeOwn(mPortBuffers[kPortIndexInput])
2790 && countBuffersWeOwn(mPortBuffer
[all...]

Completed in 90 milliseconds