Searched refs:rate (Results 76 - 100 of 129) sorted by relevance

123456

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp335 IOAudioSampleRate *rate = NULL; local
340 rate = sampleRate;
342 rate = &staticSampleRate;
345 if (rate) {
352 bzero(rate, sizeof(IOAudioSampleRate));
356 rate->whole = num->unsigned32BitValue();
361 rate->fraction = num->unsigned32BitValue();
366 return rate;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm698 [m_qtMovie.get() setRate:m_player->rate()];
765 float oldRate = [m_qtMovie.get() rate];
812 return [m_qtMovie.get() rate] == 0;
894 void MediaPlayerPrivateQTKit::setRate(float rate)
896 LOG(Media, "MediaPlayerPrivateQTKit::setRate(%p) - rate %f", this, rate);
898 [m_qtMovie.get() setRate:rate];
1051 // If this movie is reloading and we mean to restore the current time/rate, this might be the right time to do it.
1059 [m_qtMovie.get() setRate:m_player->rate()];
1119 if (m_isStreaming && m_readyState >= MediaPlayer::HaveMetadata && m_networkState >= MediaPlayer::Loading && [m_qtMovie.get() rate]
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/Common/
H A Dpfkey.c294 * set the rate for SOFT lifetime against HARD one.
295 * If rate is more than 100 or equal to zero, then set to 100.
303 pfkey_set_softrate(u_int type, u_int rate) argument
307 if (rate > 100 || rate == 0)
308 rate = 100;
312 soft_lifetime_allocations_rate = rate;
315 soft_lifetime_bytes_rate = rate;
318 soft_lifetime_addtime_rate = rate;
321 soft_lifetime_usetime_rate = rate;
[all...]
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dftp.pl565 local( $rate ) = int( $bytes / $secs );
566 print STDERR "Got $bytes bytes ($rate bytes/sec)\n";
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayer.cpp688 double MediaPlayer::rate() const function in class:WebCore::MediaPlayer
693 void MediaPlayer::setRate(double rate) argument
695 m_rate = rate;
696 m_private->setRateDouble(rate);
H A DMediaPlayer.h174 // the playback rate has changed
377 double rate() const;
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMoviePlayer.h111 Fixed rate; /* The play rate. */ member in struct:MoviePlayer
112 double preferredRate; /* The preferred play rate. */
H A DBroadcast.c556 Fixed rate; local
560 rate = kQTSNormalForwardRate;
570 rate = kQTSNormalForwardRate;
572 rate = kQTSStoppedRate;
590 rate, 0 );
H A DMoviePlayer.c131 "rate",
613 movPtr->rate = (Fixed) 0;
736 Fixed rate; local
1203 * Get the movie rate. Must be playing. Now obsolete! Use "rate" instead.
1219 * Get the movie preferred rate. Need not be playing. Now obsolete!
1832 rate = X2Fix(movPtr->preferredRate);
1833 MCDoAction( movPtr->aController, mcActionPlay, (void *) rate );
1932 * Set or get the movie play rate.
1942 "\n (processing rate comman
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dieee802_11.h156 u_int8_t rate[16]; member in struct:rates_t
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dif.c2030 rate2str(long double rate) argument
2042 for (i = 0; rate >= 1000 && i <= 3; i++)
2043 rate /= 1000;
2045 if ((int)(rate * 100) % 100)
2046 snprintf(buf, RATESTR_MAX, "%.2Lf%cb", rate, unit[i]);
2048 snprintf(buf, RATESTR_MAX, "%lld%cb", (int64_t)rate, unit[i]);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp2645 void HTMLMediaElement::setDefaultPlaybackRate(double rate) argument
2647 if (m_defaultPlaybackRate != rate) {
2648 m_defaultPlaybackRate = rate;
2663 void HTMLMediaElement::setPlaybackRate(double rate) argument
2665 LOG(Media, "HTMLMediaElement::setPlaybackRate(%f)", rate);
2667 if (m_player && potentiallyPlaying() && m_player->rate() != rate && !m_mediaController)
2668 m_player->setRate(rate);
2670 if (m_playbackRate != rate) {
2671 m_playbackRate = rate;
3111 double rate = std::min(ScanMaximumRate, fabs(playbackRate() * 2)); local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOEventStatusAPI.c467 void NXSetKeyRepeatInterval(NXEventHandle handle, double rate) argument
470 secs_to_packed_nsecs( rate, &params );
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DAVFoundationCFSoftLinking.h216 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFPlayerSetRate, void, __cdecl, (AVCFPlayerRef player, Float32 rate), (player, rate))
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h240 virtual float rate() const = 0;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h178 virtual float rate() const;
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dif_classq.h78 * A token-bucket regulator limits the rate that a network driver can
86 u_int64_t tbr_rate_raw; /* (unscaled) token bucket rate */
87 u_int32_t tbr_percent; /* token bucket rate in percentage */
88 int64_t tbr_rate; /* (scaled) token bucket rate */
101 u_int64_t rate; /* rate in bit-per-sec */ member in struct:tb_profile
102 u_int32_t percent; /* rate in percentage */
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c578 Fixed rate; local
632 rate = rate44khz;
634 0, 0, sizeof( rate), &rate, nil);
649 Fixed rate; local
703 rate = 32000 << 16;
705 0, 0, sizeof( rate), &rate, nil);
720 Fixed rate; local
774 rate
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dmisc.c860 bw->rate = kbps;
861 bw->thresh = bw->rate;
889 waitlen = (double)1000000L * bw->lamt / bw->rate;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c1157 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate+.5;
1227 return((double)(vf->pcmlengths[i*2+1])/vf->vi[i].rate);
1635 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate;
1662 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate;
1701 return((double)time_total+(double)(vf->pcm_offset-pcm_total)/vf->vi[link].rate);
1759 have to have the same number of channels or sampling rate.
1763 application can take action on channel/sample rate changes. This
2195 Snack_SetSampleRate(s, vi->rate);
/macosx-10.10/uucp-11/uucp/contrib/
H A Duurate.c1181 double rate = 0, time = 0; local
1206 rate = (cur->call[IN].flow[sent].bytes +
1223 t1, t2, rate);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c1395 UInt64 rate; local
1429 // line rate
1430 rate = pixelClock / hTotal;
1431 if( (rate > range->maxLineRate)
1432 || (rate < range->minLineRate))
1435 // frame rate
1436 rate = pixelClock;
1438 rate *= 2;
1439 rate /= (hTotal * vTotal);
1440 if( (rate > rang
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dbuffer.c310 char rate[LONGEST_HUMAN_READABLE + 1];
320 ? human_readable (numbytes / duration, rate, human_opts, 1, 1)
302 char rate[LONGEST_HUMAN_READABLE + 1]; local
/macosx-10.10/vim-55/runtime/syntax/
H A Dwget.vim104 syn match wgetCommand "^\s*limit[-_]\=rate" contained
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c1201 u_int64_t rate; local
1205 rate = ifp->if_output_bw.eff_bw;
1209 rate = MIN(rate, ifp->if_snd.ifcq_tbr.tbr_rate_raw);
1212 return (rate);

Completed in 441 milliseconds

123456