Searched refs:IsVideoRotationSupported (Results 1 – 3 of 3) sorted by relevance
1069 int32_t IsVideoRotationSupported(bool &isSupported);1076 bool IsVideoRotationSupported();
588 int32_t retCode = captureSession->IsVideoRotationSupported(isSupported); in IsRotationSupported()
3534 bool CaptureSession::IsVideoRotationSupported() in IsVideoRotationSupported() function in OHOS::CameraStandard::CaptureSession3537 IsVideoRotationSupported(isSupported); in IsVideoRotationSupported()3541 int32_t CaptureSession::IsVideoRotationSupported(bool &isSupported) in IsVideoRotationSupported() function in OHOS::CameraStandard::CaptureSession3569 CHECK_AND_RETURN_RET(IsVideoRotationSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED); in SetVideoRotation()