/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_VarSlope_SetTimeConstant.c | 29 /* given time constant, sample rate and num channels */ 44 /* Sample Rate and NumChannels */
|
/frameworks/base/core/java/android/hardware/ |
LegacySensorManager.java | 89 public boolean registerListener(SensorListener listener, int sensors, int rate) { 95 Sensor.TYPE_ACCELEROMETER, listener, sensors, rate) || result; 97 Sensor.TYPE_MAGNETIC_FIELD, listener, sensors, rate) || result; 99 Sensor.TYPE_ORIENTATION, listener, sensors, rate) || result; 101 Sensor.TYPE_ORIENTATION, listener, sensors, rate) || result; 103 Sensor.TYPE_TEMPERATURE, listener, sensors, rate) || result; 108 SensorListener listener, int sensors, int rate) { 134 result = mSensorManager.registerListener(legacyListener, sensor, rate);
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
SingleThreadedMediaPlayerProxy.java | 102 public void setVariableSpeed(float rate) { 103 ((VariableSpeed) mDelegate).setVariableSpeed(rate);
|
/hardware/broadcom/libbt/include/ |
userial_vendor.h | 99 uint8_t baud; /* Baud rate */ 156 ** Description Set new baud rate
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
wcd9xxx-slimslave.h | 108 unsigned int tot_ch, unsigned int rate); 110 unsigned int tot_ch, unsigned int rate);
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageViewTouchBase.java | 363 protected void zoomIn(float rate) { 374 mSuppMatrix.postScale(rate, rate, cx, cy); 378 protected void zoomOut(float rate) { 388 tmp.postScale(1F / rate, 1F / rate, cx, cy); 393 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
|
/pdk/apps/TestingCamera/res/values/ |
strings.xml | 25 <string name="preview_frame_rate_prompt">Preview Frame Rate</string> 36 <string name="video_frame_rate_prompt">Video Frame Rate</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fd.h | 24 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct 27 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 28 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ 32 spec1, /* stepping rate, head unload time */ 125 unsigned long max_dtr; /* Step rate, usec */ 129 unsigned long srt; /* Step rate, usec */ 350 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 24 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct 27 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 28 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ 32 spec1, /* stepping rate, head unload time */ 125 unsigned long max_dtr; /* Step rate, usec */ 129 unsigned long srt; /* Step rate, usec */ 350 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 24 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct 27 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 28 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ 32 spec1, /* stepping rate, head unload time */ 125 unsigned long max_dtr; /* Step rate, usec */ 129 unsigned long srt; /* Step rate, usec */ 350 unsigned char rate; member in struct:floppy_raw_cmd
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 59 {"Rate", 1, 0, 'R'}, 90 unsigned int requestedRate = pcm->rate; 115 param_set_int(params, SNDRV_PCM_HW_PARAM_RATE, pcm->rate); 164 static int play_file(unsigned rate, unsigned channels, int fd, 235 pcm->rate = rate; 472 int play_raw(const char *fg, int rate, int ch, const char *device, const char *fn) 495 return play_file(rate, ch, fd, flag, device, 0); 498 int play_wav(const char *fg, int rate, int ch, const char *device, const char *fn) 516 hdr.sample_rate = rate; 564 int rate = 44100; local [all...] |
/hardware/ti/wpan/ti_st/uim-sysfs/ |
uim.c | 66 * debugging purpose, whenever the baud rate is changed 200 * with the custom baud rate 248 /* Function to set the default baud rate 250 * The default baud rate of 115200 is set to the UART from the host side 252 * making a call to set the custom baud rate 269 * setting the default baud rate*/ 280 /* Set the actual default baud rate */ 291 /* Function to set the UART custom baud rate. 293 * The UART baud rate has already been 295 * The baud rate is then changed to custom baud rate by this function* [all...] |
/external/speex/include/speex/ |
speex.h | 96 /** Set bit-rate used by the encoder (or lower) */ 98 /** Get current bit-rate used by the encoder or decoder */ 107 /** Set sampling rate used in bit-rate computation */ 109 /** Get sampling rate used in bit-rate computation */ 124 /** Set Average Bit-Rate (ABR) to n bits per seconds */ 126 /** Get Average Bit-Rate (ABR) setting (in bps) */ 143 /** Sets tuning for packet-loss concealment (expected loss rate) */ 148 /** Sets the max bit-rate allowed in VBR mode * [all...] |
/external/iproute2/doc/actions/ |
actions-general | 15 127.0.0.1/32 flowid 1:1 police mtu 4000 rate 1500kbit burst 90k 20 we execute a policing action which rate limits its bandwidth utilization 56 police mtu 4000 rate 1500kbit burst 90k 62 action police mtu 4000 rate 1500kbit burst 90k 113 - It is then metered to make sure it does not exceed its allocated rate of 114 1Kbps. If it doesnt exceed rate, this is where we terminate action execution. 116 - If it does exceed its rate, its "color" changes to a mark of 2 and it is 148 # doesnt exceed that rate, this is where we stop, if it exceeds we 150 action police rate 1kbit burst 9k pipe \ 158 action police index 30 mtu 5000 rate 1kbit burst 10k pipe [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 375 * Set video frame capture rate. This can be used to set a different video frame capture 376 * rate than the recorded video's playback rate. This method also sets the recording mode 381 * @param fps Rate at which frames should be captured in frames per second. 387 * given rate due to camera/encoder limitations. However it tries to be as close as 488 * Sets the frame rate of the video to be captured. Must be called 492 * @param rate the number of frames per second of video to capture 496 * NOTE: On some devices that have auto-frame rate, this sets the 497 * maximum frame rate, not a constant frame rate. Actual frame rat [all...] |
/bionic/libc/kernel/common/media/ |
tegra_camera.h | 34 unsigned long rate; member in struct:tegra_camera_clk_info
|
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
CodecInfo.java | 27 * Utility class for getting codec information like bit rate, fps, and etc. 31 /** bit rate in bps */ 33 /** Frame rate */ 164 Log.i(TAG, "AVC Level " + Integer.toHexString(highestLevel) + " bit rate " + bitRate +
|
/development/ndk/platforms/android-9/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.
|
/development/samples/BluetoothHDP/ |
_index.jd | 7 Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and
|
/device/asus/flo/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate. 54 // Example value: "frame-rate-auto, frame-rate-fixed".
|
/device/lge/mako/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate. 54 // Example value: "frame-rate-auto, frame-rate-fixed".
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.h | 104 // The positive upload rate is the percentage of uploads to send to the server 106 // The negative upload rate is the percentage of uploads to send when nothing in 108 // The negative upload rate is typically much lower than the positive upload 109 // rate.
|
/external/chromium/chrome/browser/chromeos/cros/ |
speech_synthesis_library.cc | 18 const char SpeechSynthesisLibrary::kSpeechPropertyRate[] = "rate";
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
options.html | 16 <p>Refresh rate (seconds): <input id="refresh_rate" value="300"></p>
|
/external/chromium_org/cc/scheduler/ |
time_source.h | 23 // a specified rate.
|