Home
last modified time | relevance | path

Searched refs:avctx_from (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmimic.c156 static int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) in mimic_decode_update_thread_context() argument
158 MimicContext *dst = avctx->priv_data, *src = avctx_from->priv_data; in mimic_decode_update_thread_context()
161 if (avctx == avctx_from) in mimic_decode_update_thread_context()
H A Dmpeg12dec.c1076 const AVCodecContext *avctx_from) in mpeg_decode_update_thread_context()
1078 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data; in mpeg_decode_update_thread_context()
1082 if (avctx == avctx_from || in mpeg_decode_update_thread_context()
1087 err = ff_mpeg_update_thread_context(avctx, avctx_from); in mpeg_decode_update_thread_context()
1075 mpeg_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) mpeg_decode_update_thread_context() argument

Completed in 5 milliseconds