Home
last modified time | relevance | path

Searched refs:auto_exposure_query_props (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/
H A Dcamera_ability_napi.cpp53 const std::vector<napi_property_descriptor> CameraFunctionsNapi::auto_exposure_query_props = { member in OHOS::CameraStandard::CameraFunctionsNapi
110 …{FunctionsType::PHOTO_FUNCTIONS, {flash_query_props, auto_exposure_query_props, focus_query_props,…
113 …{FunctionsType::PORTRAIT_PHOTO_FUNCTIONS, {flash_query_props, auto_exposure_query_props, focus_que…
116 …{FunctionsType::VIDEO_FUNCTIONS, {flash_query_props, auto_exposure_query_props, focus_query_props,…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/
H A Dcamera_ability_napi.h109 static const std::vector<napi_property_descriptor> auto_exposure_query_props; variable