HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 501 - 525 of 3459) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 167 * @param rate The speech rate, in the units expected by Android TextToSpeech.
174 float rate, float pitch, float volume) {
181 mTextToSpeech.setSpeechRate(rate);
  /external/chromium_org/chrome/browser/prerender/
prerender_final_status.cc 30 "Rate Limit Exceeded",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
options.html 16 <p>Refresh rate (seconds): <input id="refresh_rate" value="300"></p>
  /external/chromium_org/chrome/common/
tts_messages.h 21 IPC_STRUCT_TRAITS_MEMBER(rate)
  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.h 122 // The positive upload rate is the percentage of uploads to send to the server
124 // The negative upload rate is the percentage of uploads to send when nothing in
126 // The negative upload rate is typically much lower than the positive upload
127 // rate.
  /external/chromium_org/components/policy/core/common/
policy_statistics_collector.h 30 // Policy usage statistics update rate, in milliseconds.
  /external/chromium_org/content/browser/renderer_host/
DEPS 4 "+media/audio/audio_util.h", # For audio hardware sample-rate.
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_throttler.cc 37 // Exceeding the send rate, this packet should be dropped.
  /external/chromium_org/content/renderer/media/
render_media_log.cc 32 // Limit the send rate of high frequency events.
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.h 26 // - It is recommended to first acquire the native sample rate of the default
27 // input device and then use the same rate when creating this object.
28 // Use AUAudioInputStream::HardwareSampleRate() to retrieve the sample rate.
76 // Returns the current hardware sample rate for the default input device.
  /external/chromium_org/media/base/android/
audio_decoder_job.h 23 // |sample_rate| - The sample rate of the decoded output.
  /external/chromium_org/media/cast/
README 20 Module for rate limiting data outflow.
  /external/chromium_org/media/cast/logging/
logging_stats.h 47 // Get log stats: some of the values, such as frame rate and bit rates are
  /external/chromium_org/media/video/capture/win/
capability_list_win.h 44 // matching capability. The algorithm prioritizes height, width, frame rate
  /external/chromium_org/net/quic/congestion_control/
paced_sender.h 34 // Helper object to track the rate data can leave the buffer for pacing.
  /external/chromium_org/ppapi/c/dev/
pp_video_capture_dev.h 26 * configuration, such as resolution and frame rate.
  /external/chromium_org/remoting/base/
rate_counter.cc 29 double RateCounter::Rate() {
running_average.h 17 // over bandwidth, frame rate, etc.
  /external/chromium_org/remoting/client/plugin/
pepper_audio_player.cc 40 LOG(ERROR) << "Unsupported audio sampling rate: " << sampling_rate;
  /external/chromium_org/remoting/host/
audio_capturer.h 27 // Capturers should sample at a 44.1 or 48 kHz sampling rate, in uncompressed
host_secret.cc 18 // should be enough for short-term passwords, given that we rate-limit guesses
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DownSampler.cpp 44 , m_convolver(inputBlockSize / 2) // runs at 1/2 source sample-rate
80 // In a sense, this is shifting forward in time by one sample-frame at the destination sample-rate.
115 // Copy the odd sample-frames from sourceP, delayed by one sample-frame (destination sample-rate)
126 // This amounts to a delay-line of length halfSize (at the source sample-rate),
  /external/chromium_org/third_party/lcov/
lcovrc 11 # Specify coverage rate limits (in %) for classifying file entries
12 # HI: hi_limit <= rate <= 100 graph color: green
13 # MED: med_limit <= rate < hi_limit graph color: orange
14 # LO: 0 <= rate < med_limit graph color: red
  /external/chromium_org/third_party/opus/src/
README 7 performances. It can scale from low bit-rate narrowband speech to very high
69 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)>
71 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options]
83 default: sampling rate
  /external/chromium_org/third_party/opus/src/silk/
control_audio_bandwidth.c 35 /* Control internal sampling rate */
51 /* Make sure internal rate is not higher than external rate or maximum allowed, or lower than minimum allowed */
57 /* State machine for the internal sampling rate switching */

Completed in 526 milliseconds

<<21222324252627282930>>