Searched defs:format_header (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp116 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 << "# " << commen
[all...]
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
H A DPgmImage.cpp116 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 << "# " << commen
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp116 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 << "# " << commen
[all...]

Completed in 33 milliseconds