OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imgout
(Results
1 - 6
of
6
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp
313
FILE *
imgout
= fopen(filename, "w");
local
315
if (
imgout
== NULL) {
321
fprintf(
imgout
, "P6\n%d %d\n255\n", width, height);
323
fprintf(
imgout
, "P5\n%d %d\n255\n", width, height);
327
fwrite(image, sizeof(ImageTypeBase), numChannels*width*height,
imgout
);
329
fclose(
imgout
);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp
313
FILE *
imgout
= fopen(filename, "w");
local
315
if (
imgout
== NULL) {
321
fprintf(
imgout
, "P6\n%d %d\n255\n", width, height);
323
fprintf(
imgout
, "P5\n%d %d\n255\n", width, height);
327
fwrite(image, sizeof(ImageTypeBase), numChannels*width*height,
imgout
);
329
fclose(
imgout
);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_rfc822.py
147
'To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-
imgout
.companay.com>\n'
153
('', '_at_hmhq@hdq-mdm1-
imgout
.companay.com'),
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_rfc822.py
147
'To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-
imgout
.companay.com>\n'
153
('', '_at_hmhq@hdq-mdm1-
imgout
.companay.com'),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_rfc822.py
147
'To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-
imgout
.companay.com>\n'
153
('', '_at_hmhq@hdq-mdm1-
imgout
.companay.com'),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py
147
'To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-
imgout
.companay.com>\n'
153
('', '_at_hmhq@hdq-mdm1-
imgout
.companay.com'),
Completed in 480 milliseconds