|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <ctype.h>#include <math.h>#include "isac.h"#include "utility.h"#include "webrtc/base/format_macros.h"Macros | |
| #define | MAX_FRAMESAMPLES_SWB 1920 |
| #define | FRAMESAMPLES_SWB_10ms 320 |
| #define | FRAMESAMPLES_WB_10ms 160 |
| #define | FS_SWB 32000 |
| #define | FS_WB 16000 |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| unsigned long | framecnt = 0 |
| #define FRAMESAMPLES_SWB_10ms 320 |
| #define FRAMESAMPLES_WB_10ms 160 |
| #define FS_SWB 32000 |
| #define FS_WB 16000 |
| #define MAX_FRAMESAMPLES_SWB 1920 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| unsigned long framecnt = 0 |
1.8.13