Searched refs:mParamIntelAdaptiveSliceControl (Results 1 – 2 of 2) sorted by relevance
200 memset(&mParamIntelAdaptiveSliceControl, 0, sizeof(mParamIntelAdaptiveSliceControl)); in InitOutputPort()201 SetTypeHeader(&mParamIntelAdaptiveSliceControl, sizeof(mParamIntelAdaptiveSliceControl)); in InitOutputPort()202 mParamIntelAdaptiveSliceControl.nPortIndex = OUTPORT_INDEX; in InitOutputPort()203 mParamIntelAdaptiveSliceControl.bEnable = OMX_FALSE; in InitOutputPort()204 mParamIntelAdaptiveSliceControl.nMinPSliceNumber = 5; in InitOutputPort()205 mParamIntelAdaptiveSliceControl.nNumPFramesToSkip = 8; in InitOutputPort()206 mParamIntelAdaptiveSliceControl.nSliceSizeThreshold = 1200; in InitOutputPort()748 memcpy(p, &mParamIntelAdaptiveSliceControl, sizeof(*p)); in GetParamIntelAdaptiveSliceControl()767 mParamIntelAdaptiveSliceControl = *p; in SetParamIntelAdaptiveSliceControl()
86 OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl; variable