HomeSort by relevance Sort by last modified time
    Searched full:ppm (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 32 @brief PPM instrumentation
41 void CameraHal::PPM(const char* str){
42 struct timeval ppm; local
44 gettimeofday(&ppm, NULL);
45 ppm.tv_sec = ppm.tv_sec - ppm_start.tv_sec;
46 ppm.tv_sec = ppm.tv_sec * 1000000;
47 ppm.tv_sec = ppm.tv_sec + ppm.tv_usec - ppm_start.tv_usec
68 struct timeval ppm; local
98 struct timeval ppm; local
    [all...]
  /external/libpng/contrib/pngminus/
pnm2png.sh 9 ./pnm2png basn2c08.ppm basn2c08.png
10 ./pnm2png basn2c16.ppm basn2c16.png
12 ./pnm2png basn3p01.ppm basn3p01.png
13 ./pnm2png basn3p02.ppm basn3p02.png
14 ./pnm2png basn3p04.ppm basn3p04.png
15 ./pnm2png basn3p08.ppm basn3p08.png
20 ./pnm2png -alpha basn6a08.pgm basn6a08.ppm basn6a08.png
21 ./pnm2png -alpha basn6a16.pgm basn6a16.ppm basn6a16.png
29 ./pnm2png rawn2c08.ppm rawn2c08.png
30 ./pnm2png rawn2c16.ppm rawn2c16.pn
    [all...]
pnm2png.bat 8 pnm2png.exe basn2c08.ppm basn2c08.png
9 pnm2png.exe basn2c16.ppm basn2c16.png
11 pnm2png.exe basn3p01.ppm basn3p01.png
12 pnm2png.exe basn3p02.ppm basn3p02.png
13 pnm2png.exe basn3p04.ppm basn3p04.png
14 pnm2png.exe basn3p08.ppm basn3p08.png
19 pnm2png.exe -alpha basn6a08.pgm basn6a08.ppm basn6a08.png
20 pnm2png.exe -alpha basn6a16.pgm basn6a16.ppm basn6a16.png
28 pnm2png.exe rawn2c08.ppm rawn2c08.png
29 pnm2png.exe rawn2c16.ppm rawn2c16.pn
    [all...]
png2pnm.bat 8 png2pnm.exe -noraw ..\pngsuite\basn2c08.png basn2c08.ppm
9 png2pnm.exe -noraw ..\pngsuite\basn2c16.png basn2c16.ppm
11 png2pnm.exe -noraw ..\pngsuite\basn3p01.png basn3p01.ppm
12 png2pnm.exe -noraw ..\pngsuite\basn3p02.png basn3p02.ppm
13 png2pnm.exe -noraw ..\pngsuite\basn3p04.png basn3p04.ppm
14 png2pnm.exe -noraw ..\pngsuite\basn3p08.png basn3p08.ppm
19 png2pnm.exe -noraw -alpha basn6a08.pgm ..\pngsuite\basn6a08.png basn6a08.ppm
20 png2pnm.exe -noraw -alpha basn6a16.pgm ..\pngsuite\basn6a16.png basn6a16.ppm
28 png2pnm.exe -raw ..\pngsuite\basn2c08.png rawn2c08.ppm
29 png2pnm.exe -raw ..\pngsuite\basn2c16.png rawn2c16.ppm
    [all...]
png2pnm.sh 9 ./png2pnm -noraw ../pngsuite/basn2c08.png basn2c08.ppm
10 ./png2pnm -noraw ../pngsuite/basn2c16.png basn2c16.ppm
12 ./png2pnm -noraw ../pngsuite/basn3p01.png basn3p01.ppm
13 ./png2pnm -noraw ../pngsuite/basn3p02.png basn3p02.ppm
14 ./png2pnm -noraw ../pngsuite/basn3p04.png basn3p04.ppm
15 ./png2pnm -noraw ../pngsuite/basn3p08.png basn3p08.ppm
20 ./png2pnm -noraw -alpha basn6a08.pgm ../pngsuite/basn6a08.png basn6a08.ppm
21 ./png2pnm -noraw -alpha basn6a16.pgm ../pngsuite/basn6a16.png basn6a16.ppm
29 ./png2pnm -raw ../pngsuite/basn2c08.png rawn2c08.ppm
30 ./png2pnm -raw ../pngsuite/basn2c16.png rawn2c16.ppm
    [all...]
  /external/webp/
README 59 decode it to a PPM image file. This is simply to demonstrate use of the API.
60 You can verify the file test.webp decodes to exactly the same as test_ref.ppm:
61 `cd examples && ./dwebp test.webp -o test.ppm && diff test.ppm test_ref.ppm`
  /external/jpeg/
makefile.vms 127 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
129 $ mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm
130 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
133 $ Backup /Compare/Log testimg.ppm testout.ppm
136 $ Backup /Compare/Log testimg.ppm testoutp.ppm
    [all...]
jconfig.vms 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
rdcolmap.c 13 * PPM (either text or raw flavor): the entire file is read and
15 * Note that reading a large PPM file will be horrendously slow.
16 * Typically, a PPM-format map file should contain just one pixel
18 * ordinary image PPM file with ppmtomap(1).
20 * Rescaling a PPM that has a maxval unequal to MAXJSAMPLE is not
117 /* Support routines for reading PPM */
139 /* Read an unsigned decimal integer from the PPM file */
167 * Extract color map from a PPM file.
193 case '3': /* it's a text-format PPM file */
204 case '6': /* it's a raw-format PPM file *
    [all...]
jconfig.cfg 33 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.dj 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.mac 32 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.manx 32 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.sas 34 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.st 30 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.vc 35 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.wat 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
wrppm.c 8 * This file contains routines to write output images in PPM/PGM format.
9 * The extended 2-byte-per-sample raw PPM/PGM formats are supported.
11 * (but it is highly useful as a set of PPM image manipulation programs).
25 * (to write standard byte-per-sample PPM/PGM files), or output
26 * nonstandard word-per-sample PPM/PGM files. Downscaling is done
57 * decompressed data to the PPM or PGM file. On PCs, in order to make this
189 /* emit header for raw PPM format */
215 * The module selection routine for PPM format output.
rdppm.c 8 * This file contains routines to read input images in PPM/PGM format.
9 * The extended 2-byte-per-sample raw PPM/PGM formats are supported.
11 * (but it is highly useful as a set of PPM image manipulation programs).
18 * the file is indeed PPM format).
102 /* Read an unsigned decimal integer from the PPM file */
160 /* This version is for reading text-format PPM files with any maxval */
201 /* This version is for reading raw-byte-format PPM files with any maxval */
226 * Note that same code works for PPM and PGM files.
263 /* This version is for reading raw-word-format PPM files with any maxval */
311 case '3': /* it's a text-format PPM file *
    [all...]
cderror.h 73 JMESSAGE(JERR_PPM_COLORSPACE, "PPM output must be grayscale or RGB")
74 JMESSAGE(JERR_PPM_NONNUMERIC, "Nonnumeric data in PPM file")
75 JMESSAGE(JERR_PPM_NOT, "Not a PPM/PGM file")
78 JMESSAGE(JTRC_PPM, "%ux%u PPM image")
79 JMESSAGE(JTRC_PPM_TEXT, "%ux%u text PPM image")
jconfig.bcc 36 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
jconfig.mc6 42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  /external/blktrace/
blkparse.c 87 struct process_pid_map *ppm; member in struct:per_process_info
248 struct process_pid_map *ppm; member in struct:io_track
542 struct process_pid_map *ppm; local
544 ppm = ppm_hash_table[hash_idx];
545 while (ppm) {
546 if (ppm->pid == pid)
547 return ppm;
549 ppm = ppm->hash_next;
558 struct process_pid_map *ppm; local
625 struct process_pid_map *ppm = find_ppm(pid); local
645 struct process_pid_map *ppm = ppi->ppm; local
675 struct process_pid_map *ppm = ppi->ppm; local
693 struct process_pid_map *ppm = ppi->ppm; local
1751 struct process_pid_map *ppm = ppi->ppm; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 89 #define MAXFREQ (512L << SHIFT_USEC) /* max frequency error (ppm) */
102 long freq; /* frequency offset (scaled ppm) */
108 long tolerance; /* clock frequency tolerance (ppm)
114 long ppsfreq; /* pps frequency (scaled ppm) (ro) */
117 long stabil; /* pps stability (scaled ppm) (ro) */
  /development/tools/yuv420sp2rgb/
cmdline.c 30 "encode as one of { 'ppm', 'rgb', or 'argb' }",
38 "Converts yuv 4:2:0 to rgb24 and generates a PPM file.\n"
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"

Completed in 242 milliseconds

1 2 3 4 5