/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
fd.h | 30 rate, member in struct:floppy_struct 33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) ) 240 unsigned char rate; member in struct:floppy_raw_cmd
|
/external/bluetooth/bluez/audio/ |
gstsbcutil.c | 32 * Selects one rate from a list of possible rates 145 gint gst_sbc_parse_rate_to_sbc(gint rate) 147 switch (rate) { 297 "rate", G_TYPE_INT, 327 gint temp, rate, channels, blocks, subbands, bitpool; local 335 if (!gst_structure_has_field(structure, "rate")) { 337 *error_message = g_strdup("no rate"); 340 value = gst_structure_get_value(structure, "rate"); 345 rate = temp; 440 "rate", G_TYPE_INT, rate 485 gint rate, channels, subbands, blocks, bitpool; local [all...] |
gstsbcenc.c | 149 "rate = (int) { 16000, 32000, 44100, 48000 }, " 159 "rate = (int) { 16000, 32000, 44100, 48000 }, " 183 if (enc->rate != 0) 184 gst_sbc_util_set_structure_int_param(structure, "rate", 185 enc->rate, value); 290 gint rate, channels; local 296 if (!gst_structure_get_int(structure, "rate", &rate)) 301 enc->rate = rate; [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_download.h | 103 void SetPositiveUploadRate(double rate); 104 void SetNegativeUploadRate(double rate);
|
/external/iproute2/examples/ |
SYN-DoS.rate.limit | 4 # this script shows how one can rate limit incoming SYNs 31 # 960 bits (approximately 1kbit); so we rate limit below 36 police rate 1kbit burst 40 mtu 9k drop flowid :1
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageViewTouchBase.java | 363 protected void zoomIn(float rate) { 374 mSuppMatrix.postScale(rate, rate, cx, cy); 378 protected void zoomOut(float rate) { 388 tmp.postScale(1F / rate, 1F / rate, cx, cy); 393 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ImageViewTouchBase.java | 418 * Zoom in by a preset scale rate 425 * Zoom in by the specified scale rate 427 * @param rate The scale rate 429 public void zoomIn(float rate) { 434 mSuppMatrix.postScale(rate, rate, cx, cy); 440 * Zoom out by a preset scale rate 447 * Zoom out by the specified scale rate 449 * @param rate The scale rat [all...] |
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 95 float rightVolume, int priority, int loop, float rate); 102 float rate() { return mRate; } function in class:android::SoundEvent 124 int priority, int loop, float rate); 133 void setRate(float rate); 171 int loop, float rate); 180 void setRate(int channelID, float rate);
|
SoundPool.cpp | 242 int priority, int loop, float rate) 244 LOGV("play sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f", 245 sampleID, leftVolume, rightVolume, priority, loop, rate); 276 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate); 403 void SoundPool::setRate(int channelID, float rate) 405 LOGV("setRate(%d, %f)", channelID, rate); 409 channel->setRate(rate); 518 LOGE("Sample rate (%u) out of range", sampleRate); 548 float rightVolume, int priority, int loop, float rate) 558 " priority=%d, loop=%d, rate=%f" 661 float rate; local [all...] |
/external/netperf/ |
netcpu_looper.c | 64 idle. The rate at which this increments during a test is compared 482 /* measured cpu rate to the calling routine. raj 4/95 */ 495 rate[MAXTIMES], 516 rate[i] = (float)0.0; 558 if (temp_rate > rate[i]) rate[i] = temp_rate; 560 fprintf(where,"\trate[%d] = %g\n",i,rate[i]); 563 if (local_maxrate < rate[i]) local_maxrate = rate[i]; 494 rate[MAXTIMES], local
|
/external/tremolo/Tremolo/ |
treminfo.c | 187 vi->rate=oggpack_read(opb,32); 197 if(vi->rate>=64000 || ci->blocksizes[1]>4096)goto err_out; 199 if(vi->rate<64000 && ci->blocksizes[1]>4096)goto err_out; 202 if(vi->rate<1)goto err_out; 336 if(vi->rate!=0){ 344 if(vi->rate==0){ 352 if(vi->rate==0 || vc->vendor==NULL){
|
/external/iproute2/tc/ |
tc_util.c | 146 int get_rate(unsigned *rate, const char *str) 156 *rate = bps / 8.; /* assume bytes/sec */ 162 *rate = (bps * s->scale) / 8.; 170 int get_rate_and_cell(unsigned *rate, int *cell_log, char *str) 177 if (get_rate(rate, str)) 199 void print_rate(char *buf, int len, __u32 rate) 201 double tmp = (double)rate*8; 221 char * sprint_rate(__u32 rate, char *buf) 223 print_rate(buf, SPRINT_BSIZE-1, rate); 560 fprintf(fp, "rate "); [all...] |
q_gred.c | 125 unsigned rate = 0; local 200 if (get_rate(&rate, *argv)) { 216 if (rate == 0) 217 get_rate(&rate, "10Mbit"); 239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
|
tc_util.h | 64 extern int get_rate(unsigned *rate, const char *str); 71 extern void print_rate(char *buf, int len, __u32 rate); 77 extern char * sprint_rate(__u32 rate, char *buf);
|
/external/bluetooth/bluez/sbc/ |
sbcinfo.c | 175 double rate; local 216 rate = calc_bit_rate(&hdr); 226 rate = 0; 276 rate += calc_bit_rate(&hdr); 297 printf("Bit rate\t\t%.3f kbps\n", rate / num);
|
/frameworks/base/media/libmedia/ |
Visualizer.cpp | 91 status_t Visualizer::setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate) 93 if (rate > CAPTURE_RATE_MAX) { 110 mCaptureRate = rate; 117 mCaptureThread = new CaptureThread(*this, rate, ((flags & CAPTURE_CALL_JAVA) != 0)); 123 LOGV("setCaptureCallBack() rate: %d thread %p flags 0x%08x", 124 rate, mCaptureThread.get(), mCaptureFlags);
|
/hardware/invensense/mlsdk/mllite/ |
mlBiasNoMotion.c | 158 long rate; local 171 // We always run the accel low pass filter at the highest sample rate possible 178 rate = inv_get_fifo_rate() * 5 + 5; 179 if (rate > 200) 180 rate = 200; 182 gain = inv_obj->accel_lpf_gain * rate;
|