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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12.c1142 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data; local
1143 MpegEncContext *s = &ctx->mpeg_enc_ctx, *s1 = &ctx_from->mpeg_enc_ctx;
1146 if (avctx == avctx_from || !ctx_from->mpeg_enc_ctx_allocated || !s1->context_initialized)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c1149 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data; local
1150 MpegEncContext *s = &ctx->mpeg_enc_ctx, *s1 = &ctx_from->mpeg_enc_ctx;
1154 !ctx_from->mpeg_enc_ctx_allocated ||

Completed in 64 milliseconds