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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h 86 OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl;
OMXVideoEncoderBase.cpp 200 memset(&mParamIntelAdaptiveSliceControl, 0, sizeof(mParamIntelAdaptiveSliceControl));
201 SetTypeHeader(&mParamIntelAdaptiveSliceControl, sizeof(mParamIntelAdaptiveSliceControl));
202 mParamIntelAdaptiveSliceControl.nPortIndex = OUTPORT_INDEX;
203 mParamIntelAdaptiveSliceControl.bEnable = OMX_FALSE;
204 mParamIntelAdaptiveSliceControl.nMinPSliceNumber = 5;
205 mParamIntelAdaptiveSliceControl.nNumPFramesToSkip = 8;
206 mParamIntelAdaptiveSliceControl.nSliceSizeThreshold = 1200;
748 memcpy(p, &mParamIntelAdaptiveSliceControl, sizeof(*p))
    [all...]

Completed in 53 milliseconds