Home
last modified time | relevance | path

Searched refs:bits_per_sample (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/uvoice/media/
A Duvoice_wave.c45 header->bits_per_sample = bits; in wave_header_init()
46 header->byte_rate = (header->bits_per_sample / 8) * channels * rate; in wave_header_init()
47 header->block_align = channels * (header->bits_per_sample / 8); in wave_header_init()
130 M_LOGD("bits_per_sample %u\n", chunk_fmt.bits_per_sample); in wave_info_parse()
148 pcm_info.bits = chunk_fmt.bits_per_sample; in wave_info_parse()
153 wave->bits = chunk_fmt.bits_per_sample; in wave_info_parse()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_wave.h39 uint16_t bits_per_sample; member
53 uint16_t bits_per_sample; member
/AliOS-Things-master/components/SDL2/src/audio/paudio/
A DSDL_paudio.c328 paud_init.bits_per_sample = 8; in PAUDIO_OpenDevice()
334 paud_init.bits_per_sample = 8; in PAUDIO_OpenDevice()
340 paud_init.bits_per_sample = 16; in PAUDIO_OpenDevice()
346 paud_init.bits_per_sample = 16; in PAUDIO_OpenDevice()
352 paud_init.bits_per_sample = 16; in PAUDIO_OpenDevice()
358 paud_init.bits_per_sample = 16; in PAUDIO_OpenDevice()
/AliOS-Things-master/components/a2sa/example/
A Dsound_example_wav.c45 uint16_t bits_per_sample; member
180 …ample(file, chunk_fmt.num_channels, chunk_fmt.sample_rate, chunk_fmt.bits_per_sample, period_size,… in sound_wav_thread()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A DREADME38 o Currently only images with bits_per_sample of a multiple of eight

Completed in 11 milliseconds