HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 556 float MediaPlayer::rate() const function in class:WebCore::MediaPlayer
561 void MediaPlayer::setRate(float rate)
563 m_rate = rate;
564 m_private->setRate(rate);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 332 float QTMovie::rate() const function in class:QTMovie
339 void QTMovie::setRate(float rate)
346 MCDoAction(m_private->m_movieController, mcActionPrerollAndPlay, (void *)FloatToFixed(rate));
348 SetMovieRate(m_private->m_movie, FloatToFixed(rate));
409 m_private->m_rateToRestore = rate();
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 675 double rate = span / d01; local
677 startPoint.m_x = p1.m_x + v01.m_x * rate;
678 startPoint.m_y = p1.m_y + v01.m_y * rate;
683 rate = span / d21;
684 endPoint.m_x = p1.m_x + v21.m_x * rate;
685 endPoint.m_y = p1.m_y + v21.m_y * rate;
696 rate = d / dm1;
697 centerPoint.m_x = p1.m_x + vm1.m_x * rate;
698 centerPoint.m_y = p1.m_y + vm1.m_y * rate;
  /external/wpa_supplicant/
driver.h 48 * @maxrate: maximum supported rate
206 int rate; /* rate in 100 kbps */ member in struct:wpa_rate_data
731 * @supp_rates: Supported rate set (from (Re)AssocResp); in IEEE 802.11
732 * format (one octet per rate, 1 = 0.5 Mbps)
740 * processing (TX rate control, encryption/decryption).
  /frameworks/base/media/libstagefright/
AVIExtractor.cpp 612 uint32_t rate = U32LE_AT(&data[20]); local
654 track->mRate = rate;
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 774 const float rate = 0.9; // byte per pixel limit local
790 int(pixels * rate));
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 588 LOGW("getInputBufferSize bad sample rate: %d", sampleRate);
1787 uint32_t rate = hw->getInputSampleRate(*pRate); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 69 unsigned int sample_ratio; /* sample ratio (44100 * 1024 / rate) */
104 unsigned short rate; member in struct:iwffff_env_point
131 #define IWFFFF_LAYER_VELOCITY_RATE 0x0001 /* velocity mode = rate */
229 __u32 sample_ratio; /* sample ratio (44100 * 1024 / rate) */
250 __u16 rate; member in struct:iwffff_xenv_point
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h 24 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
27 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
28 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
32 spec1, /* stepping rate, head unload time */
125 unsigned long max_dtr; /* Step rate, usec */
129 unsigned long srt; /* Step rate, usec */
350 unsigned char rate; member in struct:floppy_raw_cmd
  /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
  /bionic/libc/kernel/common/linux/
if_link.h 233 __u32 rate; member in struct:ifla_vf_tx_rate
pkt_sched.h 61 __u32 rate; member in struct:tc_ratespec
107 struct tc_ratespec rate; member in struct:tc_tbf_qopt
218 struct tc_ratespec rate; member in struct:tc_htb_opt
  /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
  /external/icu4c/test/intltest/
numrgts.cpp 1749 double rate = 12.34; local
    [all...]
  /external/iproute2/include/linux/
if_link.h 267 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */ member in struct:ifla_vf_tx_rate
pkt_sched.h 38 __u32 bps; /* Current flow byte rate */
39 __u32 pps; /* Current flow packet rate */
82 __u32 rate; member in struct:tc_ratespec
133 struct tc_ratespec rate; member in struct:tc_tbf_qopt
256 struct tc_ratespec rate; member in struct:tc_htb_opt
287 __u32 giants; /* too big packets (rate will not be accurate) */

Completed in 774 milliseconds

1 2 3 45 6 7