Searched refs:pProcControl (Results 1 – 1 of 1) sorted by relevance
2017 IAMCameraControl *pProcControl = NULL; in setParametrs() local2018 hr = vd_pSource->QueryInterface(IID_PPV_ARGS(&pProcControl)); in setParametrs()2024 …hr = pProcControl->Set(CameraControl_Pan+i, pParametr[10 + i].CurrentValue, pParametr[10 + i].Flag… in setParametrs()2026 pProcControl->Release(); in setParametrs()2057 IAMCameraControl *pProcControl = NULL; in getParametrs() local2058 hr = vd_pSource->QueryInterface(IID_PPV_ARGS(&pProcControl)); in getParametrs()2064 …hr = pProcControl->GetRange(CameraControl_Pan+i, &temp.Min, &temp.Max, &temp.Step, &temp.Default, … in getParametrs()2071 pProcControl->Release(); in getParametrs()