Home
last modified time | relevance | path

Searched refs:AUDIO_ENCODING_LINEAR (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg721.c96 case AUDIO_ENCODING_LINEAR: in g721_encoder()
162 case AUDIO_ENCODING_LINEAR: in g721_decoder()
H A Dg723_24.c83 case AUDIO_ENCODING_LINEAR: in g723_24_encoder()
146 case AUDIO_ENCODING_LINEAR: in g723_24_decoder()
H A Dg723_40.c102 case AUDIO_ENCODING_LINEAR: in g723_40_encoder()
166 case AUDIO_ENCODING_LINEAR: in g723_40_decoder()
H A Dg72x.h54 #define AUDIO_ENCODING_LINEAR (3) /* PCM 2's-complement (0-center) */ macro
H A Dsunaudio.c169 encoding = AUDIO_ENCODING_LINEAR; in sunstartread()
315 encoding = AUDIO_ENCODING_LINEAR; in sunstartwrite()
H A Dau.c121 (*p->dec_routine)(code, AUDIO_ENCODING_LINEAR, &p->state),); in dec_read()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/sys/
H A Daudioio.h123 #define AUDIO_ENCODING_LINEAR (3) /* Signed Linear PCM encoding */ macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_bell.c112 audioInfo.play.encoding = AUDIO_ENCODING_LINEAR; in xf86OSRingBell()