Searched refs:mParamIntelAdaptiveSliceControl (Results 1 – 2 of 2) sorted by relevance
213 memset(&mParamIntelAdaptiveSliceControl, 0, sizeof(mParamIntelAdaptiveSliceControl)); in InitOutputPort()214 SetTypeHeader(&mParamIntelAdaptiveSliceControl, sizeof(mParamIntelAdaptiveSliceControl)); in InitOutputPort()215 mParamIntelAdaptiveSliceControl.nPortIndex = OUTPORT_INDEX; in InitOutputPort()216 mParamIntelAdaptiveSliceControl.bEnable = OMX_FALSE; in InitOutputPort()217 mParamIntelAdaptiveSliceControl.nMinPSliceNumber = 5; in InitOutputPort()218 mParamIntelAdaptiveSliceControl.nNumPFramesToSkip = 8; in InitOutputPort()219 mParamIntelAdaptiveSliceControl.nSliceSizeThreshold = 1200; in InitOutputPort()757 memcpy(p, &mParamIntelAdaptiveSliceControl, sizeof(*p)); in GetParamIntelAdaptiveSliceControl()776 mParamIntelAdaptiveSliceControl = *p; in SetParamIntelAdaptiveSliceControl()
93 OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl; variable