Searched refs:AUDIO_ENCODING_LINEAR (Results 1 – 10 of 10) sorted by relevance
270 Encoding = AUDIO_ENCODING_LINEAR; in main()283 Encoding = AUDIO_ENCODING_LINEAR; in main()436 case AUDIO_ENCODING_LINEAR: in main()544 Dev_hdr.encoding == AUDIO_ENCODING_LINEAR && in main()549 Dev_hdr.encoding = AUDIO_ENCODING_LINEAR; in main()
832 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()838 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()843 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()848 hdrp->encoding = AUDIO_ENCODING_LINEAR; in audio_decode_filehdr()907 if (hdrp->encoding != AUDIO_ENCODING_LINEAR) { in audio_encode_aiff()1022 case AUDIO_ENCODING_LINEAR: in audio_encode_au()1161 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()
619 if (in_header->encoding == AUDIO_ENCODING_LINEAR) { in g721_encode()642 case AUDIO_ENCODING_LINEAR: in g721_encode()786 case AUDIO_ENCODING_LINEAR: in g721_decode()
246 case AUDIO_ENCODING_LINEAR: in audio_enc_to_str()
114 case AUDIO_ENCODING_LINEAR: in audio__setplayhdr()
106 #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
1230 case AUDIO_ENCODING_LINEAR: s = "LINEAR"; break; in show_audio_prinfo()