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

  /hardware/intel/common/utils/ISV/include/
isv_processor.h 35 kPortIndexOutput = 1
  /frameworks/av/include/media/stagefright/
ACodec.h 128 kPortIndexOutput = 1
MediaCodec.h 167 kPortIndexOutput = 1,
OMXCodec.h 147 kPortIndexOutput = 1
226 // A list of indices into mPortStatus[kPortIndexOutput] filled with data.
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 40 static const OMX_U32 kPortIndexOutput = 1;
86 mOutputBuffersWithCodec.size(), mNumPortBuffers[kPortIndexOutput]
160 case kPortIndexOutput: return "Output";
537 if (err == OMX_ErrorUnsupportedIndex && portIndex == kPortIndexOutput) {
    [all...]

Completed in 232 milliseconds