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 115 OUTPORT_MIN_BUFFER_COUNT = 1,
OMXVideoDecoderBase.h 96 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 37 paramPortDefinitionOutput->nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
OMXVideoDecoderBase.cpp 130 paramPortDefinitionOutput.nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
    [all...]
OMXVideoEncoderAVC.cpp 176 paramPortDefinitionOutput->nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
    [all...]
OMXVideoEncoderBase.cpp 222 paramPortDefinitionOutput.nBufferCountMin = OUTPORT_MIN_BUFFER_COUNT;
    [all...]

Completed in 1940 milliseconds