Searched refs:GetVideoRotation (Results 1 – 8 of 8) sorted by relevance
206 Camera_ErrorCode Camera_VideoOutput::GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* … in GetVideoRotation() function in Camera_VideoOutput212 int32_t cameraOutputRotation = innerVideoOutput_->GetVideoRotation(imageRotation); in GetVideoRotation()
50 …Camera_ErrorCode GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation…
105 int32_t GetVideoRotation(int32_t imageRotation);
207 return videoOutput->GetVideoRotation(deviceDegree, imageRotation); in OH_VideoOutput_GetVideoRotation()
112 static napi_value GetVideoRotation(napi_env env, napi_callback_info info);
233 DECLARE_NAPI_FUNCTION("getVideoRotation", GetVideoRotation), in Init()656 napi_value VideoOutputNapi::GetVideoRotation(napi_env env, napi_callback_info info) in GetVideoRotation() function in OHOS::CameraStandard::VideoOutputNapi678 int32_t retCode = videoOutputNapi->videoOutput_->GetVideoRotation(imageRotation); in GetVideoRotation()
451 int32_t VideoOutput::GetVideoRotation(int32_t imageRotation) in GetVideoRotation() function in OHOS::CameraStandard::VideoOutput
12914 …int32_t videoRotation = videoOutput_1->GetVideoRotation(PhotoCaptureSetting::RotationConfig::Rotat…