Home
last modified time | relevance | path

Searched refs:getput_idx (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_mulaw.c51 unsigned int getput_idx; member
337 mulaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_mulaw_hw_params()
340 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, mulaw->sformat); in snd_pcm_mulaw_hw_params()
345 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_mulaw_hw_params()
348 mulaw->getput_idx = snd_pcm_linear_get_index(mulaw->sformat, SND_PCM_FORMAT_S16); in snd_pcm_mulaw_hw_params()
370 mulaw->getput_idx); in snd_pcm_mulaw_write_areas()
390 mulaw->getput_idx); in snd_pcm_mulaw_read_areas()
H A Dpcm_adpcm.c82 unsigned int getput_idx; member
426 adpcm->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_adpcm_hw_params()
429 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, adpcm->sformat); in snd_pcm_adpcm_hw_params()
434 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_adpcm_hw_params()
437 adpcm->getput_idx = snd_pcm_linear_get_index(adpcm->sformat, SND_PCM_FORMAT_S16); in snd_pcm_adpcm_hw_params()
482 adpcm->getput_idx, adpcm->states); in snd_pcm_adpcm_write_areas()
502 adpcm->getput_idx, adpcm->states); in snd_pcm_adpcm_read_areas()
H A Dpcm_alaw.c52 unsigned int getput_idx; member
323 alaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16); in snd_pcm_alaw_hw_params()
326 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, alaw->sformat); in snd_pcm_alaw_hw_params()
331 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_alaw_hw_params()
334 alaw->getput_idx = snd_pcm_linear_get_index(alaw->sformat, SND_PCM_FORMAT_S16); in snd_pcm_alaw_hw_params()
356 alaw->getput_idx); in snd_pcm_alaw_write_areas()
376 alaw->getput_idx); in snd_pcm_alaw_read_areas()
H A Dpcm_iec958.c56 unsigned int getput_idx; member
155 void *put = put32_labels[iec->getput_idx]; in snd_pcm_iec958_decode()
192 void *get = get32_labels[iec->getput_idx]; in snd_pcm_iec958_encode()
347 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params()
351 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, iec->sformat); in snd_pcm_iec958_hw_params()
358 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); in snd_pcm_iec958_hw_params()
362 iec->getput_idx = snd_pcm_linear_get_index(iec->sformat, SND_PCM_FORMAT_S32); in snd_pcm_iec958_hw_params()

Completed in 5 milliseconds