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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp612 mIsEncoder ? kPortIndexInput : kPortIndexOutput,
643 setRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
662 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
718 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
732 if (portIndex == kPortIndexInput
836 return isColorFormatSupported(*colorFormat, kPortIndexInput);
913 kPortIndexInput, OMX_VIDEO_CodingUnused,
917 def.nPortIndex = kPortIndexInput;
1305 kPortIndexInput, compressionFormat, OMX_COLOR_FormatUnused);
1356 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))
1197 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
1519 encoder ? kPortIndexInput : kPortIndexOutput,
1628 err = setupRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
1670 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);
945 portIndex == kPortIndexInput ? "input" : "output");
947 CHECK(portIndex == kPortIndexInput
968 if (portIndex == kPortIndexInput && mCrypto != NULL) {
1036 /* size_t index = */updateBuffers(kPortIndexInput, msg);
1041 returnBuffersToCodecOnPort(kPortIndexInput);
1046 ssize_t index = dequeuePortBuffer(kPortIndexInput);
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp39 static const OMX_U32 kPortIndexInput = 0; variable
85 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \
159 case kPortIndexInput: return "Input";
514 (useGraphicBuffer && portIndex == kPortIndexInput)
652 if (bufferSource != NULL && portIndex == kPortIndexInput) {
885 if (bufferSource != NULL && portIndex == kPortIndexInput) {
923 if (bufferSource != NULL && portIndex == kPortIndexInput) {
999 mDebugLevelBumpPendingBuffers[kPortIndexInput] = numInputBuffers;
1042 unbumpDebugLevel_l(kPortIndexInput);
1101 if (bufferSource == NULL || portIndex != kPortIndexInput) {
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h166 kPortIndexInput = 0, enumerator in enum:android::MediaCodec::__anon64
H A DACodec.h127 kPortIndexInput = 0, enumerator in enum:android::ACodec::__anon56
H A DOMXCodec.h146 kPortIndexInput = 0, enumerator in enum:android::OMXCodec::__anon72

Completed in 808 milliseconds