Searched refs:cameraIdLong (Results 1 – 3 of 3) sorted by relevance
392 long cameraIdLong(-1); in setTorchMode() local398 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()401 (cameraIdLong < 0) || in setTorchMode()402 (cameraIdLong >= static_cast<long>(get_number_of_cameras())) || in setTorchMode()407 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()422 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()
448 long cameraIdLong(-1); in setTorchMode() local454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()457 (cameraIdLong < 0) || in setTorchMode()458 (cameraIdLong >= static_cast<long>(get_number_of_cameras())) || in setTorchMode()463 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()478 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()