Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:kPortIndexInput

354     msg->setInt32("portIndex", kPortIndexInput);
425 ssize_t index = dequeuePortBuffer(kPortIndexInput);
669 portIndex == kPortIndexInput ? "input" : "output");
671 CHECK(portIndex == kPortIndexInput
692 if (portIndex == kPortIndexInput && mCrypto != NULL) {
762 /* size_t index = */updateBuffers(kPortIndexInput, msg);
767 returnBuffersToCodecOnPort(kPortIndexInput);
772 ssize_t index = dequeuePortBuffer(kPortIndexInput);
1281 (portIndex == kPortIndexInput && mCrypto != NULL)
1408 &mPortBuffers[kPortIndexInput].editItemAt(bufferIndex);
1468 returnBuffersToCodecOnPort(kPortIndexInput);
1473 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
1485 if (portIndex == kPortIndexInput) {
1497 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
1575 if (index >= mPortBuffers[kPortIndexInput].size()) {
1579 BufferInfo *info = &mPortBuffers[kPortIndexInput].editItemAt(index);
1676 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
1735 || !mAvailPortBuffers[kPortIndexInput].empty()