Home
last modified time | relevance | path

Searched refs:STREAM_ROTATE_360 (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp445 streamRotation = (STREAM_ROTATE_360 + sensorOrientation - degrees) % STREAM_ROTATE_360; in GetStreamRotation()
448 streamRotation = (sensorOrientation + degrees) % STREAM_ROTATE_360; in GetStreamRotation()
449 streamRotation = (STREAM_ROTATE_360 - streamRotation) % STREAM_ROTATE_360; in GetStreamRotation()
H A Dhstream_repeat.cpp583 CHECK_ERROR_RETURN_RET(rotation > STREAM_ROTATE_360, CAMERA_INVALID_ARG); in SetCameraRotation()
584 setCameraRotation_ = STREAM_ROTATE_360 - rotation; in SetCameraRotation()
678 sensorOrientation = STREAM_ROTATE_360 - setCameraRotation_; in ProcessCameraSetRotation()
717 streamRotation = STREAM_ROTATE_360 - sensorOrientation; in ProcessVerticalCameraPosition()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h44 static const int32_t STREAM_ROTATE_360 = 360; member

Completed in 4 milliseconds