HomeSort by relevance Sort by last modified time
    Searched refs:kPortIndexOutput (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 616 mIsEncoder ? kPortIndexInput : kPortIndexOutput,
950 kPortIndexOutput, compressionFormat, OMX_COLOR_FormatUnused),
953 def.nPortIndex = kPortIndexOutput;
1013 errorCorrectionType.nPortIndex = kPortIndexOutput;
1043 bitrateType.nPortIndex = kPortIndexOutput;
    [all...]
ACodec.cpp 533 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
631 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
698 Vector<BufferInfo> &buffers = mBuffers[kPortIndexOutput];
765 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
771 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
787 portIndex == kPortIndexOutput ? mOutputMetadataType : mInputMetadataType;
831 || (portIndex == kPortIndexOutput && usingMetadataOnEncoderOutput())) {
886 def.nPortIndex = kPortIndexOutput;
896 err = mOMX->getGraphicBufferUsage(mNode, kPortIndexOutput, &usage);
926 def.nPortIndex = kPortIndexOutput;
    [all...]
MediaCodec.cpp 817 msg->setInt32("portIndex", kPortIndexOutput);
826 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format);
831 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format);
954 ssize_t index = dequeuePortBuffer(kPortIndexOutput);
962 mPortBuffers[kPortIndexOutput].itemAt(index).mData;
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 35 kPortIndexOutput = 1
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 229 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
397 if (mPortEOS[kPortIndexOutput]) {
422 mPortEOS[kPortIndexOutput] = true;
560 allocateBuffersOnPort(kPortIndexOutput);
570 mPortEOS[kPortIndexOutput] = false;
650 BufferInfo *info = findBufferByID(kPortIndexOutput, bufferID);
705 for (size_t i = 0; i < mBuffers[kPortIndexOutput].size(); ++i) {
706 BufferInfo *info = &mBuffers[kPortIndexOutput].editItemAt(i);
712 mPortEOS[kPortIndexOutput] = false;
792 Vector<BufferInfo> *outputBufs = &mBuffers[kPortIndexOutput];
    [all...]
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 227 if ((Cmd == OMX_CommandFlush && (nParam1 == kPortIndexOutput || nParam1 == OMX_ALL))
262 && def->nPortIndex == kPortIndexOutput) {
342 if (def->nPortIndex == kPortIndexOutput) {
387 if (params->nPortIndex == kPortIndexOutput) {
421 if (rect->nPortIndex == kPortIndexOutput &&
551 && nPortIndex == kPortIndexOutput
607 && nPortIndex == kPortIndexOutput) {
762 if (((OMX_COMMANDTYPE)nData1 == OMX_CommandFlush && (nData2 == kPortIndexOutput || nData2 == OMX_ALL))
782 if (nData1 == kPortIndexOutput && nData2 == OMX_IndexConfigCommonOutputCrop) {
    [all...]
  /frameworks/av/include/media/stagefright/
MediaFilter.h 112 kPortIndexOutput = 1
MediaCodec.h 199 kPortIndexOutput = 1,
OMXCodec.h 147 kPortIndexOutput = 1
226 // A list of indices into mPortStatus[kPortIndexOutput] filled with data.
ACodec.h 139 kPortIndexOutput = 1
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp 35 kPortIndexOutput = 1
144 if (def->nPortIndex == kPortIndexOutput) {
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 241 err = mpOwner->releaseBuffer(kPortIndexOutput, outputBuffer, cropChanged);
516 mpOwner->releaseBuffer(kPortIndexOutput, input, false);
538 mpOwner->releaseBuffer(kPortIndexOutput, input, false);
568 mpOwner->releaseBuffer(kPortIndexOutput, output, true);
644 mpOwner->releaseBuffer(kPortIndexOutput, pBuffer, true);
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 41 static const OMX_U32 kPortIndexOutput = 1;
87 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]
181 case kPortIndexOutput: return "Output";
520 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
557 if (err == OMX_ErrorUnsupportedIndex && portIndex == kPortIndexOutput) {
813 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
    [all...]

Completed in 342 milliseconds