HomeSort by relevance Sort by last modified time
    Searched defs:format_header (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.cpp 116 string format_header,size_header,colors_header;
118 getline(in,format_header);
120 s << format_header; local
122 s >> format_header >> m_w >> m_h >> m_colors;
150 if ( format_header == "P5" )
152 else if (format_header == "P6" )
180 string format_header; local
185 format_header = "P5\n";
188 format_header = "P6\n";
196 out << format_header << "# " << comment << '\n' << m_w << " " << m_h << '\n' << m_colors << '\n'
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 116 string format_header,size_header,colors_header;
118 getline(in,format_header);
120 s << format_header; local
122 s >> format_header >> m_w >> m_h >> m_colors;
150 if ( format_header == "P5" )
152 else if (format_header == "P6" )
180 string format_header; local
185 format_header = "P5\n";
188 format_header = "P6\n";
196 out << format_header << "# " << comment << '\n' << m_w << " " << m_h << '\n' << m_colors << '\n'
    [all...]

Completed in 166 milliseconds