HomeSort by relevance Sort by last modified time
    Searched refs:rate (Results 326 - 350 of 475) sorted by null

<<111213141516171819

  /external/libvpx/nestegg/test/
test.c 140 aparams.rate, aparams.depth, aparams.channels);
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 63 static arts_stream_t (*SDL_NAME(arts_play_stream))(int rate, int bits, int channels, const char *name);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 373 pe->rate.numerator = u.pe->rate.numerator;
374 pe->rate.denominator = u.pe->rate.denominator;
  /external/quake/quake/src/QW/client/
cl_main.c 77 cvar_t rate = CVAR4("rate","2500", true, true); variable
1061 Info_SetValueForKey (cls.userinfo, "rate", "2500", MAX_INFO_STRING);
1125 Cvar_RegisterVariable (&rate);
1285 fps = max(30.0, min(rate.value/80.0, 72.0));
1320 fps = max(30.0, min(rate.value/80.0, 72.0));
  /external/sonivox/arm-fm-22k/host_src/
eas.h 221 * Set the playback rate.
226 * rate - rate (28-bit fractional amount)
234 EAS_PUBLIC EAS_RESULT EAS_SetPlaybackRate (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U32 rate);
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas.h 221 * Set the playback rate.
226 * rate - rate (28-bit fractional amount)
234 EAS_PUBLIC EAS_RESULT EAS_SetPlaybackRate (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U32 rate);
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas.h 221 * Set the playback rate.
226 * rate - rate (28-bit fractional amount)
234 EAS_PUBLIC EAS_RESULT EAS_SetPlaybackRate (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U32 rate);
    [all...]
  /external/tcpdump/
ieee802_11.h 158 u_int8_t rate[16]; member in struct:rates_t
print-802_11.c 73 PRINT_RATE(sep, p.rates.rate[z], \
74 (p.rates.rate[z] & 0x80 ? "*" : "")); \
222 if (pbody->rates.length > sizeof pbody->rates.rate)
226 memcpy(&pbody->rates.rate, p + offset,
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 241 if ([obj->movie rate] == 0)
283 if ([obj->movie rate])
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 126 // the playback rate has changed
221 float rate() const;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 447 float oldRate = m_movie->rate();
489 return (!m_movie->rate());
536 void MediaPlayerPrivateQuickTimeVisualContext::setRate(float rate)
542 // QuickTime's VisualContext can get wedged waiting for a rate change
545 m_movie->setRate(rate);
    [all...]
  /external/webrtc/src/
common_types.h 210 int rate; member in struct:webrtc::CodecInst
256 // loss rate (network + late) in percent (in Q14)
258 // late loss rate in percent (in Q14)
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 284 % Assume the last init gives the sample rate of interest.
285 str_idx = strfind(result, 'Sample rate:');
  /external/wpa_supplicant_8/src/ap/
ap_config.h 436 int hostapd_rate_found(int *list, int rate);
hostapd.h 36 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
  /frameworks/base/media/java/android/media/
MediaRecorder.java 337 * Set video frame capture rate. This can be used to set a different video frame capture
338 * rate than the recorded video's playback rate. This method also sets the recording mode
343 * @param fps Rate at which frames should be captured in frames per second.
349 * given rate due to camera/encoder limitations. However it tries to be as close as
451 * Sets the frame rate of the video to be captured. Must be called
455 * @param rate the number of frames per second of video to capture
459 * NOTE: On some devices that have auto-frame rate, this sets the
460 * maximum frame rate, not a constant frame rate. Actual frame rat
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_cls.h 133 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 133 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 133 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police

Completed in 1535 milliseconds

<<111213141516171819