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

<<11121314151617181920>>

  /external/libopus/
celt_headers.mk 28 celt/rate.h \
  /external/libvpx/libvpx/vp8/encoder/
pickinter.h 25 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 114 int rate; member in struct:RD_COST
119 // Reset the rate distortion cost values to maximum (invalid) value.
121 // Initialize the rate distortion cost values to zero.
136 unsigned int qstep, int *rate,
  /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_header.h 64 spx_int32_t rate; /**< Sampling rate used */ member in struct:SpeexHeader
68 spx_int32_t bitrate; /**< Bit-rate used */
78 void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m);
  /external/webrtc/webrtc/common_audio/vad/include/
webrtc_vad.h 48 // consequence also the missed detection rate goes up.
73 // Checks for valid combinations of |rate| and |frame_length|. We support 10,
76 // - rate [i] : Sampling frequency (Hz).
80 int WebRtcVad_ValidRateAndFrameLength(int rate, size_t frame_length);
  /external/webrtc/webrtc/common_audio/
wav_header_unittest.cc 113 0x39, 0x30, 0, 0, // sample rate: 12345
114 0xc9, 0x33, 0x03, 0, // byte rate: 1 * 17 * 12345
134 0x39, 0x30, 0, 0, // sample rate: 12345
135 0xc9, 0x33, 0x03, 0, // byte rate: 1 * 17 * 12345
155 0x39, 0x30, 0, 0, // sample rate: 12345
156 0x00, 0x33, 0x03, 0, // byte rate: *BAD*
176 0x39, 0x30, 0, 0, // sample rate: 12345
177 0xc9, 0x33, 0x03, 0, // byte rate: 1 * 17 * 12345
198 0x39, 0x30, 0, 0, // sample rate: 12345
199 0xc9, 0x33, 0x03, 0, // byte rate: 1 * 17 * 1234
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 80 * Do a rate allocation for the given limit. */
135 /* We might need a rate allocation. */
142 /* Do the rate-allocation and get the new bandwidth. */
330 * - CodingMode : 0 -> Bit rate and frame length are automatically
335 * rate which is taken as the maximum
336 * short-term average bit rate.
650 /* Update rate model and get minimum number of bytes in this packet. */
706 /* update rate model */
736 * stream. If the rate is set to a value less than bottleneck of codec
737 * the new bistream will be re-encoded with the given target rate
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readDetection.m 10 %fs: The signal sample rate in Hertz.
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.cc 79 // Reducing frame rate before spatial resolution change.
80 // Reduce frame rate only when it is above a certain number.
86 // If frame rate has been updated, clear the buffer. We don't want
87 // spatial resolution to change right after frame rate change.
  /frameworks/av/include/common_time/
local_clock.h 37 status_t setLocalSlew(int16_t rate);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 34 /* rate of Update times a second. tc is the required time constant in */
39 /* The function assumes the block size is large, i.e. the update rate */
53 /* Fs - the filter update rate in Hz */
123 /* Calculate the product of the time constant and the sample rate */
  /frameworks/av/media/libstagefright/
MediaClock.cpp 92 void MediaClock::setPlaybackRate(float rate) {
93 CHECK_GE(rate, 0.0);
96 mPlaybackRate = rate;
107 mPlaybackRate = rate;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 146 This structure is used for rate control purpose and other performance related control
163 /* multipass rate control data */
177 /* 3 : macroblock level rate control */
222 int intraMBRate; /* intra MB refresh rate per frame */
233 uint rcEnable; /* enable rate control, '1' on, '0' const QP */
240 int32 bitRate; /* target bit rate for the overall clip in bits/second*/
244 OsclFloat frame_rate; /* frame rate */
245 int srcInterval; /* source frame rate in msec */
254 /* this part comes from MPEG4 rate control */
256 int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec *
    [all...]
  /frameworks/av/media/libstagefright/data/
media_codecs_google_telephony.xml 21 <Limit name="sample-rate" ranges="8000" />
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 13 // This MediaSource delivers frames at a constant rate by repeating buffers
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 30 * <li>The synthesis speech rate, with 100 being the normal, and
107 * Gets the speech rate to use. The normal rate is 100.
151 * Sets the speech rate.
  /frameworks/native/data/etc/
android.hardware.sensor.heartrate.xml 17 <!-- Feature for devices with a hardware heart rate monitor. -->
  /hardware/bsp/intel/peripheral/libupm/src/ad8232/
ad8232.h 38 * @brief AD8232 Heart Rate Monitor library
46 * @comname AD8232 Heart Rate Monitor
52 * @brief UPM module for the AD8232 Heart Rate Monitor
67 * <br><em>AD8232 Heart Rate Monitor image provided by SparkFun under
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.h 25 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
  /hardware/libhardware/include/hardware/
local_time_hal.h 81 * Sets the HW slew rate of oscillator which drives the system wide local
85 * Valid values for rate range from MIN_INT16 to MAX_INT16. Platform
87 * slew rate of their hardware.
89 int (*set_local_slew)(struct local_time_hw_device* dev, int16_t rate);
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_voicememo.h 28 /* Rate */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termios.h 48 /* Return the output baud rate stored in *TERMIOS_P. */
51 /* Return the input baud rate stored in *TERMIOS_P. */
54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 48 /* Return the output baud rate stored in *TERMIOS_P. */
51 /* Return the input baud rate stored in *TERMIOS_P. */
54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd

Completed in 2592 milliseconds

<<11121314151617181920>>