webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
g722_decode.c File Reference
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include "g722_enc_dec.h"
#include "webrtc/typedefs.h"

Macros

#define FALSE   0
 
#define TRUE   (!FALSE)
 

Functions

G722DecoderStateWebRtc_g722_decode_init (G722DecoderState *s, int rate, int options)
 
int WebRtc_g722_decode_release (G722DecoderState *s)
 
size_t WebRtc_g722_decode (G722DecoderState *s, int16_t amp[], const uint8_t g722_data[], size_t len)
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ TRUE

#define TRUE   (!FALSE)

Function Documentation

◆ WebRtc_g722_decode()

size_t WebRtc_g722_decode ( G722DecoderState s,
int16_t  amp[],
const uint8_t  g722_data[],
size_t  len 
)

◆ WebRtc_g722_decode_init()

G722DecoderState* WebRtc_g722_decode_init ( G722DecoderState s,
int  rate,
int  options 
)

◆ WebRtc_g722_decode_release()

int WebRtc_g722_decode_release ( G722DecoderState s)