Home
last modified time | relevance | path

Searched refs:rps (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_strip.c206 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local
207 if (rps > td->td_imagelength) in TIFFStripSize64()
208 rps = td->td_imagelength; in TIFFStripSize64()
209 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()
/external/pdfium/third_party/libtiff/
Dtif_strip.c206 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local
207 if (rps > td->td_imagelength) in TIFFStripSize64()
208 rps = td->td_imagelength; in TIFFStripSize64()
209 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()
/external/libmicrohttpd/src/testcurl/
Dperf_get_concurrent.c112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time)); in stop() local
117 rps, in stop()
121 rps, in stop()
Dperf_get.c116 double rps = ((double) (ROUNDS * 1000)) / ((double) (now() - start_time)); in stop() local
121 rps, in stop()
125 rps, in stop()
/external/kernel-headers/original/uapi/linux/
Dfd.h144 unsigned char rps; /* rotations per second */ member