Home
last modified time | relevance | path

Searched refs:wb (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp239 int32_t wb; in TestWhiteBalance() local
240 session->GetWhiteBalance(wb); in TestWhiteBalance()
250 int32_t wb = 1; in TestWhiteBalance() local
251 AddOrUpdateMetadata(meta, OHOS_CONTROL_SENSOR_WB_VALUE, &wb, 1); in TestWhiteBalance()
252 session->GetWhiteBalance(wb); in TestWhiteBalance()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dtime_lapse_photo_session.h121 int32_t SetWhiteBalance(int32_t wb);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp793 // no manual wb mode need set maunual value to 0 in SetWhiteBalanceMode()
824 int32_t TimeLapsePhotoSession::SetWhiteBalance(int32_t wb) in SetWhiteBalance() argument
834 MEDIA_INFO_LOG("Set tag OHOS_CONTROL_SENSOR_WB_VALUE %{public}d", wb); in SetWhiteBalance()
835 bool res = AddOrUpdateMetadata(changedMetadata_->get(), OHOS_CONTROL_SENSOR_WB_VALUE, &wb, 1); in SetWhiteBalance()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DPointerTest.cpp522 BASE_NS::weak_ptr wb = custom; in HWTEST_F() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12203 int32_t wb; in HWTEST_F() local
12204 status = session->GetWhiteBalance(wb); in HWTEST_F()
12206 EXPECT_EQ(wb, wbRange[0]); in HWTEST_F()

Completed in 25 milliseconds