HomeSort by relevance Sort by last modified time
    Searched refs:rate (Results 76 - 100 of 773) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 71 SLpermille minRate, maxRate, stepSize, rate = 1000; local
75 SLresult res = (*pRateItf)->GetRate(pRateItf, &rate); CheckErr(res);
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
79 rate /= 2;
80 if (rate < minRate) {
81 rate = minRate;
83 fprintf(stdout, "new rate = %d\n", rate);
84 res = (*pRateItf)->SetRate(pRateItf, rate); CheckErr(res)
293 SLpermille rate = 1234; local
    [all...]
  /frameworks/av/media/libstagefright/
MediaSync.cpp 171 ALOGE("setAudioTrack: native sample rate should be positive.");
244 void MediaSync::updatePlaybackRate_l(float rate) {
245 if (rate > mPlaybackRate) {
248 mPlaybackRate = rate;
250 mMediaClock->setPlaybackRate(rate);
260 // User should check the playback rate if it doesn't want to receive a
286 "is too high, possibly due to super low playback rate(%f)", mPlaybackRate);
360 status_t MediaSync::setVideoFrameRateHint(float rate) {
362 if (rate < 0.f) {
366 mFrameScheduler->init(rate);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieHeaderBox.java 40 private double rate = 1.0; field in class:MovieHeaderBox
76 return rate;
116 rate = IsoTypeReader.readFixedPoint1616(content);
148 result.append("rate=").append(getRate());
176 IsoTypeWriter.writeFixedPont1616(byteBuffer, rate);
215 public void setRate(double rate) {
216 this.rate = rate;
  /external/netperf/
netcpu_kstat.c 41 idle. The rate at which this increments during a test is compared
259 rate[MAXTIMES], local
287 rate[i] = (float)0.0;
329 if (temp_rate > rate[i]) rate[i] = temp_rate;
331 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
334 if (local_maxrate < rate[i]) local_maxrate = rate[i];
netcpu_perfstat.c 43 idle. The rate at which this increments during a test is compared
125 rate[MAXTIMES], local
166 rate[i] = (float)0.0;
250 if (temp_rate > rate[i]) rate[i] = temp_rate;
252 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
255 if (local_maxrate < rate[i]) local_maxrate = rate[i];
netcpu_pstat.c 34 idle. The rate at which this increments during a test is compared
95 cpu rate to the calling routine. */
108 rate[MAXTIMES], local
139 rate[i] = 0.0;
201 if (temp_rate > rate[i]) rate[i] = temp_rate;
203 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
206 if (local_maxrate < rate[i]) local_maxrate = rate[i];
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 61 .rate = 8000,
267 int rate; local
284 rate = atoi(value);
285 if (rate == 8000){
287 pcm_config_hfp.rate = rate;
288 } else if (rate == 16000){
290 pcm_config_hfp.rate = rate;
292 ALOGE("Unsupported rate..")
    [all...]
  /external/libnl/lib/route/sch/
tbf.c 75 tbf->qt_mpu = opts.rate.mpu;
77 rtnl_copy_ratespec(&tbf->qt_rate, &opts.rate);
80 opts.rate.rate);
86 opts.peakrate.rate);
114 nl_dump(p, " rate %.2f%s/s (%.0f%s) limit %.2f%s",
131 nl_dump(p, "mpu %u rate-bucket-size %1.f%s "
132 "rate-cell-size %.1f%s\n",
147 nl_dump_line(p, " peak-rate %.2f%s/s (%.0f%s) "
175 rtnl_rcopy_ratespec(&opts.rate, &tbf->qt_rate)
    [all...]
  /external/libopus/src/
opus_compare.c 183 unsigned rate; local
198 rate=48000;
203 rate=atoi(_argv[2]);
204 if(rate!=8000&&rate!=12000&&rate!=16000&&rate!=24000&&rate!=48000){
206 "Sampling rate must be 8000, 12000, 16000, 24000, or 48000\n");
209 downsample=48000/rate;
    [all...]
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 77 long rate = 44100; local
84 f0 = pow(2., 32.) * freq / (float)rate;
99 rate,
  /bionic/libc/kernel/uapi/linux/
fd.h 34 unsigned char gap, rate, member in struct:floppy_struct
37 #define FD_SIZECODE(floppy) (((((floppy)->rate & FD_SIZECODEMASK) >> 3) + 2) % 8)
39 #define FD_SECTSIZE(floppy) ((floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy))
224 unsigned char rate; member in struct:floppy_raw_cmd
  /bionic/libc/kernel/uapi/rdma/
ib_user_sa.h 60 __u8 rate; member in struct:ib_user_path_rec
  /development/ndk/platforms/android-21/include/linux/
fd.h 40 rate, member in struct:floppy_struct
44 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
45 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
237 unsigned char rate; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-3/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
  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr.h 604 * @param[in] rate ???l (???? rate % ??`)
611 int rate);
618 * @param[out] rate ???l?i?[??
625 int *rate);
649 * @param[in] rate ???l
656 int rate);
663 * @param[out] rate ???l?i?[??
670 int *rate);
  /device/lge/hammerhead/camera/hdr/include/
morpho_easy_hdr.h 604 * @param[in] rate ???l (???? rate % ??`)
611 int rate);
618 * @param[out] rate ???l?i?[??
625 int *rate);
649 * @param[in] rate ???l
656 int rate);
663 * @param[out] rate ???l?i?[??
670 int *rate);
  /external/iproute2/misc/
nstat.c 79 double rate; member in struct:nstat_ent
123 double rate; local
134 nr = sscanf(buf, "%s%llu%lg", idbuf, &val, &rate);
138 rate = 0;
146 n->rate = rate;
194 n->rate = 0;
265 if (!dump_zeros && !val && !n->rate)
279 fprintf(fp, "%-32s%-16llu%6.1f\n", n->id, val, n->rate);
303 if (!dump_zeros && !val && !n->rate)
    [all...]
  /external/iproute2/testsuite/tests/
cls-testbed.t 20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
33 htb rate 100Mbit quantum 1514
  /external/iptables/extensions/
libxt_limit.c 28 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n"
44 int parse_rate(const char *rate, uint32_t *val)
50 delim = strchr(rate, '/');
66 r = atoi(rate);
73 * The rate maps to infinity. (1/day is the minimum they can
76 xtables_error(PARAMETER_PROBLEM, "Rate too fast \"%s\"\n", rate);
92 "Sorry: burst too large for that avg rate.\n");
104 "bad rate \"%s\"'", cb->arg);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java 109 float rate = FastMath.TWO_PI / (float) samples; local
115 angle += rate;
123 angle += rate;
142 angle += rate;
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestOgreComplexAnim.java 54 private float rate = 1; field in class:TestOgreComplexAnim
121 angle += tpf * rate;
124 rate = -1;
127 rate = 1;
  /external/kernel-headers/original/uapi/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 */
358 unsigned char rate; member in struct:floppy_raw_cmd
  /external/kernel-headers/original/uapi/rdma/
ib_user_sa.h 70 __u8 rate; member in struct:ib_user_path_rec
  /external/libvorbis/examples/
chaining_example.c 61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
  /external/tremolo/Tremolo/
ivorbiscodec.h 54 long rate; member in struct:vorbis_info
60 implies a fixed rate bitstream
66 may also be set to give a nominal rate.

Completed in 2954 milliseconds

1 2 34 5 6 7 8 91011>>