Home
last modified time | relevance | path

Searched refs:_outDesiredFormat (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc148 memset(&_outDesiredFormat, 0, sizeof(AudioStreamBasicDescription)); in AudioDeviceMac()
1987 _outDesiredFormat.mSampleRate = N_PLAY_SAMPLES_PER_SEC; in SetDesiredPlayoutFormat()
1988 _outDesiredFormat.mChannelsPerFrame = _playChannels; in SetDesiredPlayoutFormat()
1998 _outDesiredFormat.mChannelsPerFrame; in SetDesiredPlayoutFormat()
2000 _outDesiredFormat.mBytesPerPacket = in SetDesiredPlayoutFormat()
2001 _outDesiredFormat.mChannelsPerFrame * sizeof(SInt16); in SetDesiredPlayoutFormat()
2003 _outDesiredFormat.mFramesPerPacket = 1; in SetDesiredPlayoutFormat()
2004 _outDesiredFormat.mBytesPerFrame = in SetDesiredPlayoutFormat()
2005 _outDesiredFormat.mChannelsPerFrame * sizeof(SInt16); in SetDesiredPlayoutFormat()
2006 _outDesiredFormat.mBitsPerChannel = sizeof(SInt16) * 8; in SetDesiredPlayoutFormat()
[all …]
Daudio_device_mac.h345 AudioStreamBasicDescription _outDesiredFormat; variable