Searched refs:ofp (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/frontend/ |
H A D | scanimage.c | 1176 write_pnm_header (SANE_Frame format, int width, int height, int depth, FILE *ofp) in write_pnm_header() argument 1187 fprintf (ofp, "P6\n# SANE data follows\n%d %d\n%d\n", width, height, in write_pnm_header() 1193 fprintf (ofp, "P4\n# SANE data follows\n%d %d\n", width, height); in write_pnm_header() 1195 fprintf (ofp, "P5\n# SANE data follows\n%d %d\n%d\n", width, height, in write_pnm_header() 1200 _fsetmode (ofp, "b"); in write_pnm_header() 1206 write_png_header (SANE_Frame format, int width, int height, int depth, int dpi, const char * icc_profile, FILE *ofp, png_structp* png_ptr, png_infop* info_ptr) in write_png_header() argument 1226 png_init_io(*png_ptr, ofp); in write_png_header() 1286 write_jpeg_header (SANE_Frame format, int width, int height, int dpi, FILE *ofp, in write_jpeg_header() argument 1292 jpeg_stdio_dest(cinfo, ofp); in write_jpeg_header() 1354 scan_it (FILE *ofp, voi argument 2102 FILE *ofp = NULL; main() local [all...] |
H A D | stiff.c | 540 int resolution, const char *icc_profile, FILE *ofp) in sanei_write_tiff_header() 543 _fsetmode(ofp, "b"); in sanei_write_tiff_header() 551 write_tiff_color_header (ofp, width, height, depth, resolution, icc_profile); in sanei_write_tiff_header() 556 write_tiff_bw_header (ofp, width, height, resolution); in sanei_write_tiff_header() 558 write_tiff_grey_header (ofp, width, height, depth, resolution, icc_profile); in sanei_write_tiff_header() 539 sanei_write_tiff_header(SANE_Frame format, int width, int height, int depth, int resolution, const char *icc_profile, FILE *ofp) sanei_write_tiff_header() argument
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 1099 struct lws_fts_filepath *fp = t->filepath_list, *ofp; in lws_fts_serialize() local 1162 ofp = NULL; in lws_fts_serialize() 1176 fp->prev = ofp; in lws_fts_serialize() 1177 ofp = fp; in lws_fts_serialize() 1198 fp = ofp; in lws_fts_serialize()
|
/third_party/backends/backend/ |
H A D | qcam.c | 824 FILE *ofp; in reader_process() local 830 ofp = fdopen (out_fd, "w"); in reader_process() 831 if (!ofp) in reader_process() 842 fwrite (&ch, 1, 1, ofp); in reader_process() 843 fflush (ofp); /* force everything out the pipe */ in reader_process() 1012 if (fwrite (buf, 1, 6, ofp) != 6) in reader_process() 1056 if (fwrite (buf, 1, 6, ofp) != 6) in reader_process() 1075 if (fwrite (src, 1, num_bytes, ofp) != num_bytes) in reader_process() 1081 fflush (ofp); in reader_process()
|
Completed in 8 milliseconds