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 87 OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl;
OMXVideoEncoderBase.cpp 206 memset(&mParamIntelAdaptiveSliceControl, 0, sizeof(mParamIntelAdaptiveSliceControl));
207 SetTypeHeader(&mParamIntelAdaptiveSliceControl, sizeof(mParamIntelAdaptiveSliceControl));
208 mParamIntelAdaptiveSliceControl.nPortIndex = OUTPORT_INDEX;
209 mParamIntelAdaptiveSliceControl.bEnable = OMX_FALSE;
210 mParamIntelAdaptiveSliceControl.nMinPSliceNumber = 5;
211 mParamIntelAdaptiveSliceControl.nNumPFramesToSkip = 8;
212 mParamIntelAdaptiveSliceControl.nSliceSizeThreshold = 1200;
749 memcpy(p, &mParamIntelAdaptiveSliceControl, sizeof(*p))
    [all...]

Completed in 33 milliseconds