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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmimic.c130 static int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) argument
132 MimicContext *dst = avctx->priv_data, *src = avctx_from->priv_data;
134 if (avctx == avctx_from) return 0;
H A Dmpeg12.c1140 static int mpeg_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) argument
1142 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data;
1146 if (avctx == avctx_from || !ctx_from->mpeg_enc_ctx_allocated || !s1->context_initialized)
1149 err = ff_mpeg_update_thread_context(avctx, avctx_from);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmimic.c170 static int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) argument
172 MimicContext *dst = avctx->priv_data, *src = avctx_from->priv_data;
175 if (avctx == avctx_from)
H A Dmpeg12dec.c1147 const AVCodecContext *avctx_from)
1149 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data;
1153 if (avctx == avctx_from ||
1158 err = ff_mpeg_update_thread_context(avctx, avctx_from);
1146 mpeg_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) argument

Completed in 106 milliseconds