Home
last modified time | relevance | path

Searched refs:auto_exposure_props (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Daperture_video_session_napi.cpp50 …r<std::vector<napi_property_descriptor>> descriptors = { camera_process_props, auto_exposure_props, in Init()
H A Dfluorescence_photo_session_napi.cpp49 auto_exposure_props, focus_props, zoom_props}; in Init()
H A Dhigh_res_photo_session_napi.cpp45 auto_exposure_props, focus_props, zoom_props}; in Init()
H A Dmacro_photo_session_napi.cpp46 auto_exposure_props, focus_props, zoom_props, depth_fusion_props, in Init()
H A Dmacro_video_session_napi.cpp47auto_exposure_props, focus_props, zoom_props, color_effect_props, features_props, stabilization_pr… in Init()
H A Dphoto_session_napi.cpp45auto_exposure_props, focus_props, zoom_props, filter_props, preconfig_props, color_management_prop… in Init()
H A Dquick_shot_photo_session_napi.cpp49 …r<std::vector<napi_property_descriptor>> descriptors = { camera_process_props, auto_exposure_props, in Init()
H A Dvideo_session_for_sys_napi.cpp48auto_exposure_props, focus_props, zoom_props, filter_props, beauty_props, color_effect_props, macr… in Init()
H A Dvideo_session_napi.cpp46auto_exposure_props, focus_props, zoom_props, filter_props, stabilization_props, preconfig_props, in Init()
H A Dpanorama_session_napi.cpp54 auto_exposure_props, color_effect_props, auto_wb_props, manual_wb_props }; in Init()
H A Dphoto_session_for_sys_napi.cpp48auto_exposure_props, focus_props, zoom_props, filter_props, beauty_props, color_effect_props, macr… in Init()
H A Dsecure_camera_session_napi.cpp46 flash_props, auto_exposure_props, focus_props, zoom_props, filter_props, beauty_props, in Init()
H A Dportrait_session_napi.cpp54 flash_props, auto_exposure_props, focus_props, zoom_props, filter_props, beauty_props, in Init()
H A Dnight_session_napi.cpp53 flash_props, auto_exposure_props, focus_props, zoom_props, filter_props, beauty_props, in Init()
H A Dslow_motion_session_napi.cpp104 auto_exposure_props, focus_props, zoom_props, filter_props, slow_motion_props}; in Init()
H A Dprofession_session_napi.cpp85 …d::vector<napi_property_descriptor> manual_exposure_props = CameraSessionNapi::auto_exposure_props; in Init()
H A Dtime_lapse_photo_session_napi.cpp256 auto_exposure_props, in Init()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h408 static const std::vector<napi_property_descriptor> auto_exposure_props; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp128 const std::vector<napi_property_descriptor> CameraSessionNapi::auto_exposure_props = { member in OHOS::CameraStandard::CameraSessionNapi
902 …flash_props, auto_exposure_props, focus_props, zoom_props, filter_props, beauty_props, color_effec… in Init()