Home
last modified time | relevance | path

Searched refs:FORMAT_PCM (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
Darec.c38 #define FORMAT_PCM 1 macro
447 hdr.audio_format = FORMAT_PCM; in rec_wav()
471 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown"); in rec_wav()
Daplay.c42 #define FORMAT_PCM 1 macro
533 if ((hdr.audio_format != FORMAT_PCM) || in play_wav()
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
Domx_qcelp13_enc_test.c149 #define FORMAT_PCM 1 macro
1085 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
Domx_amr_enc_test.c147 #define FORMAT_PCM 1 macro
1039 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
Domx_evrc_enc_test.c149 #define FORMAT_PCM 1 macro
1082 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
Domx_aac_enc_test.c180 #define FORMAT_PCM 1 macro
1278 if (hdr.audio_format != FORMAT_PCM) in parse_pcm_header()