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

  /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/include/
isv_processor.h 34 kPortIndexInput = 0,
  /frameworks/av/include/media/stagefright/
MediaFilter.h 111 kPortIndexInput = 0,
OMXCodec.h 146 kPortIndexInput = 0,
ACodec.h 138 kPortIndexInput = 0,
MediaCodec.h 198 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...]

Completed in 1265 milliseconds