Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp296 Camera_Profile* outPreviewProfile = new Camera_Profile; in GetSupportedPreviewProfiles() local
297 if (!outPreviewProfile) { in GetSupportedPreviewProfiles()
300outPreviewProfile->format = static_cast<Camera_Format>(previewProfiles[index].GetCameraFormat()); in GetSupportedPreviewProfiles()
301 outPreviewProfile->size.width = previewProfiles[index].GetSize().width; in GetSupportedPreviewProfiles()
302 outPreviewProfile->size.height = previewProfiles[index].GetSize().height; in GetSupportedPreviewProfiles()
303 outCapability->previewProfiles[index] = outPreviewProfile; in GetSupportedPreviewProfiles()