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

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
192 * rate. It is an error to set a rate inferior to the value returned by
247 * constant rate, but rather only when a new data is available.
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/android/
sensor.h 223 * Sets the delivery rate of events in microseconds for the given sensor.
225 * rate. It is an error to set a rate inferior to the value returned by
280 * constant rate, but rather only when a new data is available.
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/android/
sensor.h 223 * Sets the delivery rate of events in microseconds for the given sensor.
225 * rate. It is an error to set a rate inferior to the value returned by
280 * constant rate, but rather only when a new data is available.
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/android/
sensor.h 223 * Sets the delivery rate of events in microseconds for the given sensor.
225 * rate. It is an error to set a rate inferior to the value returned by
280 * constant rate, but rather only when a new data is available.
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
192 * rate. It is an error to set a rate inferior to the value returned by
247 * constant rate, but rather only when a new data is available.
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
192 * rate. It is an error to set a rate inferior to the value returned by
247 * constant rate, but rather only when a new data is available.
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
192 * rate. It is an error to set a rate inferior to the value returned by
247 * constant rate, but rather only when a new data is available.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunaudio.py 47 print 'Sample rate:', sample_rate
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunaudio.py 47 print 'Sample rate:', sample_rate
  /system/bt/service/example/heart_rate/
constants.h 21 // This header defines constants specific to the GATT Heart Rate Service.
  /system/connectivity/shill/init/
shill_respawn.conf 17 description "Restart shill at slow rate if it fails to respawn"
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 54 * It is however, acceptable that when a client is activated at a higher sampling rate, it would
55 * cause other clients to receive data at a faster sampling rate. A client causing other clients
56 * to receive data at a lower sampling rate is, however, not acceptable.
264 int rate; local
267 rate = SensorManager.SENSOR_DELAY_FASTEST;
272 rate = maxSamplingRate * mGenerator.nextInt(10);
274 return rate;
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.rst 207 The total number of 32-bit integers encoded using the Variable Bit Rate
212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
218 the Variable Bit Rate encoding scheme.
228 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
288 integers that use the Variable Bit Rate encoding scheme.
294 Bit Rate encoding scheme.
299 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
  /external/svox/pico/compat/include/
TtsEngine.h 30 #define ANDROID_TTS_ENGINE_PROPERTY_RATE "rate"
59 // @param [in] uint32_t - Track sampling rate in Hz
166 // @param[inout] rate in: the desired audio sample rate
167 // out: the sample rate used by the TTS engine
171 virtual tts_result setAudioFormat(tts_audio_format& encoding, uint32_t& rate,
222 // o rate,
  /external/tinycompress/
cplay.c 209 unsigned int channels, rate, bits; local
221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) {
229 codec.sample_rate = rate;
231 fprintf(stderr, "invalid sample rate %d\n", rate);
285 printf("Format %u Channels %u, %u Hz, Bit Rate %d\n",
286 SND_AUDIOCODEC_MP3, channels, rate, bits);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry_unittest.cc 42 uint32_t rate) {
48 {kTypicalFrequency, kTypicalChannels, rate}}};
56 kTypicalFrequency, kTypicalChannels, rate))
114 // Sample rate is correctly registered.
152 // Ok, update the rate for one of the codecs. If either the incoming rate or
153 // the stored rate is zero it's not really an error to register the same
  /frameworks/av/include/media/
