| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| D | nativeavmuxerndk.cpp | 58 int32_t rotation = ZEROVAL; in OHAVMuxerSetRotation() local 92 int32_t rotation = ZEROVAL; in OHAVMuxerStart() local 129 int32_t rotation = ZEROVAL; in OHAVMuxerStop() local 166 int32_t rotation = ZEROVAL; in OHAVMuxerWriteSample() local 202 int32_t rotation = ZEROVAL; in OHAVMuxerWriteSampleBuffer() local 241 int32_t rotation = ZEROVAL; in OHAVMuxerAddTrack() local 311 int32_t rotation = ZEROVAL; in OHAVMuxerSetRotationAbnormal() local 345 int32_t rotation = ZEROVAL; in OHAVMuxerStartAbnormal() local 379 int32_t rotation = ZEROVAL; in OHAVMuxerStopAbnormal() local 413 int32_t rotation = ZEROVAL; in OHAVMuxerWriteSampleAbnormal() local [all …]
|
| /test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/ |
| D | SensorOnOffTest.test_newSensorGeomagneticOptions.test.js | 154 … "rotation": [-0.7980074882507324, 0.5486301183700562, 0.24937734007835388, -0.17277367413043976, property 159 … "rotation": [-0.8206444382667542, 0.3832680284976959, 0.42384934425354004, 0.021023601293563843, property 164 … "rotation": [0.9583651423454285, 0.08038506656885147, -0.27399733662605286, 0.160231813788414, property 169 "rotation":[null, null, null, null, null, null, null, null, null], property 173 "rotation":[null, null, null, null, null, null,0, 0, 0], property
|
| D | SensorGeneralalgorithm.test.js | 58 … "rotation": [-0.7980074882507324, 0.5486301183700562, 0.24937734007835388, -0.17277367413043976, property 64 … "rotation": [-0.8206444382667542, 0.3832680284976959, 0.42384934425354004, 0.021023601293563843, property 70 … "rotation": [0.9583651423454285, 0.08038506656885147, -0.27399733662605286, 0.160231813788414, property 77 "rotation": [null, null, null, null, null, null, null, null, null], property 81 "rotation": [null, null, null, null, null, null, 0, 0, 0], property
|
| D | SensorOnOffTest.test_newSensorGeomagnetic.test.js | 1520 … "rotation": [-0.7980074882507324, 0.5486301183700562, 0.24937734007835388, -0.17277367413043976, property 1525 … "rotation": [-0.8206444382667542, 0.3832680284976959, 0.42384934425354004, 0.021023601293563843, property 1530 … "rotation": [0.9583651423454285, 0.08038506656885147, -0.27399733662605286, 0.160231813788414, property 1535 "rotation":[null, null, null, null, null, null, null, null, null], property 1539 "rotation":[null, null, null, null, null, null,0, 0, 0], property
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
| D | image_sweepgradient_test.cpp | 42 float rotation = DEFAULT_ROTATION_VALUE; in TestImageSweepGradient001() local 69 float rotation = ROTATION_VALUE; in TestImageSweepGradient002() local 96 float rotation = DEFAULT_ROTATION_VALUE; in TestImageSweepGradient003() local 123 float rotation = ROTATION_VALUE; in TestImageSweepGradient004() local
|
| /test/xts/acts/multimedia/media/media_js_standard/avRecorder/src/main/js/test/ |
| D | AvVideoRecorderFuncTestOne.test.js | 68 rotation : 0, // 视频旋转角度,默认为0不旋转,支持的值为0、90、180、270 property 78 rotation : 0, // 视频旋转角度,默认为0不旋转,支持的值为0、90、180、270 property 88 rotation : 0, // 视频旋转角度,默认为0不旋转,支持的值为0、90、180、270 property 104 rotation: 0, property 126 rotation: 0, property 143 rotation: 0, property 161 rotation: 0, property 184 rotation: 0, property 209 rotation: 0, property 219 rotation: 0, property [all …]
|
| D | AVRecorderFuncTest.test.js | 63 rotation : 0, property 563 rotation: 0, property 591 rotation: 0, property 619 rotation: 0, property 647 rotation: 0, property 675 rotation: 0, property 702 rotation: 0, property
|
| /test/testfwk/arkxtest/uitest/core/ |
| D | ui_controller.h | 84 virtual void SetDisplayRotation(DisplayRotation rotation) const {}; in SetDisplayRotation()
|
| D | ui_driver.cpp | 433 void UiDriver::SetDisplayRotation(DisplayRotation rotation, ApiCallErr &error) in SetDisplayRotation()
|
| D | frontend_api_handler.cpp | 1111 auto rotation = ReadCallArg<DisplayRotation>(in, INDEX_ZERO); in RegisterUiDriverDisplayOperators() local
|
| /test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/types/libentry/ |
| D | index.d.ts | 29 rotation: number; property
|
| /test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
| D | camera_manager.cpp | 881 Camera_ErrorCode NDKCamera::SessionGetPhotoRotation(int rotation) in SessionGetPhotoRotation() 894 Camera_ErrorCode NDKCamera::SessionGetVideoRotation(int rotation) in SessionGetVideoRotation() 907 Camera_ErrorCode NDKCamera::SessionGetPreviewRotation(int rotation) in SessionGetPreviewRotation() 920 Camera_ErrorCode NDKCamera::SessionSetPreviewRotation(int rotation, bool isDisplayLocked) in SessionSetPreviewRotation()
|
| D | main.cpp | 27 int32_t rotation; member 564 int32_t rotation; in SessionGetPhotoRotation() local 579 int32_t rotation; in SessionGetVideoRotation() local 594 int32_t rotation; in SessionGetPreviewRotation() local 609 int32_t rotation; in SessionSetPreviewRotation() local
|
| /test/xts/acts/graphic/displayNdk/entry/src/main/cpp/ |
| D | napi_init.cpp | 120 napi_value rotation; in GetDefaultDisplayRotation() local
|
| /test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/types/libentry/ |
| D | index.d.ts | 47 rotation: number; property
|
| /test/testfwk/arkxtest/uitest/server/ |
| D | system_ui_controller.cpp | 826 auto rotation = (DisplayRotation)display->GetRotation(); in GetDisplayRotation() local
|
| /test/xts/acts/multimedia/av_codec/demuxer/src/ |
| D | proc_test.cpp | 996 int32_t rotation; variable
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| D | module_test.cpp | 34 int32_t rotation; member
|
| /test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
| D | mian.cpp | 1325 int32_t rotation; member
|