webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <ctype.h>
#include "webrtc/modules/audio_coding/codecs/isac/fix/include/isacfix.h"
#include "webrtc/test/testsupport/perf_test.h"
Classes | |
struct | BottleNeckModel |
Macros | |
#define | SEED_FILE "randseed.txt" /* Used when running decoder on garbage data */ |
#define | MAX_FRAMESAMPLES 960 /* max number of samples per frame (= 60 ms frame) */ |
#define | FRAMESAMPLES_10ms 160 /* number of samples per 10ms frame */ |
#define | FS 16000 /* sampling frequency (Hz) */ |
Functions | |
int | readframe (int16_t *data, FILE *inp, int length) |
void | get_arrival_time (int current_framesamples, size_t packet_size, int bottleneck, BottleNeckModel *BN_data) |
void | get_arrival_time2 (int current_framesamples, int current_delay, BottleNeckModel *BN_data) |
int | main (int argc, char *argv[]) |
#define FRAMESAMPLES_10ms 160 /* number of samples per 10ms frame */ |
#define FS 16000 /* sampling frequency (Hz) */ |
void get_arrival_time | ( | int | current_framesamples, |
size_t | packet_size, | ||
int | bottleneck, | ||
BottleNeckModel * | BN_data | ||
) |
void get_arrival_time2 | ( | int | current_framesamples, |
int | current_delay, | ||
BottleNeckModel * | BN_data | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int readframe | ( | int16_t * | data, |
FILE * | inp, | ||
int | length | ||
) |