Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp185 OH_PhotoNative *photoNative = photoOutput_->CreateCameraPhotoNative(nativeImage, true); in ExecutePhoto()
317 OH_PhotoNative *photoNative = photoOutput_->CreateCameraPhotoNative(nativeImage, false); in ExecuteRawPhoto()
H A Dphoto_output_impl.h260 …OH_PhotoNative* CreateCameraPhotoNative(std::shared_ptr<OHOS::Media::NativeImage> &image, bool isM…
H A Dphoto_output_impl.cpp352 OH_PhotoNative* Camera_PhotoOutput::CreateCameraPhotoNative(shared_ptr<Media::NativeImage> &image, … in CreateCameraPhotoNative() function in Camera_PhotoOutput