Searched refs:read_probe (Results 1 – 25 of 230) sorted by relevance
12345678910
/third_party/ffmpeg/libavformat/ |
D | mgsts.c | 27 static int read_probe(const AVProbeData *p) in read_probe() function 102 .read_probe = read_probe,
|
D | mlpdec.c | 63 .read_probe = mlp_probe, 84 .read_probe = thd_probe,
|
D | tty.c | 52 static int read_probe(const AVProbeData *p) in read_probe() function 185 .read_probe = read_probe,
|
D | rawdec.h | 76 .read_probe = probe,\ 102 .read_probe = probe,\
|
D | ac3dec.c | 109 .read_probe = ac3_probe, 130 .read_probe = eac3_probe,
|
D | amr.c | 166 .read_probe = amr_probe, 222 .read_probe = amrnb_probe, 278 .read_probe = amrwb_probe,
|
D | jvdec.c | 55 static int read_probe(const AVProbeData *pd) in read_probe() function 261 .read_probe = read_probe,
|
D | paf.c | 56 static int read_probe(const AVProbeData *p) in read_probe() function 278 .read_probe = read_probe,
|
D | img2_brender_pix.c | 52 .read_probe = brender_read_probe,
|
D | wvedec.c | 58 .read_probe = wve_probe,
|
D | img2_alias_pix.c | 68 .read_probe = alias_pix_read_probe,
|
D | bintext.c | 401 .read_probe = bin_probe, 413 .read_probe = xbin_probe, 437 .read_probe = idf_probe,
|
D | pvfdec.c | 71 .read_probe = pvf_probe,
|
D | shortendec.c | 72 .read_probe = shn_probe,
|
D | ingenientdec.c | 70 .read_probe = ingenient_probe,
|
D | derf.c | 74 .read_probe = derf_probe,
|
D | ipudec.c | 81 .read_probe = ipu_read_probe,
|
D | mtaf.c | 77 .read_probe = mtaf_probe,
|
D | acm.c | 67 .read_probe = acm_probe,
|
D | loasdec.c | 90 .read_probe = loas_probe,
|
D | sdxdec.c | 84 .read_probe = sdx_probe,
|
D | ncdec.c | 96 .read_probe = nc_probe,
|
D | apc.c | 89 .read_probe = apc_probe,
|
D | fwse.c | 84 .read_probe = fwse_probe,
|
/third_party/ffmpeg/tools/ |
D | probetest.c | 47 if (fmt->read_probe && in probe() 52 score = fmt->read_probe(pd); in probe()
|
12345678910