HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 176 - 200 of 451) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-18/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
  /prebuilts/ndk/current/platforms/android-19/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
  /prebuilts/ndk/current/platforms/android-19/arch-mips/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
  /prebuilts/ndk/current/platforms/android-19/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
  /prebuilts/ndk/current/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
  /prebuilts/ndk/current/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
  /prebuilts/ndk/current/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
  /prebuilts/ndk/current/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
  /prebuilts/ndk/current/platforms/android-9/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
  /prebuilts/ndk/current/platforms/android-9/arch-mips/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
  /prebuilts/ndk/current/platforms/android-9/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
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 98 uint32_t rate; member in struct:a2dp_config
201 return (int)(((int64_t)bytes * (1000000 / (chan_count * 2))) / cfg.rate);
436 common->cfg.rate = sample_rate;
438 INFO("got config %d %d", common->cfg.format, common->cfg.rate);
650 DEBUG("rate %" PRIu32,out->common.cfg.rate);
652 return out->common.cfg.rate;
655 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate)
659 DEBUG("out_set_sample_rate : %" PRIu32, rate);
661 if (rate != AUDIO_STREAM_DEFAULT_RATE
    [all...]
  /bionic/libc/kernel/uapi/linux/
fd.h 34 unsigned char gap, rate, member in struct:floppy_struct
37 #define FD_SIZECODE(floppy) (((((floppy)->rate & FD_SIZECODEMASK) >> 3) + 2) % 8)
39 #define FD_SECTSIZE(floppy) ((floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy))
224 unsigned char rate; member in struct:floppy_raw_cmd
  /cts/tests/tests/media/src/android/media/cts/
MediaSyncTest.java 180 * Tests setPlaybackParams is handled correctly for wrong rate.
183 final float rate = -1.0f; local
185 mMediaSync.setPlaybackParams(new PlaybackParams().setSpeed(rate));
186 fail("playback rate " + rate + " is not handled correctly");
197 mMediaSync.setPlaybackParams(new PlaybackParams().setSpeed(rate));
198 fail("With audio track set, playback rate " + rate
205 * Tests setPlaybackParams is handled correctly for good rate without audio track set.
206 * The case for good rate with audio track set is tested in testPlaybackRate*
209 final float rate = (float)TEST_MAX_SPEED; local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
fd.h 40 rate, member in struct:floppy_struct
44 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
45 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
237 unsigned char rate; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-3/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police
pkt_sched.h 59 __u32 rate; member in struct:tc_ratespec
78 struct tc_ratespec rate; member in struct:tc_tbf_qopt
184 struct tc_ratespec rate; member in struct:tc_htb_opt
  /device/google/contexthub/firmware/src/
hostIntf.c 74 uint32_t rate; member in struct:ConfigCmd
86 uint32_t rate; member in struct:ActiveSensor
740 mActiveSensorTable[j].rate = 0;
    [all...]
  /external/fio/
thread_options.h 221 unsigned int rate[DDIR_RWDIR_CNT]; member in struct:thread_options
445 uint32_t rate[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegression.java 1030 double rate = 12.34; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 1768 double rate = 12.34; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegression.java 1026 double rate = 12.34; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
fd.h 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
39 spec1, /* stepping rate, head unload time */
132 unsigned long max_dtr; /* Step rate, usec */
136 unsigned long srt; /* Step rate, usec */
358 unsigned char rate; member in struct:floppy_raw_cmd
  /external/libnl/include/linux/
pkt_sched.h 37 __u32 bps; /* Current flow byte rate */
38 __u32 pps; /* Current flow packet rate */
83 __u32 rate; member in struct:tc_ratespec
117 struct tc_ratespec rate; member in struct:tc_tbf_qopt
245 struct tc_ratespec rate; member in struct:tc_htb_opt
279 __u32 giants; /* too big packets (rate will not be accurate) */
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 248 int rate; local
259 rate = mode_costs[mode];
264 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
268 *bestrate = rate;
284 int *Rate,
329 *Rate = cost;
697 int rate; local
1518 int rate, best_rate = 0, distortion, best_sse; local
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 78 91011>>