Home
last modified time | relevance | path

Searched refs:beauty_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.cpp66 const std::vector<napi_property_descriptor> CameraFunctionsNapi::beauty_query_props = { member in OHOS::CameraStandard::CameraFunctionsNapi
111beauty_query_props, color_effect_query_props, color_management_query_props, macro_query_props,
114 … zoom_query_props, beauty_query_props, color_effect_query_props, color_management_query_props,
117 …stabilization_query_props, beauty_query_props, color_effect_query_props, color_management_query_pr…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/
H A Dcamera_ability_napi.h112 static const std::vector<napi_property_descriptor> beauty_query_props; variable