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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 612 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;
    [all...]
ACodec.cpp 439 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))
    [all...]
MediaCodec.cpp 539 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) {
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 34 kPortIndexInput = 0,
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 204 err = mpOwner->releaseBuffer(kPortIndexInput, inputBuffer, false);
502 mpOwner->releaseBuffer(kPortIndexInput, input, true);
513 mpOwner->releaseBuffer(kPortIndexInput, input, true);
521 mpOwner->releaseBuffer(kPortIndexInput, input, false);
562 mpOwner->releaseBuffer(kPortIndexInput, output, false);
618 mpOwner->releaseBuffer(kPortIndexInput, pBuffer, true);
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 39 static const OMX_U32 kPortIndexInput = 0;
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) {
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 166 kPortIndexInput = 0,
ACodec.h 127 kPortIndexInput = 0,
OMXCodec.h 146 kPortIndexInput = 0,
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 352 if (def->nPortIndex == kPortIndexInput) {
889 if (index == kPortIndexInput) {

Completed in 770 milliseconds