Searched refs:ff_copy_whiteblacklists (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | sapdec.c | 166 if ((ret = ff_copy_whiteblacklists(sap->sdp_ctx, s)) < 0) in sap_read_header()
|
H A D | internal.h | 651 int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);
|
H A D | rtpdec_asf.c | 133 if ((ret = ff_copy_whiteblacklists(rt->asf_ctx, s)) < 0) { in ff_wms_parse_sdp_a_line()
|
H A D | rdt.c | 535 if ((ret = ff_copy_whiteblacklists(rdt->rmctx, s)) < 0) in rdt_init()
|
H A D | smoothstreamingenc.c | 325 if ((ret = ff_copy_whiteblacklists(ctx, s)) < 0) in ism_write_header()
|
H A D | imfdec.c | 381 if ((ret = ff_copy_whiteblacklists(track_resource->ctx, s)) < 0) in open_track_resource_context()
|
H A D | avformat.c | 741 int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src) in ff_copy_whiteblacklists() function
|
H A D | mpeg.c | 775 if ((ret = ff_copy_whiteblacklists(vobsub->sub_ctx, s)) < 0) in vobsub_read_header()
|
H A D | concatdec.c | 350 if ((ret = ff_copy_whiteblacklists(cat->avf, avf)) < 0) in open_file()
|
H A D | avidec.c | 1158 if (ff_copy_whiteblacklists(ast->sub_ctx, s) < 0) in read_gab2_sub()
|
H A D | dashdec.c | 1884 if ((ret = ff_copy_whiteblacklists(pls->ctx, s)) < 0) in reopen_demux_for_component()
|
H A D | hls.c | 2138 if ((ret = ff_copy_whiteblacklists(pls->ctx, s)) < 0) in hls_read_header()
|
Completed in 21 milliseconds