Home
last modified time | relevance | path

Searched refs:G722_PACKED (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/third_party/g722/
Dg722_enc_dec.h53 enum { G722_SAMPLE_RATE_8000 = 0x0001, G722_PACKED = 0x0002 }; enumerator
Dg722_decode.c165 if ((options & G722_PACKED) && s->bits_per_sample != 8) in WebRtc_g722_decode_init()
Dg722_encode.c166 if ((options & G722_PACKED) && s->bits_per_sample != 8) in WebRtc_g722_encode_init()