HomeSort by relevance Sort by last modified time
    Searched refs:rate (Results 276 - 300 of 924) sorted by null

<<11121314151617181920>>

  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_input_stream.h 49 // Returns the sampling rate in Hz - eg. 44100.
52 // Sets the sample rate
56 int SetSampleRate(uint32_t rate);
  /external/autotest/client/profilers/powertop/src/
display.c 192 void show_acpi_power_line(double rate, double cap, double capdelta, time_t ti)
199 if (rate > 0.001) {
201 sprintf(buffer, _("Power usage (ACPI estimate): %3.1fW (%3.1f hours)"), rate, cap/rate);
powertop.h 105 void show_acpi_power_line(double rate, double cap, double capdelta, time_t time);
  /external/honggfuzz/examples/bind/
named.conf 42 serial-query-rate 10000;
68 rate-limit {
  /external/iproute2/tc/
q_choke.c 41 unsigned int rate = 0; local
57 if (get_rate(&rate, *argv)) {
104 if (!rate || !opt.limit) {
146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
  /external/libbrillo/policy/
device_policy.h 45 // Writes the value of the DevicePolicyRefreshRate policy in |rate|. Returns
47 virtual bool GetPolicyRefreshRate(int* rate) const = 0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 29 // Maximum rate target ratio for setting segment delta-qp.
55 // Thresholds applied to the projected rate/distortion of the coding block,
62 // Rate target ratio to set q delta.
64 // Boost factor for rate target ratio, for segment CR_SEGMENT_ID_BOOST2.
97 int64_t rate, int64_t dist, int skip,
vp9_context_tree.h 57 int rate; member in struct:__anon26195
  /external/opencv/cv/src/
_cv.h 103 double *rate; member in struct:CvPyramid
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSensorManager.java 25 public boolean registerListener(SensorEventListener listener, Sensor sensor, int rate) {
  /external/speex/include/speex/
speex_echo.h 49 /** Set sampling rate */
51 /** Get sampling rate */
143 * @param rate Sampling rate
147 SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size);
  /external/syslinux/gpxe/src/net/infiniband/
ib_pathrec.c 70 path->av.rate = ( pathrec->rate_selector__rate & 0x3f );
72 "rate %d\n", ibdev, htonl ( dgid->u.dwords[0] ),
75 path->av.rate );
259 av->rate = cached->path->av.rate;
  /external/tinycompress/include/tinycompress/
tinycompress.h 125 * @sampling_rate: sampling rate of decoded samples
274 * and we have used these to define the sampling rate, we need to define
292 unsigned int compress_get_alsa_rate(unsigned int rate);
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 65 int rate, int packet_size, size_t extra_byte);
TestStereo.h 75 int rate, int pack_size, int channels,
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_receiver.h 65 const uint32_t rate) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 40 const uint32_t rate) override;
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.cc 72 codec.rate = 64000;
  /external/wpa_supplicant_8/src/ap/
ap_list.c 44 int rate = (ap->supported_rates[i] & 0x7f) * 5; local
45 if (rate == 60 || rate == 90 || rate > 110)
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.h 55 status_t setPlaybackSettings(const AudioPlaybackRate &rate /* sanitized */);
56 status_t getPlaybackSettings(AudioPlaybackRate *rate /* nonnull */);
170 float mPlaybackRate; // audio track rate
258 status_t onConfigPlayback(const AudioPlaybackRate &rate /* sanitized */);
259 status_t onGetPlaybackSettings(AudioPlaybackRate *rate /* nonnull */);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 55 status_t setPlaybackSettings(const AudioPlaybackRate &rate /* sanitized */);
56 status_t getPlaybackSettings(AudioPlaybackRate *rate /* nonnull */);
170 float mPlaybackRate; // audio track rate
258 status_t onConfigPlayback(const AudioPlaybackRate &rate /* sanitized */);
259 status_t onGetPlaybackSettings(AudioPlaybackRate *rate /* nonnull */);
  /frameworks/base/media/java/android/media/
SoundPool.java 68 * <p>The playback rate can also be changed. A playback rate of 1.0 causes
70 * to the hardware output frequency). A playback rate of 2.0 causes the
71 * sound to play at twice its original frequency, and a playback rate of
73 * rate range is 0.5 to 2.0.</p>
98 * adjusting the playback rate in real-time for doppler or synthesis
143 * @param srcQuality the sample-rate converter quality. Currently has no
298 * The playback rate allows the application to vary the playback
299 * rate (pitch) of the sound. A value of 1.0 means play back at
308 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0
    [all...]
  /frameworks/base/media/java/android/media/audiopolicy/
AudioMix.java 357 // FIXME Can we eliminate this? Will AudioMix work with an unspecified sample rate?
358 int rate = AudioSystem.getPrimaryOutputSamplingRate(); local
359 if (rate <= 0) {
360 rate = 44100;
362 mFormat = new AudioFormat.Builder().setSampleRate(rate).build();
  /frameworks/native/services/sensorservice/hidl/
DirectReportChannel.h 50 Return<void> configure(int32_t sensorHandle, RateLevel rate,
  /hardware/interfaces/sensors/1.0/default/
Sensors.h 62 int32_t sensorHandle, int32_t channelHandle, RateLevel rate,

Completed in 372 milliseconds

<<11121314151617181920>>