/third_party/alsa-utils/axfer/ |
D | xfer.c | 150 snd_pcm_format_name(xfer->sample_format), in xfer_context_pre_process() 151 snd_pcm_format_name(*format)); in xfer_context_pre_process() 211 snd_pcm_format_name(*format)); in xfer_context_pre_process()
|
D | container.c | 340 snd_pcm_format_name(*format)); in container_context_pre_process()
|
D | xfer-libasound.c | 413 snd_pcm_format_name(format), snd_strerror(err)); in configure_hw_params()
|
/third_party/alsa-lib/test/ |
D | chmap.c | 63 snd_pcm_format_name(format)); in setup_pcm()
|
D | pcm.c | 752 const char *s = snd_pcm_format_name(k); in help() 839 const char *format_name = snd_pcm_format_name(format); in main() 878 …printf("Stream parameters are %uHz, %s, %u channels\n", rate, snd_pcm_format_name(format), channel… in main()
|
D | latency.c | 460 const char *s = snd_pcm_format_name(k); in help() 588 …printf("Parameters are %iHz, %s, %i channels, %s mode\n", rate, snd_pcm_format_name(format), chann… in main()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_plug.c | 839 SNDERR("Format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_schange() 844 SNDERR("Slave format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_schange() 928 SNDERR("Format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_cchange() 933 SNDERR("Slave format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_cchange()
|
D | pcm_alaw.c | 385 snd_pcm_format_name(alaw->sformat)); in snd_pcm_alaw_dump()
|
D | pcm_mulaw.c | 400 snd_pcm_format_name(mulaw->sformat)); in snd_pcm_mulaw_dump()
|
D | pcm_lfloat.c | 344 snd_pcm_format_name(lfloat->sformat)); in snd_pcm_lfloat_dump()
|
D | pcm_linear.c | 388 snd_pcm_format_name(linear->sformat)); in snd_pcm_linear_dump()
|
D | pcm_adpcm.c | 512 snd_pcm_format_name(adpcm->sformat)); in snd_pcm_adpcm_dump()
|
D | pcm_iec958.c | 494 snd_pcm_format_name(iec->sformat)); in snd_pcm_iec958_dump()
|
D | pcm_file.c | 202 snd_pcm_format_name(pcm->format)); in snd_pcm_file_replace_fname()
|
D | pcm_params.c | 46 fprintf(stderr, "%s", snd_pcm_format_name(val)); in dump_hw_params() 1234 s = snd_pcm_format_name(k); in snd_pcm_hw_param_dump()
|
D | pcm_route.c | 691 snd_pcm_format_name(route->sformat)); in snd_pcm_route_dump()
|
D | pcm_rate.c | 1253 snd_pcm_format_name(rate->sformat)); in snd_pcm_rate_dump()
|
D | pcm.c | 2119 const char *snd_pcm_format_name(const snd_pcm_format_t format) in snd_pcm_format_name() function 2290 snd_output_printf(out, " format : %s\n", snd_pcm_format_name(pcm->format)); in snd_pcm_dump_hw_setup()
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 963 const char *s = snd_pcm_format_name(*fmt); in help() 1046 fprintf(stderr, "Format %s is not supported...\n", snd_pcm_format_name(format)); in main() 1157 …printf(_("Stream parameters are %iHz, %s, %i channels\n"), rate, snd_pcm_format_name(format), chan… in main()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 252 const char *s = snd_pcm_format_name(k); in usage() 1089 snd_pcm_format_name(native_format)); in test_wavefile() 1102 snd_pcm_format_name(native_format)); in test_wavefile() 1113 snd_pcm_format_name(native_format)); in test_wavefile() 1236 fprintf(stderr, "- %s\n", snd_pcm_format_name(format)); in show_available_sample_formats() 2679 error(_("Wave doesn't support %s format..."), snd_pcm_format_name(hwparams.format)); in begin_wave() 2739 error(_("Sparc Audio doesn't support %s format..."), snd_pcm_format_name(hwparams.format)); in begin_au()
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 1611 …\n", snd_pcm_format_name(SND_PCM_FORMAT_S16), snd_pcm_format_name(SND_PCM_FORMAT_S32), snd_pcm_for… in pcmjob_start() 2069 …rate = %u, channels = %u\n", snd_pcm_access_name(lhandle->access), snd_pcm_format_name(lhandle->fo… in show_handle()
|
D | alsaloop.c | 208 const char *s = snd_pcm_format_name(k); in help()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasink.c | 436 snd_pcm_format_name (alsa->format), alsa->iec958); in set_hwparams()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 1079 const char *snd_pcm_format_name(const snd_pcm_format_t format);
|
/third_party/alsa-lib/src/topology/ |
D | pcm.c | 554 s = snd_pcm_format_name(i); in tplg_save_stream_caps()
|