Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp168 std::string maxSizeInfo = ""; in toString() local
182maxSizeInfo += std::to_string(maxDetail->width) + "x" + std::to_string(maxDetail->height) + "(" + in toString()
190maxSizeInfo += std::to_string(maxDetailInfo->width) + "x" + std::to_string(maxDetailInfo->height) … in toString()
193 … return "Format:" + format + "\tSize:" + maxSizeInfo + "\tFps:" + std::to_string(fpsMin) + "-" + in toString()