Searched refs:kPortIndexOutput (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp837 kPortIndexOutput, compressionFormat, OMX_COLOR_FormatUnused),
840 def.nPortIndex = kPortIndexOutput;
901 errorCorrectionType.nPortIndex = kPortIndexOutput;
931 bitrateType.nPortIndex = kPortIndexOutput;
968 param.nPortIndex = kPortIndexOutput;
1005 h263type.nPortIndex = kPortIndexOutput;
1052 mpeg4type.nPortIndex = kPortIndexOutput;
1105 h264type.nPortIndex = kPortIndexOutput;
1207 format.nPortIndex = kPortIndexOutput;
1290 def.nPortIndex = kPortIndexOutput;
[all...]
H A DACodec.cpp358 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
413 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
419 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
501 def.nPortIndex = kPortIndexOutput;
524 err = mOMX->getGraphicBufferUsage(mNode, kPortIndexOutput, &usage);
617 mBuffers[kPortIndexOutput].push(info);
620 err = mOMX->useGraphicBuffer(mNode, kPortIndexOutput, graphicBuffer,
628 mBuffers[kPortIndexOutput].editItemAt(i).mBufferID = bufferId;
642 cancelEnd = mBuffers[kPortIndexOutput].size();
650 BufferInfo *info = &mBuffers[kPortIndexOutput]
[all...]
H A DMediaCodec.cpp316 msg->setInt32("portIndex", kPortIndexOutput);
406 ssize_t index = dequeuePortBuffer(kPortIndexOutput);
414 mPortBuffers[kPortIndexOutput].itemAt(index).mData;
574 || portIndex == kPortIndexOutput);
602 if (portIndex == kPortIndexOutput) {
703 /* size_t index = */updateBuffers(kPortIndexOutput, msg);
708 returnBuffersToCodecOnPort(kPortIndexOutput);
1250 returnBuffersToCodecOnPort(kPortIndexOutput);
1254 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
1278 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h112 kPortIndexOutput = 1 enumerator in enum:android::ACodec::__anon38
H A DMediaCodec.h136 kPortIndexOutput = 1, enumerator in enum:android::MediaCodec::__anon43
H A DOMXCodec.h147 kPortIndexOutput = 1 enumerator in enum:android::OMXCodec::__anon50
226 // A list of indices into mPortStatus[kPortIndexOutput] filled with data.

Completed in 60 milliseconds