Home | History | Annotate | Download | only in darwin-x86

Lines Matching defs:streamFormat

119 AudioStreamBasicDescription streamFormat;
491 streamFormat.mSampleRate = sampleRate;
493 streamFormat.mSampleRate = pConfig->sampleRate;
495 streamFormat.mFormatID = kAudioFormatLinearPCM;
496 streamFormat.mFormatFlags = kLinearPCMFormatFlagIsSignedInteger
501 streamFormat.mBytesPerPacket = 2;
502 streamFormat.mFramesPerPacket = 1;
503 streamFormat.mBytesPerFrame = 2;
504 streamFormat.mChannelsPerFrame = 2;
505 streamFormat.mBitsPerChannel = 16;
511 &streamFormat,
531 pBuf->uOutBufferLength = pConfig->mixBufferSize * streamFormat.mBitsPerChannel / 2;