HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 351 - 375 of 4445) sorted by null

<<11121314151617181920>>

  /sdk/apps/SdkController/res/values/
strings.xml 40 <string name="sensors_sample_rate">Sample Rate</string>
44 <!-- Default sample rate for SensorsActivity UI.
  /system/media/alsa_utils/include/
alsa_device_profile.h 74 /* Sample Rate Methods */
76 bool profile_is_sample_rate_valid(alsa_device_profile* profile, unsigned rate);
  /device/google/contexthub/util/nanotool/
nanomessage.cpp 181 uint32_t ConfigureSensorRequest::FloatRateToFixedPoint(float rate) {
182 return rate * 1024.0f;
185 float ConfigureSensorRequest::FixedPointRateToFloat(uint32_t rate) {
186 return rate / 1024.0f;
208 " rate (fixed point): %08x\n"
216 config.rate,
  /device/htc/flounder/
nvaudio_conf.xml 26 <!ATTLIST pcm_config rate (8000|11025|16000|22050|32000|44100|48000|64000|88200|96000|176400|192000) #IMPLIED>
60 <pcm_config rate="48000"
124 <pcm_config rate="48000"
157 <pcm_config rate="8000"
180 <pcm_config rate="48000"
196 <pcm_config rate="48000"
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
touch_firmware_report-lumpy-fw_11.27-complete-20130614_065557 20 Report rate: 86.01 Hz
49 Report rate: 83.63 Hz
78 Report rate: 93.44 Hz
107 Report rate: 90.44 Hz
136 Report rate: 92.33 Hz
197 Report rate: 112.55 Hz
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py 41 transfer rate, it represent the size in megabytes.
71 logging.debug('xfer rate (measurement %d) %.2f (min=%.2f)',
92 """Compute transfer rate from src to dst as Mbit/sec
94 Execute a copy from |src| to |dst| and returns the file copy transfer rate
99 @return trasfer rate (float) in Mbit/sec
122 # return the xfer rate in Mbits/secs having bytes/microsec
  /external/jemalloc/test/unit/
prof_reset.c 34 "Unexpected mallctl failure while reading profiling sample rate");
45 "Expected profile sample rate change");
59 "Unexpected mallctl failure while reading profiling sample rate");
61 "Unexpected profiling sample rate");
73 "Unexpected profile sample rate change");
82 "Expected profile sample rate change");
  /external/kernel-headers/original/uapi/linux/
atmdev.h 18 /* OC3 link rate: 155520000 bps
21 max cell rate: 353207.547 cells/sec */
23 /* 25 Mbps ATM cell rate (59111) */
25 /* OC12 link rate: 622080000 bps
28 max cell rate: 1412830.188 cells/sec */
55 /* get link rate */
  /external/libavc/encoder/
ih264e_error.h 103 /**rate control option configured is not supported */
106 /**frame rate configured is not supported */
109 /**bit rate configured is not supported */
112 /**frame rate not supported */
133 /**target frame rate exceeds source frame rate */
  /external/libopus/tests/
run_vectors.sh 40 echo "usage: run_vectors.sh <exec path> <vector path> <rate>"
46 RATE=$3
84 if $OPUS_DEMO -d $RATE 1 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_mono.txt 2>&1; then
90 $OPUS_COMPARE -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_mono.txt 2>&1
113 if $OPUS_DEMO -d $RATE 2 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_stereo.txt 2>&1; then
119 $OPUS_COMPARE -s -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_stereo.txt 2>&1
  /external/speex/libspeex/
speex_header.c 72 int rate;
86 EXPORT void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const SpeexMode *m)
105 header->rate = rate;
131 ENDIAN_SWITCH(le_header->rate);
171 ENDIAN_SWITCH(le_header->rate);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h 63 * Internal function to perform a rate-allocation for upper and lower-band,
64 * given a total rate.
67 * - inRateBitPerSec : a total bit-rate in bits/sec.
70 * - rateLBBitPerSec : a bit-rate allocated to the lower-band
72 * - rateUBBitPerSec : a bit-rate allocated to the upper-band
75 * Return value : 0 if rate allocation has been successful.
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h 33 const uint32_t rate) const = 0;
36 const uint32_t rate) const = 0;
43 const uint32_t rate) const = 0;
65 const uint32_t rate,
75 const uint32_t rate,
177 const uint32_t rate);
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 37 parser.add_option('--rate', default='16000', help='sample rate in Hz')
76 '--codec=' + options.codec, '--rate=' + options.rate]
86 format_args = ['--format=s16le', '--rate=' + options.rate,
  /external/webrtc/webrtc/
video_encoder.h 63 // Return value : Set bit rate if OK
104 // Inform the encoder of the new packet loss rate and the round-trip time of
109 // (loss rate in percent = 100 * packetLoss / 255)
115 // Inform the encoder about the new target bit rate.
118 // - bitrate : New target bit rate
119 // - framerate : The target frame rate
  /frameworks/av/include/media/
Visualizer.h 44 * callback function by use of the setCaptureCallBack() method. The rate at which the callback
82 // maximum capture rate in millihertz
96 // install a callback to receive periodic captures. The capture rate is specified in milliHertz
98 status_t setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate,
107 // returns the capture rate indicated when installing the callback
110 // returns the sampling rate of the audio being captured
  /frameworks/av/media/libstagefright/
MediaSync.cpp 171 ALOGE("setAudioTrack: native sample rate should be positive.");
244 void MediaSync::updatePlaybackRate_l(float rate) {
245 if (rate > mPlaybackRate) {
248 mPlaybackRate = rate;
250 mMediaClock->setPlaybackRate(rate);
260 // User should check the playback rate if it doesn't want to receive a
286 "is too high, possibly due to super low playback rate(%f)", mPlaybackRate);
360 status_t MediaSync::setVideoFrameRateHint(float rate) {
362 if (rate < 0.f) {
366 mFrameScheduler->init(rate);
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.h 92 float rightVolume, int priority, int loop, float rate);
99 float rate() { return mRate; } function in class:android::SoundEvent
121 int priority, int loop, float rate);
130 void setRate(float rate);
169 int loop, float rate);
178 void setRate(int channelID, float rate);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 48 // Panning rate is in unit of percentage of image content translation / second.
49 // Use the moving average to calculate the panning rate.
221 // The panning rate is measured as the rate of the translation percentage in
222 // image width/height. Take the horizontal panning rate for example, the image width
226 // image width. We then get the rate by dividing the translation percentage with deltaTime.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmdev.h 18 /* OC3 link rate: 155520000 bps
21 max cell rate: 353207.547 cells/sec */
23 /* 25 Mbps ATM cell rate (59111) */
25 /* OC12 link rate: 622080000 bps
28 max cell rate: 1412830.188 cells/sec */
55 /* get link rate */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmdev.h 18 /* OC3 link rate: 155520000 bps
21 max cell rate: 353207.547 cells/sec */
23 /* 25 Mbps ATM cell rate (59111) */
25 /* OC12 link rate: 622080000 bps
28 max cell rate: 1412830.188 cells/sec */
55 /* get link rate */
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 74 rate := MemProfileRate
75 if rate > 0x3fffffff { // make 2*rate not overflow
76 rate = 0x3fffffff
78 if rate != 0 {
79 c.next_sample = int32(int(fastrand1()) % (2 * rate))
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 74 rate := MemProfileRate
75 if rate > 0x3fffffff { // make 2*rate not overflow
76 rate = 0x3fffffff
78 if rate != 0 {
79 c.next_sample = int32(int(fastrand1()) % (2 * rate))
  /system/bt/service/example/heart_rate/
heart_rate_server.h 32 // Implements an example GATT Heart Rate service. This class emulates the
33 // behavior of a heart rate service by sending fake heart-rate pulses.
49 // Helpers for posting heart rate measurement notifications.
114 // The unique IDs that refer to each of the Heart Rate Service GATT objects.
129 // libchrome task runner that we use to post heart rate measurement
  /external/autotest/client/cros/audio/
cras_utils.py 40 channels=2, rate=48000):
48 @param rate: the sampling rate
60 args += ['--rate', str(rate)]
65 capture_file, block_size=None, duration=10, channels=1, rate=48000):
74 @param rate: the sampling rate.
86 args += ['--rate', str(rate)]
    [all...]

Completed in 1841 milliseconds

<<11121314151617181920>>