Home
last modified time | relevance | path

Searched refs:CreatePhoto (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_napi.h28 static napi_value CreatePhoto(napi_env env, napi_value mainImage);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_napi.cpp105 napi_value PhotoNapi::CreatePhoto(napi_env env, napi_value mainImage) in CreatePhoto() function in OHOS::CameraStandard::PhotoNapi
H A Dphoto_output_napi.cpp844 napi_value photoValue = PhotoNapi::CreatePhoto(env_, mainImage); in ExecutePhoto()