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

/frameworks/av/media/libstagefright/
H A DACodec.cpp387 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
461 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
468 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
492 portIndex == kPortIndexInput ? "input" : "output");
505 (portIndex == kPortIndexInput)
509 if ((portIndex == kPortIndexInput && (mFlags & kFlagIsSecure))
1050 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
1198 encoder ? kPortIndexInput : kPortIndexOutput,
1269 err = setupRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
1293 err = setMinBufferSize(kPortIndexInput, (size_
[all...]
H A DOMXCodec.cpp527 mIsEncoder ? kPortIndexInput : kPortIndexOutput,
547 setRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
566 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
622 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
636 if (portIndex == kPortIndexInput
739 return isColorFormatSupported(*colorFormat, kPortIndexInput);
814 kPortIndexInput, OMX_VIDEO_CodingUnused,
818 def.nPortIndex = kPortIndexInput;
1205 kPortIndexInput, compressionFormat, OMX_COLOR_FormatUnused);
1256 def.nPortIndex = kPortIndexInput;
[all...]
H A DMediaCodec.cpp371 msg->setInt32("portIndex", kPortIndexInput);
442 ssize_t index = dequeuePortBuffer(kPortIndexInput);
686 portIndex == kPortIndexInput ? "input" : "output");
688 CHECK(portIndex == kPortIndexInput
709 if (portIndex == kPortIndexInput && mCrypto != NULL) {
779 /* size_t index = */updateBuffers(kPortIndexInput, msg);
784 returnBuffersToCodecOnPort(kPortIndexInput);
789 ssize_t index = dequeuePortBuffer(kPortIndexInput);
1298 (portIndex == kPortIndexInput && mCrypto != NULL)
1425 &mPortBuffers[kPortIndexInput]
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp33 static const OMX_U32 kPortIndexInput = 0; variable
490 if (bufferSource != NULL && portIndex == kPortIndexInput) {
719 if (bufferSource != NULL && portIndex == kPortIndexInput) {
756 if (bufferSource != NULL && portIndex == kPortIndexInput) {
856 if (bufferSource == NULL || portIndex != kPortIndexInput) {
/frameworks/av/include/media/stagefright/
H A DACodec.h123 kPortIndexInput = 0, enumerator in enum:android::ACodec::__anon48
H A DMediaCodec.h143 kPortIndexInput = 0, enumerator in enum:android::MediaCodec::__anon54
H A DOMXCodec.h146 kPortIndexInput = 0, enumerator in enum:android::OMXCodec::__anon61

Completed in 201 milliseconds