|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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[]) |
| #define CLOCKS_PER_SEC_G722 100000 |
| typedef struct WebRtcG722DecInst G722DecInst |
| typedef struct WebRtcG722EncInst G722EncInst |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
1.8.13