Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp762 std::vector<std::string> reso; in GetNodeSupportedResolution() local
763 SplitString(resoStr, reso, STAR_SEPARATOR); in GetNodeSupportedResolution()
764 if (reso.size() != SIZE_FMT_LEN) { in GetNodeSupportedResolution()
767 uint32_t width = static_cast<uint32_t>(std::stoi(reso[0])); in GetNodeSupportedResolution()
768 uint32_t height = static_cast<uint32_t>(std::stoi(reso[1])); in GetNodeSupportedResolution()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp595 std::vector<std::string> reso; in GetCameraAttr() local
596 SplitString(resoStr, reso, STAR_SEPARATOR); in GetCameraAttr()
597 if (reso.size() != SIZE_FMT_LEN) { in GetCameraAttr()
600 uint32_t width = static_cast<uint32_t>(std::stoi(reso[0])); in GetCameraAttr()
601 uint32_t height = static_cast<uint32_t>(std::stoi(reso[1])); in GetCameraAttr()

Completed in 5 milliseconds