Searched refs:maxSizeInfo (Results 1 – 1 of 1) sorted by relevance
168 std::string maxSizeInfo = ""; in toString() local182 … maxSizeInfo += std::to_string(maxDetail->width) + "x" + std::to_string(maxDetail->height) + "(" + in toString()190 …maxSizeInfo += 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()