Home
last modified time | relevance | path

Searched refs:IsVideoRotationSupported (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1069 int32_t IsVideoRotationSupported(bool &isSupported);
1076 bool IsVideoRotationSupported();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp588 int32_t retCode = captureSession->IsVideoRotationSupported(isSupported); in IsRotationSupported()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3534 bool CaptureSession::IsVideoRotationSupported() in IsVideoRotationSupported() function in OHOS::CameraStandard::CaptureSession
3537 IsVideoRotationSupported(isSupported); in IsVideoRotationSupported()
3541 int32_t CaptureSession::IsVideoRotationSupported(bool &isSupported) in IsVideoRotationSupported() function in OHOS::CameraStandard::CaptureSession
3569 CHECK_AND_RETURN_RET(IsVideoRotationSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED); in SetVideoRotation()