Searched refs:mpeg_enc_ctx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12.h34 MpegEncContext mpeg_enc_ctx; member in struct:Mpeg1Context
H A Dmpeg12.c1112 MpegEncContext *s2 = &s->mpeg_enc_ctx;
1122 s->mpeg_enc_ctx.avctx = avctx;
1123 s->mpeg_enc_ctx.flags = avctx->flags;
1124 s->mpeg_enc_ctx.flags2 = avctx->flags2;
1125 ff_mpeg12_common_init(&s->mpeg_enc_ctx);
1129 s->mpeg_enc_ctx.picture_number = 0;
1131 s->mpeg_enc_ctx.codec_id = avctx->codec->id;
1143 MpegEncContext *s = &ctx->mpeg_enc_ctx, *s1 = &ctx_from->mpeg_enc_ctx;
1182 MpegEncContext *s = &s1->mpeg_enc_ctx;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c51 MpegEncContext mpeg_enc_ctx; member in struct:Mpeg1Context
1118 MpegEncContext *s2 = &s->mpeg_enc_ctx;
1128 s->mpeg_enc_ctx.avctx = avctx;
1129 s->mpeg_enc_ctx.flags = avctx->flags;
1130 s->mpeg_enc_ctx.flags2 = avctx->flags2;
1131 ff_mpeg12_common_init(&s->mpeg_enc_ctx);
1135 s->mpeg_enc_ctx.picture_number = 0;
1137 s->mpeg_enc_ctx.codec_id = avctx->codec->id;
1150 MpegEncContext *s = &ctx->mpeg_enc_ctx, *s1 = &ctx_from->mpeg_enc_ctx;
[all...]

Completed in 94 milliseconds