Home
last modified time | relevance | path

Searched refs:audio_format (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
Darec.c77 uint16_t audio_format; member
447 hdr.audio_format = FORMAT_PCM; in rec_wav()
471 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown"); in rec_wav()
Daplay.c73 uint16_t audio_format; member
533 if ((hdr.audio_format != FORMAT_PCM) || in play_wav()
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
Domx_qcelp13_enc_test.c157 uint16_t audio_format; member
1085 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
1088 hdr.audio_format, hdr.fmt_sz); in parse_pcm_header()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
Domx_evrc_enc_test.c157 uint16_t audio_format; member
1082 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
1085 hdr.audio_format, hdr.fmt_sz); in parse_pcm_header()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
Domx_amr_enc_test.c155 uint16_t audio_format; member
1039 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
1042 hdr.audio_format, hdr.fmt_sz); in parse_pcm_header()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c412 const audio_format_t audio_format = out_get_format(&(out->stream.common)); in out_write() local
413 const unsigned sample_size_in_bytes = audio_bytes_per_sample(audio_format); in out_write()
833 audio_format_t audio_format = in_get_format(&(in->stream.common)); in in_read() local
834 unsigned sample_size_in_bytes = audio_bytes_per_sample(audio_format); in in_read()
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
Domx_aac_enc_test.c188 uint16_t audio_format; member
1278 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
1281 hdr.audio_format, hdr.fmt_sz); in parse_pcm_header()
/hardware/bsp/intel/peripheral/audio/generic/
Daudio_hal.c519 const audio_format_t audio_format = out_get_format(&(out->stream.common)); in out_write() local
520 const unsigned sample_size_in_bytes = audio_bytes_per_sample(audio_format); in out_write()
936 audio_format_t audio_format = in_get_format(&(in->stream.common)); in in_read() local
937 unsigned sample_size_in_bytes = audio_bytes_per_sample(audio_format); in in_read()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioSystemLegacy.h124 enum audio_format { enum