Home
last modified time | relevance | path

Searched refs:read_probe (Results 1 – 25 of 230) sorted by relevance

12345678910

/third_party/ffmpeg/libavformat/
Dmgsts.c27 static int read_probe(const AVProbeData *p) in read_probe() function
102 .read_probe = read_probe,
Dmlpdec.c63 .read_probe = mlp_probe,
84 .read_probe = thd_probe,
Dtty.c52 static int read_probe(const AVProbeData *p) in read_probe() function
185 .read_probe = read_probe,
Drawdec.h76 .read_probe = probe,\
102 .read_probe = probe,\
Dac3dec.c109 .read_probe = ac3_probe,
130 .read_probe = eac3_probe,
Damr.c166 .read_probe = amr_probe,
222 .read_probe = amrnb_probe,
278 .read_probe = amrwb_probe,
Djvdec.c55 static int read_probe(const AVProbeData *pd) in read_probe() function
261 .read_probe = read_probe,
Dpaf.c56 static int read_probe(const AVProbeData *p) in read_probe() function
278 .read_probe = read_probe,
Dimg2_brender_pix.c52 .read_probe = brender_read_probe,
Dwvedec.c58 .read_probe = wve_probe,
Dimg2_alias_pix.c68 .read_probe = alias_pix_read_probe,
Dbintext.c401 .read_probe = bin_probe,
413 .read_probe = xbin_probe,
437 .read_probe = idf_probe,
Dpvfdec.c71 .read_probe = pvf_probe,
Dshortendec.c72 .read_probe = shn_probe,
Dingenientdec.c70 .read_probe = ingenient_probe,
Dderf.c74 .read_probe = derf_probe,
Dipudec.c81 .read_probe = ipu_read_probe,
Dmtaf.c77 .read_probe = mtaf_probe,
Dacm.c67 .read_probe = acm_probe,
Dloasdec.c90 .read_probe = loas_probe,
Dsdxdec.c84 .read_probe = sdx_probe,
Dncdec.c96 .read_probe = nc_probe,
Dapc.c89 .read_probe = apc_probe,
Dfwse.c84 .read_probe = fwse_probe,
/third_party/ffmpeg/tools/
Dprobetest.c47 if (fmt->read_probe && in probe()
52 score = fmt->read_probe(pd); in probe()

12345678910