Lines Matching defs:ss_err
10671 std::stringstream ss_err;
10674 ss_err << "\"compression\" attribute not found in the header."
10679 ss_err << "\"channels\" attribute not found in the header." << std::endl;
10683 ss_err << "\"lineOrder\" attribute not found in the header." << std::endl;
10687 ss_err << "\"displayWindow\" attribute not found in the header."
10692 ss_err << "\"dataWindow\" attribute not found in the header or invalid."
10697 ss_err << "\"pixelAspectRatio\" attribute not found in the header."
10702 ss_err << "\"screenWindowWidth\" attribute not found in the header."
10707 ss_err << "\"screenWindowCenter\" attribute not found in the header."
10711 if (!(ss_err.str().empty())) {
10713 (*err) += ss_err.str();