Home
last modified time | relevance | path

Searched refs:maxPhotoResolution_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp320 const int32_t jpegMaxSize = maxPhotoResolution_.width_ * maxPhotoResolution_.height_; in UpdateAbilityTag()
784 if ((rootNode == "Photo") && (maxPhotoResolution_ < resolutionVec[0])) { in GetNodeSupportedResolution()
785 maxPhotoResolution_.width_ = resolutionVec[0].width_; in GetNodeSupportedResolution()
786 maxPhotoResolution_.height_ = resolutionVec[0].height_; in GetNodeSupportedResolution()
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h104 DCResolution maxPhotoResolution_; member in OHOS::DistributedHardware::DMetadataProcessor

Completed in 3 milliseconds