Searched refs:currentRate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp1995 const IOAudioSampleRate *currentRate; local
2001 currentRate = getSampleRate();
2003 if ((getNumSampleFramesPerBuffer() == 0) || (currentRate && (currentRate->whole == 0))) {
2006 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole), &interval);
2028 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole / (UInt64)numErasesPerBuffer), &interval);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp591 float currentRate = AVCFPlayerGetRate(avPlayer(m_avfWrapper)); local
594 return currentRate;

Completed in 77 milliseconds