OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_header
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/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
...]
/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 57 milliseconds