webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Typedefs | Functions
testG722.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "webrtc/typedefs.h"
#include "webrtc/modules/audio_coding/codecs/g722/g722_interface.h"
#include <time.h>

Macros

#define CLOCKS_PER_SEC_G722   100000
 

Typedefs

typedef struct WebRtcG722EncInst G722EncInst
 
typedef struct WebRtcG722DecInst G722DecInst
 

Functions

bool readframe (int16_t *data, FILE *inp, size_t length)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ CLOCKS_PER_SEC_G722

#define CLOCKS_PER_SEC_G722   100000

Typedef Documentation

◆ G722DecInst

typedef struct WebRtcG722DecInst G722DecInst

◆ G722EncInst

typedef struct WebRtcG722EncInst G722EncInst

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ readframe()

bool readframe ( int16_t data,
FILE *  inp,
size_t  length 
)