Searched refs:AUDIO_ENCODING_LINEAR (Results 1 – 10 of 10) sorted by relevance
267 Encoding = AUDIO_ENCODING_LINEAR; in main()280 Encoding = AUDIO_ENCODING_LINEAR; in main()433 case AUDIO_ENCODING_LINEAR: in main()541 Dev_hdr.encoding == AUDIO_ENCODING_LINEAR && in main()546 Dev_hdr.encoding = AUDIO_ENCODING_LINEAR; in main()
834 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()840 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()845 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()850 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()910 if (hdrp->encoding != AUDIO_ENCODING_LINEAR) { in audio_encode_aiff()1025 case AUDIO_ENCODING_LINEAR: in audio_encode_au()1164 case AUDIO_ENCODING_LINEAR: in audio_encode_wav()
683 if (in_header->encoding == AUDIO_ENCODING_LINEAR) { in g723_encode()701 case AUDIO_ENCODING_LINEAR: in g723_encode()834 case AUDIO_ENCODING_LINEAR: in g723_decode()855 if (out_header->encoding == AUDIO_ENCODING_LINEAR) in g723_decode()
621 if (in_header->encoding == AUDIO_ENCODING_LINEAR) { in g721_encode()644 case AUDIO_ENCODING_LINEAR: in g721_encode()788 case AUDIO_ENCODING_LINEAR: in g721_decode()
248 case AUDIO_ENCODING_LINEAR: in audio_enc_to_str()
116 case AUDIO_ENCODING_LINEAR: in audio__setplayhdr()
108 #define AUDIO_ENCODING_LINEAR (3) /* PCM 2's-complement (0-center) */ macro
156 case AUDIO_ENCODING_LINEAR: in devaudio_compose_format()161 if (prinfo->encoding == AUDIO_ENCODING_LINEAR) in devaudio_compose_format()165 if (prinfo->encoding == AUDIO_ENCODING_LINEAR) in devaudio_compose_format()204 e = AUDIO_ENCODING_LINEAR; in devaudio_decompose_format()212 e = AUDIO_ENCODING_LINEAR; in devaudio_decompose_format()219 e = AUDIO_ENCODING_LINEAR; in devaudio_decompose_format()225 e = AUDIO_ENCODING_LINEAR; in devaudio_decompose_format()
122 #define AUDIO_ENCODING_LINEAR (3) /* Signed Linear PCM encoding */ macro
1244 case AUDIO_ENCODING_LINEAR: s = "LINEAR"; break; in show_audio_prinfo()