Searched refs:rate (Results 1 - 12 of 12) sorted by relevance

/hardware/invensense/mlsdk/mllite/
H A DmlBiasNoMotion.c158 long rate; local
171 // We always run the accel low pass filter at the highest sample rate possible
178 rate = inv_get_fifo_rate() * 5 + 5;
179 if (rate > 200)
180 rate = 200;
182 gain = inv_obj->accel_lpf_gain * rate;
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A Dbcmevent.h264 uint32 rate; member in struct:wl_event_rx_frame_data
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmevent.h264 uint32 rate; member in struct:wl_event_rx_frame_data
/hardware/libhardware/include/hardware/
H A Daudio.h82 * sampling rate is in Hz - eg. 44100
89 int (*set_sample_rate)(struct audio_stream *stream, uint32_t rate);
/hardware/libhardware/modules/audio/
H A Daudio_hw.c48 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) argument
135 static int in_set_sample_rate(struct audio_stream *stream, uint32_t rate) argument
/hardware/invensense/libsensors/
H A DMPLSensor.cpp872 " setDelay handle: %d rate %d", handle, (int) (ns / 1000000LL));
935 int rate = ((wanted) / 5000000LLU) - ((wanted % 5000000LLU == 0) ? 1
936 : 0); //mpu fifo rate is in increments of 5ms
937 if (rate == 0) //KLP disallow fifo rate 0
938 rate = 1;
940 if (rate != mCurFifoRate) {
941 //LOGD("set fifo rate: %d %llu", rate, wanted);
943 res = inv_set_fifo_rate(rate);
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp63 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) argument
183 static int in_set_sample_rate(struct audio_stream *stream, uint32_t rate) argument
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp800 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
891 uint32_t rate = hw->getInputSampleRate(*pRate); local
892 if (rate != *pRate) {
893 *pRate = rate;
1070 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c76 /* allocate rate tracking structures */
146 /* VP_T - display rate */
151 /* VD_T - decode rate */
156 /* VE_T - encode rate */
161 /* CAMT - capture rate */
320 /* get the temporal rate */
334 /* calculate the average of the temporal rate */
405 /* for each rate, reset skip count as well as tn0 */
423 /* complete any temporary rate measurements */
459 /* see if we care about this buffer in the rate calculatio
470 int rate = (me->detailed == 2) || local
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp588 LOGW("getInputBufferSize bad sample rate: %d", sampleRate);
1695 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
1787 uint32_t rate = hw->getInputSampleRate(*pRate); local
1788 if (rate != *pRate) {
1789 *pRate = rate;
1947 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h2604 uint32 rate[WLC_MAXRATE + 1]; member in struct:__anon57
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2604 uint32 rate[WLC_MAXRATE + 1]; member in struct:__anon116

Completed in 562 milliseconds