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

  /hardware/intel/common/utils/ISV/include/
isv_processor.h 34 kPortIndexInput = 0,
  /frameworks/av/include/media/stagefright/
ACodec.h 127 kPortIndexInput = 0,
MediaCodec.h 166 kPortIndexInput = 0,
OMXCodec.h 146 kPortIndexInput = 0,
  /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...]

Completed in 66 milliseconds