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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c113 AVCodecContext *avctx_enc[BLOCK*BLOCK]; member in struct:vf_priv_s
186 avcodec_encode_video(p->avctx_enc[i], p->outbuf, p->outbuf_size, p->frame);
187 p->frame_dec = p->avctx_enc[i]->coded_frame;
229 AVCodecContext *avctx_enc; local
232 avctx_enc=
233 vf->priv->avctx_enc[i]= avcodec_alloc_context3(NULL);
234 avctx_enc->width = width + BLOCK;
235 avctx_enc->height = height + BLOCK;
236 avctx_enc->time_base= (AVRational){1,25}; // meaningless
237 avctx_enc
[all...]

Completed in 53 milliseconds