Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_native.cpp31 return photo->GetMainImage(mainImage); in OH_PhotoNative_GetMainImage()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_native_impl.h28 Camera_ErrorCode GetMainImage(OH_ImageNative** mainImage);
H A Dphoto_native_impl.cpp41 Camera_ErrorCode OH_PhotoNative::GetMainImage(OH_ImageNative** mainImage) in GetMainImage() function in OH_PhotoNative