Searched refs:sampleRate (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp302 OSDictionary *IOAudioEngine::createDictionaryFromSampleRate(const IOAudioSampleRate *sampleRate, OSDictionary *rateDict) argument
306 if (sampleRate) {
320 num = OSNumber::withNumber(sampleRate->whole, sizeof(UInt32)*8);
324 num = OSNumber::withNumber(sampleRate->fraction, sizeof(UInt32)*8);
333 IOAudioSampleRate *IOAudioEngine::createSampleRateFromDictionary(const OSDictionary *rateDict, IOAudioSampleRate *sampleRate) argument
339 if (sampleRate) {
340 rate = sampleRate;
396 sampleRate.whole = 0;
397 sampleRate.fraction = 0;
1913 return &sampleRate;
[all...]
H A DIOAudioEngine.h163 /*! @var sampleRate
165 IOAudioSampleRate sampleRate; member in class:IOAudioEngine
434 static OSDictionary *createDictionaryFromSampleRate(const IOAudioSampleRate *sampleRate, OSDictionary *rateDict = 0 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
443 static IOAudioSampleRate *createSampleRateFromDictionary(const OSDictionary *rateDict, IOAudioSampleRate *sampleRate = 0 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
669 virtual IOReturn hardwareSampleRateChanged(const IOAudioSampleRate *sampleRate ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioStream.cpp231 bool IOAudioStream::validateFormat(IOAudioStreamFormat *streamFormat, IOAudioStreamFormatExtension *formatExtension, IOAudioStreamFormatDesc *formatDesc, const IOAudioSampleRate *sampleRate) argument
238 if (streamFormat && availableFormats && (numAvailableFormats > 0) && sampleRate) {
259 if (0 != sampleRate->whole) {
260 if ((CMPSAMPLERATE (availableFormats[formatIndex].minimumSampleRate, sampleRate) > 0) || (CMPSAMPLERATE (availableFormats[formatIndex].maximumSampleRate, sampleRate) < 0)) {
H A DIOAudioStream.h177 virtual bool validateFormat(IOAudioStreamFormat *streamFormat, IOAudioStreamFormatExtension *formatExtension, IOAudioStreamFormatDesc *formatDesc, const IOAudioSampleRate *sampleRate) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10.1/cddafs-253/
H A DAIFFSupport.c110 SwapFloat80 ( &chunk->sampleRate );
211 commonChunkPtr->sampleRate.exp = 0x400E; // Set the sample rate to 44.1 KHz
212 commonChunkPtr->sampleRate.man[0] = 0xAC44; // Set the sample rate to 44.1 KHz
213 commonChunkPtr->sampleRate.man[1] = 0x0000; // Set the sample rate to 44.1 KHz
214 commonChunkPtr->sampleRate.man[2] = 0x0000; // Set the sample rate to 44.1 KHz
215 commonChunkPtr->sampleRate.man[3] = 0x0000; // Set the sample rate to 44.1 KHz
H A DAIFFSupport.h106 Float80 sampleRate; member in struct:ExtCommonChunk

Completed in 270 milliseconds