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

<<11121314151617181920>>

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 48 /* rate parameters */
52 /* data needed for frame rate calculations */
60 if frame rate is less than 0.5fps and tn0 is less than 10 in the last phase,
119 /* rate data */
122 struct PERF_RTdata_rate *dRate; /* rate data */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 2 # measures the rate of the filtered traces. This can be used to measure
162 print "Rate is", result;
170 print "(Adjusted rate without pauses is", result, ")";
172 print "(Not enough data to calculate adjusted rate without pauses)";
176 print "Error: Not enough data to calculate rate";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_plugin.h 41 #define SND_PCM_PLUGIN_RATE_MIN 4000 /**< minimal rate for the rate plugin */
42 #define SND_PCM_PLUGIN_RATE_MAX 192000 /**< maximal rate for the rate plugin */
156 * Rate plugin for linear formats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 41 #define SND_PCM_PLUGIN_RATE_MIN 4000 /**< minimal rate for the rate plugin */
42 #define SND_PCM_PLUGIN_RATE_MAX 192000 /**< maximal rate for the rate plugin */
156 * Rate plugin for linear formats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 41 #define SND_PCM_PLUGIN_RATE_MIN 4000 /**< minimal rate for the rate plugin */
42 #define SND_PCM_PLUGIN_RATE_MAX 192000 /**< maximal rate for the rate plugin */
156 * Rate plugin for linear formats
  /system/core/healthd/
healthd.cpp 103 // During awake periods poll at fast rate. If wake alarm is set at fast
104 // rate then just use the alarm; if wake alarm is set at slow rate then
105 // poll at fast rate while awake and let alarm wake up at slow rate when
  /external/srec/srec/EventLog/src/
riff.c 557 short **samples, int *rate, int *length, SwiRiffStruct *swichunk)
593 *rate = wf->nSamplesPerSec;
643 ifrom = (int)(from * (*rate) / 1000.0);
649 ito = (int)(to * (*rate) / 1000.0 + 0.5);
775 *audio_type = L"audio/L16;rate=8000";
777 *audio_type = L"audio/L16;rate=16000";
783 *audio_type = L"audio/x-alaw-basic;rate=8000";
793 *audio_type = L"audio/basic;rate=8000";
795 *audio_type = L"audio/basic;rate=8000;orig-encoding=g723";
797 *audio_type = L"audio/basic;rate=8000;orig-encoding=g729"
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 291 * (width and height) and/or frame rate. If both width and
293 * if frameRate is -1, configuration on the frame rate
301 * @param frameRate the target frame rate in frames per second.
344 ALOGE("Requested frame rate (%d) is not supported: %s",
349 // The frame rate is supported, set the camera to the requested value.
354 // Use the current frame rate value setting from the camera
358 // Either frame rate or frame size needs to be changed.
424 * Check the requested frame rate has been successfully configured or not.
425 * If the target frameRate is -1, check on the current frame rate value
429 * @param the target video frame rate to check agains
    [all...]
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 59 __u32 rate; member in struct:tc_ratespec
78 struct tc_ratespec rate; member in struct:tc_tbf_qopt
184 struct tc_ratespec rate; member in struct:tc_htb_opt
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.h 105 // Updates the policy controller with a new refresh rate value.
118 // The pref service that controls the refresh rate.
121 // Tracks the pref value for the policy refresh rate.
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter_unittest.cc 55 // Check false positive error rate by checking the same number of items that
73 // The FP rate should be 1.2%. Keep a large margin of error because we don't
79 << ", the FP rate was " << fp_rate << " %";
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.html 98 <label for="rate">Rate:</label>
101 <input id="rate" type="range" class="ctrl"
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler_unittest.cc 131 base::TimeDelta rate = base::TimeDelta::FromMilliseconds( local
135 CheckTimingWithAge(rate,
203 // Max out the request rate.
248 // The next refresh has been scheduled using a lower refresh rate.
286 // The next refresh has been scheduled at the normal rate.
303 // The next refresh has been scheduled using a lower refresh rate.
311 // refresh is rescheduled at the lower rate again; after executing all
319 // The next refresh has been scheduled using a lower refresh rate.
338 // The next refresh has been scheduled using a lower refresh rate.
346 // default polling rate after a timeout
    [all...]
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.h 7 // - It is recommended to first acquire the native sample rate of the default
8 // output device and then use the same rate when creating this object.
9 // Use AUAudioOutputStream::HardwareSampleRate() to retrieve the sample rate.
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabaseLoader.h 46 // Lazily creates a HRTFDatabaseLoader (if not already created) for the given sample-rate
76 // Map from sample-rate to loader.
79 // Keeps track of loaders on a per-sample-rate basis.
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 62 float rate() const { return m_rate; } function in class:WebCore::PlatformSpeechSynthesisUtterance
63 void setRate(float rate) { m_rate = std::max(std::min(10.0f, rate), 0.1f); }
  /external/chromium_org/third_party/opus/src/silk/
VQ_WMat_EC.c 37 opus_int32 *rate_dist_Q14, /* O best weighted quant error + mu * rate */
42 const opus_int mu_Q9, /* I tradeoff betw. weighted error and rate */
61 /* Weighted rate */

Completed in 427 milliseconds

<<11121314151617181920>>