Searched refs:g722_data (Results 1 – 3 of 3) sorted by relevance
136 uint8_t g722_data[],146 const uint8_t g722_data[],
183 const uint8_t g722_data[], size_t len) in WebRtc_g722_decode() argument265 s->in_buffer |= (g722_data[j++] << s->in_bits); in WebRtc_g722_decode()274 code = g722_data[j++]; in WebRtc_g722_decode()
200 size_t WebRtc_g722_encode(G722EncoderState *s, uint8_t g722_data[], in WebRtc_g722_encode() argument416 g722_data[g722_bytes++] = (uint8_t) (s->out_buffer & 0xFF); in WebRtc_g722_encode()423 g722_data[g722_bytes++] = (uint8_t) code; in WebRtc_g722_encode()