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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp541 setRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
560 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
616 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
630 if (portIndex == kPortIndexInput
733 return isColorFormatSupported(*colorFormat, kPortIndexInput);
808 kPortIndexInput, OMX_VIDEO_CodingUnused,
812 def.nPortIndex = kPortIndexInput;
1197 kPortIndexInput, compressionFormat, OMX_COLOR_FormatUnused);
1255 def.nPortIndex = kPortIndexInput;
1346 mPortStatus[kPortIndexInput]
[all...]
H A DMediaCodec.cpp307 msg->setInt32("portIndex", kPortIndexInput);
378 ssize_t index = dequeuePortBuffer(kPortIndexInput);
571 portIndex == kPortIndexInput ? "input" : "output");
573 CHECK(portIndex == kPortIndexInput
594 if (portIndex == kPortIndexInput && mCrypto != NULL) {
656 /* size_t index = */updateBuffers(kPortIndexInput, msg);
661 returnBuffersToCodecOnPort(kPortIndexInput);
666 ssize_t index = dequeuePortBuffer(kPortIndexInput);
1109 (portIndex == kPortIndexInput && mCrypto != NULL)
1200 &mPortBuffers[kPortIndexInput]
[all...]
H A DACodec.cpp358 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
413 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
433 portIndex == kPortIndexInput ? "input" : "output");
446 (portIndex == kPortIndexInput)
450 if (portIndex == kPortIndexInput && (mFlags & kFlagIsSecure)) {
876 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
985 err = setupRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
1005 err = setMinBufferSize(kPortIndexInput, (size_t)maxInputSize);
1007 err = setMinBufferSize(kPortIndexInput, 8192); // XXX
1084 encoder ? kPortIndexInput
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h111 kPortIndexInput = 0, enumerator in enum:android::ACodec::__anon38
H A DMediaCodec.h135 kPortIndexInput = 0, enumerator in enum:android::MediaCodec::__anon43
H A DOMXCodec.h146 kPortIndexInput = 0, enumerator in enum:android::OMXCodec::__anon50

Completed in 657 milliseconds