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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h 46 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoEncoderMPEG4.h 47 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoEncoderVP8.h 24 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoEncoderBase.h 117 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoDecoderBase.h 99 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoEncoderAVC.h 101 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoEncoderH263.cpp 48 paramPortDefinitionOutput->nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
OMXVideoEncoderMPEG4.cpp 45 paramPortDefinitionOutput->nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
OMXVideoEncoderVP8.cpp 38 paramPortDefinitionOutput->nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
OMXVideoEncoderAVC.cpp 176 paramPortDefinitionOutput->nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
    [all...]
OMXVideoEncoderBase.cpp 228 paramPortDefinitionOutput.nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
    [all...]
OMXVideoDecoderBase.cpp 138 paramPortDefinitionOutput.nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
    [all...]

Completed in 75 milliseconds