Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h10671 std::stringstream ss_err; in ParseEXRHeader() local
10674 ss_err << "\"compression\" attribute not found in the header." in ParseEXRHeader()
10679 ss_err << "\"channels\" attribute not found in the header." << std::endl; in ParseEXRHeader()
10683 ss_err << "\"lineOrder\" attribute not found in the header." << std::endl; in ParseEXRHeader()
10687 ss_err << "\"displayWindow\" attribute not found in the header." in ParseEXRHeader()
10692 ss_err << "\"dataWindow\" attribute not found in the header or invalid." in ParseEXRHeader()
10697 ss_err << "\"pixelAspectRatio\" attribute not found in the header." in ParseEXRHeader()
10702 ss_err << "\"screenWindowWidth\" attribute not found in the header." in ParseEXRHeader()
10707 ss_err << "\"screenWindowCenter\" attribute not found in the header." in ParseEXRHeader()
10711 if (!(ss_err.str().empty())) { in ParseEXRHeader()
[all …]