Searched refs:AUDIO_ENCODING_LINEAR (Results 1 – 8 of 8) sorted by relevance
96 case AUDIO_ENCODING_LINEAR: in g721_encoder()162 case AUDIO_ENCODING_LINEAR: in g721_decoder()
83 case AUDIO_ENCODING_LINEAR: in g723_24_encoder()146 case AUDIO_ENCODING_LINEAR: in g723_24_decoder()
102 case AUDIO_ENCODING_LINEAR: in g723_40_encoder()166 case AUDIO_ENCODING_LINEAR: in g723_40_decoder()
54 #define AUDIO_ENCODING_LINEAR (3) /* PCM 2's-complement (0-center) */ macro
169 encoding = AUDIO_ENCODING_LINEAR; in sunstartread()315 encoding = AUDIO_ENCODING_LINEAR; in sunstartwrite()
121 (*p->dec_routine)(code, AUDIO_ENCODING_LINEAR, &p->state),); in dec_read()
123 #define AUDIO_ENCODING_LINEAR (3) /* Signed Linear PCM encoding */ macro
112 audioInfo.play.encoding = AUDIO_ENCODING_LINEAR; in xf86OSRingBell()