Searched refs:deviceiInfo (Results 1 – 1 of 1) sorted by relevance
6047 auto deviceiInfo = cameraInput->GetCameraDeviceInfo(); in SwitchDevice() local6048 CHECK_ERROR_RETURN_RET_LOG(!deviceiInfo || in SwitchDevice()6049 (deviceiInfo->GetPosition() != CAMERA_POSITION_FRONT && in SwitchDevice()6050 deviceiInfo->GetPosition() != CAMERA_POSITION_FOLD_INNER), false, "No need switch camera."); in SwitchDevice()