forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibaom.yaml
73 lines (73 loc) · 2.04 KB
/
libaom.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
"functions":
- "name": "decoder_inspect"
"params":
- "name": ""
"type": "struct aom_codec_alg_priv *"
- "name": ""
"type": "char *"
- "name": ""
"type": "size_t"
- "name": ""
"type": "char *"
"return_type": "int"
"signature": "aom_codec_err_t decoder_inspect(aom_codec_alg_priv_t *, const uint8_t *, size_t, void *)"
- "name": "decode_tiles_mt"
"params":
- "name": ""
"type": "struct AV1Decoder *"
- "name": ""
"type": "char *"
- "name": ""
"type": "char *"
- "name": ""
"type": "int"
- "name": ""
"type": "int"
"return_type": "char *"
"signature": "const uint8_t * decode_tiles_mt(AV1Decoder *, const uint8_t *, const uint8_t *, int, int)"
- "name": "tile_worker_hook"
"params":
- "name": ""
"type": "char *"
- "name": ""
"type": "char *"
"return_type": "int"
"signature": "int tile_worker_hook(void *, void *)"
- "name": "av1_realloc_and_scale_if_required"
"params":
- "name": ""
"type": "struct AV1Common *"
- "name": ""
"type": "struct yv12_buffer_config *"
- "name": ""
"type": "struct yv12_buffer_config *"
- "name": ""
"type": "char"
- "name": ""
"type": "int"
- "name": ""
"type": "bool"
- "name": ""
"type": "bool"
- "name": ""
"type": "int"
- "name": ""
"type": "bool"
"return_type": "struct yv12_buffer_config *"
"signature": "YV12_BUFFER_CONFIG * av1_realloc_and_scale_if_required(AV1_COMMON *, YV12_BUFFER_CONFIG *, YV12_BUFFER_CONFIG *, const InterpFilter, const int, const _Bool, const _Bool, const int, const _Bool)"
- "name": "av1_resize_and_extend_frame_nonnormative"
"params":
- "name": ""
"type": "struct yv12_buffer_config *"
- "name": ""
"type": "struct yv12_buffer_config *"
- "name": ""
"type": "int"
- "name": ""
"type": "int"
"return_type": "bool"
"signature": "_Bool av1_resize_and_extend_frame_nonnormative(const YV12_BUFFER_CONFIG *, YV12_BUFFER_CONFIG *, int, int)"
"language": "c++"
"project": "libaom"
"target_name": "av1_dec_fuzzer"
"target_path": "/src/aom/examples/av1_dec_fuzzer.cc"