Home
last modified time | relevance | path

Searched refs:flash_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h123 flash_ = flash; in SetFlash()
128 return flash_; in GetFlash()
196 FlashType flash_ = FlashType::AUTO; variable
H A Dcamera_element.cpp390 if (flash_ != cameraComponent->GetFlash()) { in UpdateCamera()
391 flash_ = cameraComponent->GetFlash(); in UpdateCamera()
393 camera_->SetFlashMode(flash_); in UpdateCamera()
540 camera_->SetFlashMode(flash_); in OnPrepared()
H A Dcamera_element.h99 FlashType flash_ = FlashType::AUTO; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h96 std::string flash_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp388 flash_(DEFAULT_EXIF_VALUE), in EXIFInfo()
569 flash_ = value; in SetExifTagValuesEx()
H A Djpeg_decoder.cpp890 value = exifInfo_.flash_; in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp395 ASSERT_EQ(value, exifInfo_.flash_);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp893 ASSERT_EQ(exinfo.flash_, val);