MediaPlayerInterface.h 141 virtual status_t setPlaybackRate(const AudioPlaybackRate& rate) = 0;
142 virtual status_t getPlaybackRate(AudioPlaybackRate* rate /* nonnull */) = 0;
183 virtual status_t setPlaybackSettings(const AudioPlaybackRate& rate) {
184 // by default, players only support setting rate to the default
185 if (!isAudioPlaybackRateEqual(rate, AUDIO_PLAYBACK_RATE_DEFAULT)) {
190 virtual status_t getPlaybackSettings(AudioPlaybackRate* rate /* nonnull */) {
191 *rate = AUDIO_PLAYBACK_RATE_DEFAULT;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 117 virtual status_t setPlaybackRate(const AudioPlaybackRate& rate);
118 virtual status_t getPlaybackRate(AudioPlaybackRate* rate /* nonnull */);
150 uint32_t mSampleRateHz; // sample rate of the content, as set in open()
294 virtual status_t setPlaybackSettings(const AudioPlaybackRate& rate);
295 virtual status_t getPlaybackSettings(AudioPlaybackRate* rate /* nonnull */);
296 virtual status_t setSyncSettings(const AVSyncSettings& rate, float videoFpsHint);
297 virtual status_t getSyncSettings(AVSyncSettings* rate /* nonnull */,
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 67 /* wifi rate */
72 u32 rateMcsIdx :8; // OFDM/CCK rate code would be as per ieee std in the units of 0.5mbps
128 /* per rate statistics */
130 wifi_rate rate; // rate information member in struct:__anon31487
166 wifi_rate_stat rate_stats[]; // per rate statistics, number of entries = num_rate
243 #define WIFI_STATS_IFACE_TXRATE 0x00000020 // all tx rate statistics (within interface statistics)
  /device/google/contexthub/util/nanotool/
nanotool.cpp 105 " Format is sensor_type[:rate[:latency_ms]][=cal_ref].\n"
106 " See below for a complete list sensor types. A rate is\n"
108 " and defaults to 0. Rate can be specified in Hz, or as one\n"
175 fprintf(stderr, "%s: Sample rate must be specified for sensor "
211 SensorSpecialRate rate; local
213 std::tie(name, rate) = rates[i];
215 spec.special_rate = rate;
228 // Parse a sensor argument in the form of "sensor_name[:rate[:latency]][=cal_ref]"
262 } else if (index == 1) { // Parse sample rate
264 fprintf(stderr, "%s: Invalid sample rate %s\n", name
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 120 return out->config.rate;
123 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate)
233 return (PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate;
342 static int in_set_sample_rate(struct audio_stream *stream, uint32_t rate)
344 ALOGV("in_set_sample_rate: %d", rate);
465 out->config.rate = CODEC_SAMPLING_RATE;
470 if (out->config.rate != config->sample_rate ||
473 config->sample_rate = out->config.rate;
479 ALOGI("adev_open_output_stream selects channels=%d rate=%d format=%d",
480 out->config.channels, out->config.rate, out->config.format)
    [all...]
  /external/iproute2/man/man8/
tc-cbq-details.8 14 rate
32 rate
33 .B ] [ rate
34 rate
261 bandwidth rate
301 only the ratios matter. Defaults to the configured rate, unless the priority
315 rate rate
316 Maximum rate this class and all its children combined can send at. Mandatory.
319 bandwidth rate
    [all...]
tc-cbq.8 16 rate
34 rate
35 .B ] [ rate
36 rate
172 bandwidth rate
213 only the ratios matter. Defaults to the configured rate, unless the priority
232 rate rate
233 Maximum rate this class and all its children combined can send at. Mandatory.
236 bandwidth rate
    [all...]
  /frameworks/base/docs/html/training/location/
change-location-settings.jd 86 - This method sets the rate in milliseconds at which your app prefers to
88 this rate if another app is receiving updates at a faster rate, or slower
89 than this rate, or there may be no updates at all (if the device has no
97 - This method sets the <strong>fastest</strong> rate in milliseconds at which
98 your app can handle location updates. You need to set this rate because
99 other apps also affect the rate at which updates are sent. The Google Play
100 services location APIs send out updates at the fastest rate that any app
103 If this rate is faster
107 to set an upper limit to the update rate
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 8 cmd_VCrate="Video+Capture+Rate CAMT PERF.awk+who=CAMT+from=Hardware+what=frame+how=received"
9 cmd_VDrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=HLMM+what=frame+how=sending"
10 cmd_VDTrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=LLMM+what=frame+how=sending"
11 cmd_VErate="Video+Encode+Rate VE_T PERF.awk+who=VE_T+to=HLMM+what=buffer+how=sending"
12 cmd_VERrate="Video+Encode+Input+Rate VE__ PERF.awk+who=VE__+from=HLMM+what=frame+how=received"
13 cmd_VPPYrate="Video+PreProc+YUV+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
14 cmd_VPPRrate="Video+PreProc+RGB+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
15 cmd_VPPIrate="Video+PreProc+Input+Rate VPP_ PERF.awk+who=VPP_+from=HLMM+what=frame+how=received"
16 cmd_VPrate="Video+Display+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending"
17 cmd_VCPrate="Video+Preview+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending
    [all...]

Completed in 1563 milliseconds

<<21222324252627282930>>