Home
last modified time | relevance | path

Searched refs:sample_bits (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/
Dsndhdr.py111 sample_bits = 'U'
113 sample_bits = 8
115 sample_bits = 16
118 sample_bits = '?'
124 return filetype, rate, nchannels, nframe, sample_bits
/third_party/alsa-lib/src/pcm/
Dpcm_mmap.c237 info->first = info->channel * pcm->sample_bits; in snd_pcm_channel_info_shm()
243 info->step = pcm->sample_bits; in snd_pcm_channel_info_shm()
313 size = i->first + i->step * (pcm->buffer_size - 1) + pcm->sample_bits; in snd_pcm_mmap()
334 s = i1->first + i1->step * (pcm->buffer_size - 1) + pcm->sample_bits; in snd_pcm_mmap()
459 size_t size = i->first + i->step * (pcm->buffer_size - 1) + pcm->sample_bits; in snd_pcm_munmap()
468 s = i1->first + i1->step * (pcm->buffer_size - 1) + pcm->sample_bits; in snd_pcm_munmap()
Dpcm_direct.h120 unsigned int sample_bits; member
Dpcm_direct.c1131 COPY_SLAVE(sample_bits);
1530 COPY_SLAVE(sample_bits);
Dpcm_file.c788 a->first = slave->sample_bits * channel; in snd_pcm_file_hw_params()
Dpcm_params.c2413 pcm->sample_bits = snd_pcm_format_physical_width(pcm->format); in _snd_pcm_hw_params_internal()
2414 pcm->frame_bits = pcm->sample_bits * pcm->channels; in _snd_pcm_hw_params_internal()
Dpcm_meter.c471 a->step = slave->sample_bits; in snd_pcm_meter_hw_params()
Dpcm.c2429 return bytes * 8 / pcm->sample_bits; in snd_pcm_bytes_to_samples()
2445 return samples * pcm->sample_bits / 8; in snd_pcm_samples_to_bytes()
7387 areas->first = channel * pcm->sample_bits; in snd_pcm_areas_from_buf()
7404 areas->step = pcm->sample_bits; in snd_pcm_areas_from_bufs()
Dpcm_local.h229 unsigned int sample_bits; member
/third_party/alsa-utils/bat/
Dalsa.c39 size_t sample_bits; member
288 sndpcm->sample_bits = err; in set_snd_pcm_params()
290 sndpcm->frame_bits = sndpcm->sample_bits * bat->channels; in set_snd_pcm_params()
/third_party/alsa-utils/speaker-test/
Dspeaker-test.c660 uint16_t sample_bits; member
724 if (header.body.sample_bits != LE_SHORT(16)) { in check_wav_file()
726 LE_SHORT(header.body.sample_bits), wav_file[channel]); in check_wav_file()