Searched refs:SDL_AUDIO_BITSIZE (Results 1 – 15 of 15) sorted by relevance
250 this->spec.freq, SDL_AUDIO_BITSIZE(this->spec.format), in openslES_CreatePCMRecorder()263 format_pcm.bitsPerSample = SDL_AUDIO_BITSIZE(this->spec.format); in openslES_CreatePCMRecorder()264 format_pcm.containerSize = SDL_AUDIO_BITSIZE(this->spec.format); in openslES_CreatePCMRecorder()444 this->spec.freq, SDL_AUDIO_BITSIZE(this->spec.format), in openslES_CreatePCMPlayer()453 format_pcm.bitsPerSample = SDL_AUDIO_BITSIZE(this->spec.format); in openslES_CreatePCMPlayer()454 format_pcm.containerSize = SDL_AUDIO_BITSIZE(this->spec.format); in openslES_CreatePCMPlayer()
87 bitsize = SDL_AUDIO_BITSIZE(spec.format); in main()
326 switch (SDL_AUDIO_BITSIZE(this->spec.format)) { in swizzle_alsa_channels()351 const int frame_size = ((SDL_AUDIO_BITSIZE(this->spec.format)) / 8) * in ALSA_PlayDevice()400 const int frame_size = ((SDL_AUDIO_BITSIZE(this->spec.format)) / 8) * in ALSA_CaptureFromDevice()
569 switch (SDL_AUDIO_BITSIZE(format)) { in SDL_Convert_Byteswap()627 const Uint16 src_bitsize = SDL_AUDIO_BITSIZE(src_fmt); in SDL_BuildAudioTypeCVTToFloat()667 const Uint16 dst_bitsize = SDL_AUDIO_BITSIZE(dst_fmt); in SDL_BuildAudioTypeCVTFromFloat()1292 retval->src_sample_frame_size = (SDL_AUDIO_BITSIZE(src_format) / 8) * src_channels; in SDL_NewAudioStream()1296 retval->dst_sample_frame_size = (SDL_AUDIO_BITSIZE(dst_format) / 8) * dst_channels; in SDL_NewAudioStream()
1692 spec->size = SDL_AUDIO_BITSIZE(spec->format) / 8; in SDL_CalculateAudioSpec()
202 const int frame_size = ((SDL_AUDIO_BITSIZE(this->spec.format)) / 8) * this->spec.channels; in ALSA_PlayDevice()
75 #define SDL_AUDIO_BITSIZE(x) (x & SDL_AUDIO_MASK_BITSIZE) macro
183 remain = (size_t) (info.record.samples * (SDL_AUDIO_BITSIZE(this->spec.format) / 8)); in NETBSDAUDIO_FlushCapture()
281 par.bits = SDL_AUDIO_BITSIZE(test_format); in SNDIO_OpenDevice()
227 switch (SDL_AUDIO_BITSIZE(this->spec.format)) { in SUNAUDIO_OpenDevice()
35 const int framelen = (SDL_AUDIO_BITSIZE(this->spec.format) / 8) * this->spec.channels; in FeedAudioDevice()
265 pfmt->wBitsPerSample = SDL_AUDIO_BITSIZE(this->spec.format); in PrepWaveFormat()
537 wfmt.wBitsPerSample = SDL_AUDIO_BITSIZE(this->spec.format); in DSOUND_OpenDevice()
619 this->hidden->framesize = (SDL_AUDIO_BITSIZE(this->spec.format) / 8) * this->spec.channels; in WASAPI_PrepDevice()
995 …const CFTimeInterval secs = (((this->spec.size / (SDL_AUDIO_BITSIZE(this->spec.format) / 8)) / thi…1084 strdesc->mBitsPerChannel = SDL_AUDIO_BITSIZE(this->spec.format);
Completed in 22 milliseconds