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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 616 mIsEncoder ? kPortIndexInput : kPortIndexOutput,
651 setRawAudioFormat(kPortIndexInput, sampleRate, numChannels);
670 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
726 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
740 if (portIndex == kPortIndexInput
844 return isColorFormatSupported(*colorFormat, kPortIndexInput);
921 kPortIndexInput, OMX_VIDEO_CodingUnused,
925 def.nPortIndex = kPortIndexInput;
    [all...]
ACodec.cpp 533 mPortEOS[kPortIndexInput] = mPortEOS[kPortIndexOutput] = false;
631 if (mPortEOS[kPortIndexInput] && !mPortEOS[kPortIndexOutput] &&
655 if (mBuffers[kPortIndexInput].size() == 0) {
765 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
800 if (portIndex == kPortIndexInput && type >= kMetadataBufferTypeGrallocSource) {
802 } else if (portIndex == kPortIndexInput && type == kMetadataBufferTypeCameraSource) {
809 portIndex == kPortIndexInput ? "input" : "output");
826 (portIndex == kPortIndexInput)
830 if ((portIndex == kPortIndexInput && (mFlags & kFlagIsSecure))
    [all...]
MediaCodec.cpp 798 msg->setInt32("portIndex", kPortIndexInput);
808 msg->setInt32("portIndex", kPortIndexInput);
836 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
866 if (portIndex == kPortIndexInput && mCrypto != NULL) {
926 ssize_t index = dequeuePortBuffer(kPortIndexInput);
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 229 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
230 const bool isInput = portIndex == kPortIndexInput;
304 if (mPortEOS[kPortIndexInput]) {
378 if (mPortEOS[kPortIndexInput]) {
382 for (size_t i = 0; i < mBuffers[kPortIndexInput].size(); ++i) {
383 BufferInfo *info = &mBuffers[kPortIndexInput].editItemAt(i);
558 allocateBuffersOnPort(kPortIndexInput);
569 mPortEOS[kPortIndexInput] = false;
581 BufferInfo *info = findBufferByID(kPortIndexInput, bufferID);
640 mPortEOS[kPortIndexInput] = true
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 34 kPortIndexInput = 0,
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 205 err = mpOwner->releaseBuffer(kPortIndexInput, inputBuffer, false);
510 mpOwner->releaseBuffer(kPortIndexInput, input, true);
521 mpOwner->releaseBuffer(kPortIndexInput, input, true);
529 mpOwner->releaseBuffer(kPortIndexInput, input, false);
574 mpOwner->releaseBuffer(kPortIndexInput, output, false);
632 mpOwner->releaseBuffer(kPortIndexInput, pBuffer, true);
  /frameworks/av/include/media/stagefright/
MediaFilter.h 111 kPortIndexInput = 0,
MediaCodec.h 198 kPortIndexInput = 0,
OMXCodec.h 146 kPortIndexInput = 0,
ACodec.h 138 kPortIndexInput = 0,
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 40 static const OMX_U32 kPortIndexInput = 0;
86 mInputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexInput], \
180 case kPortIndexInput: return "Input";
520 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
689 if (bufferSource != NULL && portIndex == kPortIndexInput) {
813 if (portIndex != kPortIndexInput && portIndex != kPortIndexOutput) {
    [all...]
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp 34 kPortIndexInput = 0,
131 if (def->nPortIndex == kPortIndexInput) {
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 366 if (def->nPortIndex == kPortIndexInput) {
905 if (index == kPortIndexInput) {
    [all...]

Completed in 763 milliseconds