Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mPortBuffers

1614         mPortBuffers[portIndex].push(info);
1651 const BufferInfo &info = mPortBuffers[kPortIndexInput].itemAt(i);
1826 mPortBuffers[kPortIndexOutput].push(info);
1837 mPortBuffers[kPortIndexOutput].editItemAt(i).mBuffer = bufferId;
1849 cancelEnd = mPortBuffers[kPortIndexOutput].size();
1857 BufferInfo *info = &mPortBuffers[kPortIndexOutput].editItemAt(i);
1892 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput];
2106 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput];
2157 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput];
2488 CHECK_EQ(mPortBuffers[portIndex].size(), 0u);
2555 CHECK_EQ(countBuffersWeOwn(mPortBuffers[portIndex]),
2556 mPortBuffers[portIndex].size());
2631 if (countBuffersWeOwn(mPortBuffers[kPortIndexInput]) !=
2632 mPortBuffers[kPortIndexInput].size()) {
2635 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
2636 mPortBuffers[kPortIndexInput].size());
2640 if (countBuffersWeOwn(mPortBuffers[kPortIndexOutput]) !=
2641 mPortBuffers[kPortIndexOutput].size()) {
2644 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]),
2645 mPortBuffers[kPortIndexOutput].size());
2733 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex];
2763 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex];
2822 portIndex, countBuffersWeOwn(mPortBuffers[portIndex]),
2823 mPortBuffers[portIndex].size());
2829 && countBuffersWeOwn(mPortBuffers[portIndex])
2830 == mPortBuffers[portIndex].size()) {
2876 && countBuffersWeOwn(mPortBuffers[kPortIndexInput])
2877 == mPortBuffers[kPortIndexInput].size()
2878 && countBuffersWeOwn(mPortBuffers[kPortIndexOutput])
2879 == mPortBuffers[kPortIndexOutput].size()) {
2886 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput];
2899 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput];
2907 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput];
2931 Vector<BufferInfo> *infos = &mPortBuffers[kPortIndexInput];
2949 Vector<BufferInfo> *infos = &mPortBuffers[kPortIndexInput];
3228 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput];
3241 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput];
3272 countBuffersWeOwn(mPortBuffers[kPortIndexInput]),
3273 countBuffersWeOwn(mPortBuffers[kPortIndexOutput]));
3656 params->setInt32(kKeyNumBuffers, mPortBuffers[kPortIndexInput].size());
3896 BufferInfo *info = &mPortBuffers[kPortIndexOutput].editItemAt(index);
3912 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput];