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

1 2

  /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...]
  /hardware/ti/omap4-aah/camera/
CameraHalCommon.cpp 33 @brief PPM instrumentation
42 void CameraHal::PPM(const char* str){
43 struct timeval ppm; local
45 gettimeofday(&ppm, NULL);
46 ppm.tv_sec = ppm.tv_sec - ppm_start.tv_sec;
47 ppm.tv_sec = ppm.tv_sec * 1000000;
48 ppm.tv_sec = ppm.tv_sec + ppm.tv_usec - ppm_start.tv_usec
69 struct timeval ppm; local
99 struct timeval ppm; local
    [all...]
  /external/libpng/contrib/pngminus/
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...]
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...]
  /device/google/contexthub/firmware/inc/platform/linux/
rtc.h 33 int rtcSetWakeupTimer(uint64_t delay, int ppm);
  /device/google/contexthub/firmware/src/platform/linux/
rtc.c 30 * for the 'ppm' param indicates the alarm has no accuracy requirements. */
31 int rtcSetWakeupTimer(uint64_t delay, int ppm)
  /hardware/bsp/intel/peripheral/libupm/examples/python/
tp401.py 49 ppm = airSensor.getPPM()
51 print "raw: %4d" % value , " ppm: %5.2f " % ppm , airQuality(value)
mg811.py 47 # detected CO2 concentration in parts per million (ppm)
50 print "CO2 concentration in PPM: ", sensor.ppm()
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
tp401.cxx 62 float ppm = airSensor->getPPM(); // Read CO ppm (can vary slightly from previous read) local
63 fprintf(stdout, "raw: %4d ppm: %5.2f %s\n", value, ppm, airQuality(value).c_str());
mg811.cxx 53 // detected CO2 concentration in parts per million (ppm)
57 cout << "CO2 concentration in PPM: " << sensor->ppm() << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
tp401.js 42 var ppm = airSensor.getPPM();
45 console.log("raw: " + value + " ppm: " + (" " + ppm.toFixed(2)).substring(-5, 5) + " " + airQuality(value));
mg811.js 37 // detected CO2 concentration in parts per million (ppm)
41 console.log("CO2 concentration in PPM: " + sensor.ppm());
  /hardware/bsp/intel/peripheral/libupm/examples/java/
TP401Sample.java 65 float ppm = airSensor.getPPM(); // Read CO ppm (can vary slightly local
68 System.out.println("raw: " + value + " ppm: " + ppm + " " + airQuality(value));
  /hardware/bsp/intel/peripheral/libupm/src/mg811/
mg811.h 59 * needs fairly precise calibration at 400ppm and 1000ppm to return
95 * voltage you get when at CO2 concentrations of 400ppm (ambient)
96 * and 1000ppm using the getReferenceVoltage() method. Then
99 * @param ppm400 The measured reference voltage at 400 ppm
100 * @param ppm40000 The measured reference voltage at 1000 ppm
112 * Returns the computed CO2 concentration in ppm (Parts Per
114 * is greater than the ppm400 value. Essentially, ppm values
117 * @return The computed CO2 concentration in ppm
119 float ppm();
    [all...]
mg811.cxx 50 // the getReferenceVoltage() method to get these values at 400ppm
51 // and 1000ppm respectively. Good luck.
77 float MG811::ppm() function in class:MG811
  /external/libjpeg-turbo/
CMakeLists.txt 479 ${CMAKE_SOURCE_DIR}/testimages/testorig.ppm)
485 ${dir}djpeg${suffix} -dct int -ppm -outfile testout_rgb_islow.ppm
488 ${CMAKE_COMMAND} -DMD5=${MD5_PPM_RGB_ISLOW} -DFILE=testout_rgb_islow.ppm
513 ${CMAKE_SOURCE_DIR}/testimages/testorig.ppm)
520 ${dir}djpeg${suffix} -dct fast -outfile testout_422_ifast.ppm
523 ${CMAKE_COMMAND} -DMD5=${MD5_PPM_422_IFAST} -DFILE=testout_422_ifast.ppm
527 ${dir}djpeg${suffix} -dct fast -nosmooth -outfile testout_422m_ifast.ppm
530 ${CMAKE_COMMAND} -DMD5=${MD5_PPM_422M_IFAST} -DFILE=testout_422m_ifast.ppm
555 ${CMAKE_SOURCE_DIR}/testimages/testorig.ppm)
    [all...]
  /frameworks/base/libs/common_time/
common_clock.cpp 114 status_t CommonClock::setSlew(int64_t change_time, int32_t ppm) {
123 ALOGE("Overflow when attempting to set slew rate to %d", ppm);
131 cur_slew_ = ppm;
common_clock.h 39 status_t setSlew(int64_t change_time, int32_t ppm);
  /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...]
  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 195 {JPC_MS_PPM, "PPM", {jpc_ppm_destroyparms, jpc_ppm_getparms,
1076 jpc_ppm_t *ppm = &ms->parms.ppm; local
1084 jpc_ppm_t *ppm = &ms->parms.ppm; local
1118 jpc_ppm_t *ppm = &ms->parms.ppm; local
1131 jpc_ppm_t *ppm = &ms->parms.ppm; local
    [all...]
jpc_cs.h 479 * PPM/PPT marker segment parameters.
482 /* PPM marker segment parameters. */
605 jpc_ppm_t ppm; member in union:__anon20878
652 #define JPC_MS_PPM 0xff60 /* Packed packet headers, main header (PPM). */
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 32 echo set output "'"$WHAT.ppm"'" >> $WHAT.gnuplot
  /external/libpng/
pngget.c 317 ppi_from_ppm(png_uint_32 ppm)
324 ppm >>= 1; /* .1 */
325 t1001 = ppm + (ppm >> 3); /* .1001 */
326 t1101 = t1001 + (ppm >> 1); /* .1101 */
327 ppm >>= 20; /* .000000000000000000001 */
331 ppm += t1001; /* .000000000001001000001001001 */
332 ppm += t1101; /* .110100000001001110101001001 */
333 return (ppm + 16) >> 5;/* .00000110100000001001110101001001 */
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127
    [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 278 ppi_from_ppm(png_uint_32 ppm)
285 ppm >>= 1; /* .1 */
286 t1001 = ppm + (ppm >> 3); /* .1001 */
287 t1101 = t1001 + (ppm >> 1); /* .1101 */
288 ppm >>= 20; /* .000000000000000000001 */
292 ppm += t1001; /* .000000000001001000001001001 */
293 ppm += t1101; /* .110100000001001110101001001 */
294 return (ppm + 16) >> 5;/* .00000110100000001001110101001001 */
300 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngget.c 286 ppi_from_ppm(png_uint_32 ppm)
293 ppm >>= 1; /* .1 */
294 t1001 = ppm + (ppm >> 3); /* .1001 */
295 t1101 = t1001 + (ppm >> 1); /* .1101 */
296 ppm >>= 20; /* .000000000000000000001 */
300 ppm += t1001; /* .000000000001001000001001001 */
301 ppm += t1101; /* .110100000001001110101001001 */
302 return (ppm + 16) >> 5;/* .00000110100000001001110101001001 */
308 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]

Completed in 397 milliseconds

1 2