Searched refs:movingPhoto (Results 1 - 2 of 2) sorted by relevance
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | camera_hdi_test_v1_3.cpp | 372 uint8_t movingPhoto = static_cast<uint8_t>(OHOS_CAMERA_MOVING_PHOTO_OFF);
in HWTEST_F() local 373 modeSetting->addEntry(OHOS_CONTROL_MOVING_PHOTO, &movingPhoto, 1);
in HWTEST_F() 413 uint8_t movingPhoto = static_cast<uint8_t>(OHOS_CAMERA_MOVING_PHOTO_ON);
in HWTEST_F() local 414 modeSetting->addEntry(OHOS_CONTROL_MOVING_PHOTO, &movingPhoto, 1);
in HWTEST_F() 812 uint8_t movingPhoto = static_cast<uint8_t>(OHOS_CONTROL_HIGH_QUALITY_MODE_OFF);
in HWTEST_F() local 813 modeSetting->addEntry(OHOS_CONTROL_HIGH_QUALITY_MODE, &movingPhoto, 1);
in HWTEST_F() 853 uint8_t movingPhoto = static_cast<uint8_t>(OHOS_CONTROL_HIGH_QUALITY_MODE_ON);
in HWTEST_F() local 854 modeSetting->addEntry(OHOS_CONTROL_HIGH_QUALITY_MODE, &movingPhoto, 1);
in HWTEST_F()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | main.cpp | 1602 napi_value movingPhoto = nullptr; in OHPhotoOutputIsMovingPhotoSupported() local 1603 napi_create_object(env, &movingPhoto); in OHPhotoOutputIsMovingPhotoSupported() 1608 napi_set_named_property(env, movingPhoto, "isMovingPhotoSupported", jsValue); in OHPhotoOutputIsMovingPhotoSupported() 1611 napi_set_named_property(env, movingPhoto, "errorCode", jsValue); in OHPhotoOutputIsMovingPhotoSupported() 1613 return movingPhoto; in OHPhotoOutputIsMovingPhotoSupported()
|
Completed in 7 milliseconds