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

  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 364 void getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput,
374 kPortIndexInput, &portDef);
442 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
494 getInputChannelInfo(omxNode, kPortIndexInput, &nFrameWidth,
569 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
582 omxNode, observer, iBuffer, oBuffer, kPortIndexInput,
607 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
627 omxNode, observer, iBuffer, oBuffer, kPortIndexInput,
    [all...]
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp 373 void getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput,
386 kPortIndexInput, &param);
396 kPortIndexInput, &param);
407 kPortIndexInput, &param);
417 kPortIndexInput, &param);
427 kPortIndexInput, &param);
440 kPortIndexInput, &param);
450 kPortIndexInput, &param);
521 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
560 omxNode, kPortIndexInput, eEncoding, &nChannels, &nSampleRate))
    [all...]
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 454 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1;
461 kPortIndexInput = params.nStartPortNumber;
462 kPortIndexOutput = kPortIndexInput + 1;
464 status = setAudioPortFormat(omxNode, kPortIndexInput, OMX_AUDIO_CodingPCM);
475 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1;
482 kPortIndexInput = params.nStartPortNumber;
483 kPortIndexOutput = kPortIndexInput + 1;
524 setupPCMPort(omxNode, kPortIndexInput, nChannels, OMX_NumericalDataSigned,
536 &oBuffer, kPortIndexInput,
557 &oBuffer, kPortIndexInput,
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 211 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
212 const bool isInput = portIndex == kPortIndexInput;
251 if (portIndex == kPortIndexInput) {
281 if (mPortEOS[kPortIndexInput]) {
319 if (mPortEOS[kPortIndexInput]) {
323 for (size_t i = 0; i < mBuffers[kPortIndexInput].size(); ++i) {
324 BufferInfo *info = &mBuffers[kPortIndexInput].editItemAt(i);
489 allocateBuffersOnPort(kPortIndexInput);
502 mPortEOS[kPortIndexInput] = false;
514 BufferInfo *info = findBufferByID(kPortIndexInput, bufferID)
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/component/
VtsHalMediaOmxV1_0TargetComponentTest.cpp 305 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1;
317 kPortIndexInput = params.nStartPortNumber;
318 kPortIndexOutput = kPortIndexInput + 1;
327 setAudioPortFormat(omxNode, kPortIndexInput, OMX_AUDIO_CodingPCM);
333 status = setAudioPortFormat(omxNode, kPortIndexInput,
341 setVideoPortFormat(omxNode, kPortIndexInput, OMX_VIDEO_CodingUnused,
349 status = setVideoPortFormat(omxNode, kPortIndexInput,
366 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1;
378 kPortIndexInput = params.nStartPortNumber;
379 kPortIndexOutput = kPortIndexInput + 1
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 569 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
572 mPortMode[kPortIndexInput] = IOMX::kPortModePresetByteBuffer;
679 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
703 if (mBuffers[kPortIndexInput].size() == 0) {
818 portIndex == kPortIndexInput ? "input" : "output",
829 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
870 if (portIndex == kPortIndexInput) {
882 portIndex == kPortIndexInput ? "input" : "output");
914 portIndex == kPortIndexInput ? mInputFormat : mOutputFormat;
    [all...]
MediaCodec.cpp 963 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput);
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 34 kPortIndexInput = 0,
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 48 static const OMX_U32 kPortIndexInput = 0;
94 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \
108 mCopyToOmx(portIndex == kPortIndexInput && copy),
206 case kPortIndexInput: return "Input";
712 if (portIndex != kPortIndexInput) {
879 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
    [all...]
BWGraphicBufferSource.cpp 29 static const OMX_U32 kPortIndexInput = 0;
113 def.nPortIndex = kPortIndexInput;
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 205 err = mpOwner->releaseBuffer(kPortIndexInput, inputBuffer, false);
510 mpOwner->releaseBuffer(kPortIndexInput, input, true);
523 mpOwner->releaseBuffer(kPortIndexInput, input, true);
576 mpOwner->releaseBuffer(kPortIndexInput, output, false);
617 mpOwner->releaseBuffer(kPortIndexInput, pBuffer, true);
645 mpOwner->releaseBuffer(kPortIndexInput, pBuffer, true);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h 91 kPortIndexInput = 0,
MediaCodec.h 222 kPortIndexInput = 0,
ACodec.h 148 kPortIndexInput = 0,
  /frameworks/av/media/libstagefright/omx/1.0/
WGraphicBufferSource.cpp 36 static const OMX_U32 kPortIndexInput = 0;
166 def.nPortIndex = kPortIndexInput;
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp 34 kPortIndexInput = 0,
131 if (def->nPortIndex == kPortIndexInput) {
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.h 312 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
319 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput);
342 android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput,
349 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
355 portreconfig fptr = nullptr, OMX_U32 kPortIndexInput = 0,
media_hidl_test_common.cpp 375 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
396 omxNode, iBuffer, kPortIndexInput, pm[0], allocGrap));
423 OMX_U32 kPortIndexInput,
438 status = omxNode->freeBuffer(kPortIndexInput, (*iBuffer)[i].id);
596 android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput,
603 kPortIndexInput);
610 ASSERT_EQ(msg.data.eventData.data2, kPortIndexInput);
639 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, void* args) {
681 omxNode, observer, iBuffer, oBuffer, kPortIndexInput,
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 373 if (def->nPortIndex == kPortIndexInput) {
    [all...]

Completed in 300 milliseconds