Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp214 int32_t activeArraySize[] = {0, 0, static_cast<int32_t>(maxPreviewResolution_.width_), in InitDCameraDefaultAbilityKeys()
215 static_cast<int32_t>(maxPreviewResolution_.height_)}; in InitDCameraDefaultAbilityKeys()
220 …static_cast<int32_t>(maxPreviewResolution_.width_), static_cast<int32_t>(maxPreviewResolution_.hei… in InitDCameraDefaultAbilityKeys()
780 if ((rootNode != "Photo") && (maxPreviewResolution_ < resolutionVec[0])) { in GetNodeSupportedResolution()
781 maxPreviewResolution_.width_ = resolutionVec[0].width_; in GetNodeSupportedResolution()
782 maxPreviewResolution_.height_ = resolutionVec[0].height_; in GetNodeSupportedResolution()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h103 DCResolution maxPreviewResolution_; variable