Searched refs:PHOTO_FUNCTIONS (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/ |
H A D | camera_ability_napi.cpp | 39 {FunctionsType::PHOTO_FUNCTIONS, PHOTO_ABILITY_NAPI_CLASS_NAME}, 110 …{FunctionsType::PHOTO_FUNCTIONS, {flash_query_props, auto_exposure_query_props, focus_query_props,… 149 if (type == FunctionsType::PHOTO_FUNCTIONS) { in Init() 182 if (type == FunctionsType::PHOTO_FUNCTIONS) { in CreateCameraFunctions()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | native_module_ohos_camera.cpp | 77 CameraFunctionsNapi::Init(env, exports, FunctionsType::PHOTO_FUNCTIONS); in Export()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/ |
H A D | camera_ability_napi.h | 28 PHOTO_FUNCTIONS = 0, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
H A D | camera_session_napi.cpp | 77 {SceneMode::CAPTURE, FunctionsType::PHOTO_FUNCTIONS},
|