Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp369 auto photoOutputProfile = innerPhotoOutput_->GetPhotoProfile(); in GetActiveProfile() local
370 CHECK_AND_RETURN_RET_LOG(photoOutputProfile != nullptr, CAMERA_SERVICE_FATAL_ERROR, in GetActiveProfile()
373 CameraFormat cameraFormat = photoOutputProfile->GetCameraFormat(); in GetActiveProfile()
383 newProfile->size.width = photoOutputProfile->GetSize().width; in GetActiveProfile()
384 newProfile->size.height = photoOutputProfile->GetSize().height; in GetActiveProfile()