|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>#include "arch.h"#include "opus_multistream.h"#include "opus.h"#include "test_opus_common.h"Macros | |
| #define | VG_UNDEF(x, y) |
| #define | VG_CHECK(x, y) |
| #define | UNDEFINE_FOR_PARSE |
| #define | CHECK_SETGET(setcall, getcall, badv, badv2, goodv, goodv2, sok, gok) |
| #define | max_out (1276*48+48*2+2) |
Functions | |
| opus_int32 | test_dec_api (void) |
| opus_int32 | test_msdec_api (void) |
| opus_int32 | test_parse (void) |
| opus_int32 | test_enc_api (void) |
| int | test_repacketizer_api (void) |
| int | test_malloc_fail (void) |
| int | main (int _argc, char **_argv) |
| #define CHECK_SETGET | ( | setcall, | |
| getcall, | |||
| badv, | |||
| badv2, | |||
| goodv, | |||
| goodv2, | |||
| sok, | |||
| gok | |||
| ) |
| #define max_out (1276*48+48*2+2) |
| #define UNDEFINE_FOR_PARSE |
| int main | ( | int | _argc, |
| char ** | _argv | ||
| ) |
| opus_int32 test_dec_api | ( | void | ) |
| opus_int32 test_enc_api | ( | void | ) |
| int test_malloc_fail | ( | void | ) |
| opus_int32 test_msdec_api | ( | void | ) |
| opus_int32 test_parse | ( | void | ) |
| int test_repacketizer_api | ( | void | ) |
1.8.13