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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h 48 OUTPORT_BUFFER_SIZE = 1382400,
OMXVideoEncoderMPEG4.h 49 OUTPORT_BUFFER_SIZE = 1382400,
OMXVideoEncoderVP8.h 26 OUTPORT_BUFFER_SIZE = 1382400,
OMXVideoEncoderBase.h 119 OUTPORT_BUFFER_SIZE = 1382400,
OMXVideoDecoderBase.h 101 OUTPORT_BUFFER_SIZE = 1382400,
OMXVideoEncoderAVC.h 103 OUTPORT_BUFFER_SIZE = 2000000,
OMXVideoEncoderH263.cpp 49 paramPortDefinitionOutput->nBufferSize = OUTPORT_BUFFER_SIZE;
OMXVideoEncoderMPEG4.cpp 46 paramPortDefinitionOutput->nBufferSize = OUTPORT_BUFFER_SIZE;
OMXVideoEncoderVP8.cpp 39 paramPortDefinitionOutput->nBufferSize = OUTPORT_BUFFER_SIZE;
OMXVideoEncoderAVC.cpp 177 paramPortDefinitionOutput->nBufferSize = OUTPORT_BUFFER_SIZE;
    [all...]
OMXVideoEncoderBase.cpp 229 paramPortDefinitionOutput.nBufferSize = OUTPORT_BUFFER_SIZE; // to be overridden
    [all...]

Completed in 41 milliseconds