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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 532 mIsEncoder ? kPortIndexInput : kPortIndexOutput,
552 setRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
571 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
627 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
641 if (portIndex == kPortIndexInput
744 return isColorFormatSupported(*colorFormat, kPortIndexInput);
819 kPortIndexInput, OMX_VIDEO_CodingUnused,
823 def.nPortIndex = kPortIndexInput;
    [all...]
ACodec.cpp 380 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
449 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
469 portIndex == kPortIndexInput ? "input" : "output");
482 (portIndex == kPortIndexInput)
486 if (portIndex == kPortIndexInput && (mFlags & kFlagIsSecure)) {
912 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
970 encoder ? kPortIndexInput : kPortIndexOutput,
1041 err = setupRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
    [all...]
MediaCodec.cpp 354 msg->setInt32("portIndex", kPortIndexInput);
425 ssize_t index = dequeuePortBuffer(kPortIndexInput);
669 portIndex == kPortIndexInput ? "input" : "output");
671 CHECK(portIndex == kPortIndexInput
692 if (portIndex == kPortIndexInput && mCrypto != NULL) {
762 /* size_t index = */updateBuffers(kPortIndexInput, msg);
767 returnBuffersToCodecOnPort(kPortIndexInput);
772 ssize_t index = dequeuePortBuffer(kPortIndexInput);
    [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 122 kPortIndexInput = 0,
MediaCodec.h 143 kPortIndexInput = 0,
OMXCodec.h 146 kPortIndexInput = 0,
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 33 static const OMX_U32 kPortIndexInput = 0;
435 if (bufferSource != NULL && portIndex == kPortIndexInput) {
647 if (bufferSource != NULL && portIndex == kPortIndexInput) {
684 if (bufferSource != NULL && portIndex == kPortIndexInput) {

Completed in 320 milliseconds