/frameworks/av/include/media/stagefright/ |
Utils.h | 86 void writeToAMessage(sp<AMessage> msg, const AudioPlaybackRate &rate); 87 void readFromAMessage(const sp<AMessage> &msg, AudioPlaybackRate *rate /* nonnull */);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_SetTimeConstant.c | 28 /* given time constant, sample rate and num channels */ 43 /* Sample Rate and NumChannels */
|
LVC_Mixer_VarSlope_SetTimeConstant.c | 29 /* given time constant, sample rate and num channels */ 44 /* Sample Rate and NumChannels */
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.h | 52 virtual status_t setPlaybackSettings(const AudioPlaybackRate &rate); 53 virtual status_t getPlaybackSettings(AudioPlaybackRate *rate);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAudioConfig.java | 87 * Returns the sample rate in samples per second 88 * @return sample rate
|
/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);
|
/hardware/broadcom/libbt/include/ |
userial_vendor.h | 99 uint8_t baud; /* Baud rate */ 156 ** Description Set new baud rate
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
grovewfs.cxx | 62 // output milliseconds passed, flow count, and computed flow rate 64 cout << " Flow Rate: " << fr << " LPM" << endl;
|
sm130.cxx | 42 // set the baud rate. 19200 baud is the default. 45 cerr << "Failed to set baud rate" << endl;
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
grovewfs.js | 48 // output milliseconds passed, flow count, and computed flow rate 50 " Flow Rate: " + fr + " LPM";
|
sm130.js | 34 // Set the baud rate, 19200 baud is the default. 37 console.log("Failed to set baud rate");
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
grovewfs.py | 60 # output milliseconds passed, flow count, and computed flow rate 61 outputStr = "Millis: {0} Flow Count: {1} Flow Rate: {2} LPM".format(
|
sm130.py | 44 # Set the baud rate, 19200 baud is the default. 46 print "Failed to set baud rate"
|
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/ |
hmtrp.cxx | 295 bool HMTRP::setRFDataRate(uint32_t rate) 299 if (rate < 1200 || rate > 115200) 302 ": Valid rate values are between 1200-115200"); 312 pkt[3] = ( ((rate & 0xff000000) >> 24) & 0xff ); 313 pkt[4] = ( ((rate & 0x00ff0000) >> 16) & 0xff ); 314 pkt[5] = ( ((rate & 0x0000ff00) >> 8) & 0xff ); 315 pkt[6] = ( (rate & 0x000000ff) & 0xff );
|
/hardware/intel/common/libmix/mix_audio/src/ |
mixacpaac.h | 66 * @MIX_AAC_BR_NULL: Undefined bit rate type. 67 * @MIX_AAC_BR_CONSTANT: Constant bit rate. 68 * @MIX_AAC_BR_VARIABLE: Variable bit rate. 339 * Plain AAC decoder operating sample rate. Which could be different from the output sampling rate with HE AAC v1 and v2. 399 * Retrieve the bit rate type currently configured. 406 * @bit_rate_type: Bit rate type to set. 409 * Set the bit rate type used.
|
/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/Camera2/src/com/android/camera/one/v2/stats/ |
PreviewFpsListener.java | 59 // the current frame rate or if the frame rate drops below some value.
|
/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 | 27 <string name="preview_frame_rate_prompt">Preview Frame Rate</string> 42 <string name="video_frame_rate_prompt">Video Frame Rate</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fd.h | 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct 34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ 39 spec1, /* stepping rate, head unload time */ 132 unsigned long max_dtr; /* Step rate, usec */ 136 unsigned long srt; /* Step rate, usec */ 357 unsigned char rate; member in struct:floppy_raw_cmd
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fd.h | 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct 34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) 35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ 39 spec1, /* stepping rate, head unload time */ 132 unsigned long max_dtr; /* Step rate, usec */ 136 unsigned long srt; /* Step rate, usec */ 357 unsigned char rate; member in struct:floppy_raw_cmd
|
pkt_sched.h | 38 __u32 bps; /* Current flow byte rate */ 39 __u32 pps; /* Current flow packet rate */ 82 __u32 rate; member in struct:tc_ratespec 133 struct tc_ratespec rate; member in struct:tc_tbf_qopt 285 struct tc_ratespec rate; member in struct:tc_htb_opt 316 __u32 giants; /* too big packets (rate will not be accurate) */ 573 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 59 double rate; local 140 printf("-rlim rateLim... rate limit in bits/sec, default is the maximum\n"); 143 printf("-ave file....... record average rate of 3 sec intervales and\n"); 157 fprintf(stderr, "\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); 180 printf("cannot open file to write rate %s", averageFileName); 289 printf("cannot set the maximum rate %d.\n", rateLimit); 437 rate = ((double)totalbits * (sampFreqKHz)) / (double)totalsmpls; 441 printf("Sampling Rate............... %d kHz\n", sampFreqKHz); 443 printf("Rate Limit.................. %d bits/sec \n", rateLimit); 454 sampFreqKHz, framecnt, bottleneck, rateLB, rateUB, rate); [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConnectivityManagerTest.java | 324 * Multiple back to back connection attempts within the rate interval should be rate limited. 339 // First attempt the max rate number of connections within the rate interval. 349 // Now trigger another connection attempt before the rate interval, this should be 350 // skipped because we've crossed rate limit. 356 // Verify that we attempt to connect upto the rate. 362 * Multiple back to back connection attempts outside the rate interval should not be rate 378 // First attempt the max rate number of connections within the rate interval [all...] |
/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...] |