Searched refs:mParamIntelAdaptiveSliceControl (Results 1 – 2 of 2) sorted by relevance
206 memset(&mParamIntelAdaptiveSliceControl, 0, sizeof(mParamIntelAdaptiveSliceControl)); in InitOutputPort()207 SetTypeHeader(&mParamIntelAdaptiveSliceControl, sizeof(mParamIntelAdaptiveSliceControl)); in InitOutputPort()208 mParamIntelAdaptiveSliceControl.nPortIndex = OUTPORT_INDEX; in InitOutputPort()209 mParamIntelAdaptiveSliceControl.bEnable = OMX_FALSE; in InitOutputPort()210 mParamIntelAdaptiveSliceControl.nMinPSliceNumber = 5; in InitOutputPort()211 mParamIntelAdaptiveSliceControl.nNumPFramesToSkip = 8; in InitOutputPort()212 mParamIntelAdaptiveSliceControl.nSliceSizeThreshold = 1200; in InitOutputPort()755 memcpy(p, &mParamIntelAdaptiveSliceControl, sizeof(*p)); in GetParamIntelAdaptiveSliceControl()774 mParamIntelAdaptiveSliceControl = *p; in SetParamIntelAdaptiveSliceControl()
87 OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl; variable