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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp611 mIsEncoder ? kPortIndexInput : kPortIndexOutput,
642 setRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
661 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
717 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
731 if (portIndex == kPortIndexInput
834 return isColorFormatSupported(*colorFormat, kPortIndexInput);
911 kPortIndexInput, OMX_VIDEO_CodingUnused,
915 def.nPortIndex = kPortIndexInput;
1303 kPortIndexInput, compressionFormat, OMX_COLOR_FormatUnused);
1354 def.nPortIndex = kPortIndexInput;
[all...]
H A DACodec.cpp439 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
517 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
524 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
548 portIndex == kPortIndexInput ? "input" : "output");
561 (portIndex == kPortIndexInput)
565 if ((portIndex == kPortIndexInput && (mFlags & kFlagIsSecure))
1182 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
1381 encoder ? kPortIndexInput : kPortIndexOutput,
1490 err = setupRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
1523 err = setMinBufferSize(kPortIndexInput, (size_
[all...]
H A DMediaCodec.cpp539 msg->setInt32("portIndex", kPortIndexInput);
567 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
593 if (portIndex == kPortIndexInput && mCrypto != NULL) {
653 ssize_t index = dequeuePortBuffer(kPortIndexInput);
940 portIndex == kPortIndexInput ? "input" : "output");
942 CHECK(portIndex == kPortIndexInput
963 if (portIndex == kPortIndexInput && mCrypto != NULL) {
1019 /* size_t index = */updateBuffers(kPortIndexInput, msg);
1024 returnBuffersToCodecOnPort(kPortIndexInput);
1029 ssize_t index = dequeuePortBuffer(kPortIndexInput);
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp33 static const OMX_U32 kPortIndexInput = 0; variable
422 (useGraphicBuffer && portIndex == kPortIndexInput)
562 if (bufferSource != NULL && portIndex == kPortIndexInput) {
794 if (bufferSource != NULL && portIndex == kPortIndexInput) {
831 if (bufferSource != NULL && portIndex == kPortIndexInput) {
935 if (bufferSource == NULL || portIndex != kPortIndexInput) {
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h166 kPortIndexInput = 0, enumerator in enum:android::MediaCodec::__anon63
H A DACodec.h127 kPortIndexInput = 0, enumerator in enum:android::ACodec::__anon55
H A DOMXCodec.h146 kPortIndexInput = 0, enumerator in enum:android::OMXCodec::__anon71

Completed in 2552 milliseconds