Searched refs:avcodec_alloc_context3 (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c69 c = avcodec_alloc_context3(codec);
139 c = avcodec_alloc_context3(codec);
230 c = avcodec_alloc_context3(codec);
361 c = avcodec_alloc_context3(codec);
H A Dmotion-test.c145 ctx = avcodec_alloc_context3(NULL);
H A Davcodec.h1332 * - set by avcodec_alloc_context3
3888 * to avcodec_alloc_context3() that allocated this AVCodecContext.
3902 * @deprecated use avcodec_alloc_context3()
3925 AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
3934 * avcodec_alloc_context3(), but otherwise uninitialized
4021 * context = avcodec_alloc_context3(codec);
4030 * @see avcodec_alloc_context3, avcodec_find_decoder, avcodec_find_encoder, avcodec_close
4040 * function the context has to be allocated with avcodec_alloc_context3().
4055 * context = avcodec_alloc_context3(codec);
4063 * previously passed to avcodec_alloc_context3() o
[all...]
H A Doptions.c601 AVCodecContext *avcodec_alloc_context3(AVCodec *codec){ function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotion-test.c129 ctx = avcodec_alloc_context3(NULL);
H A Davdct.c93 AVCodecContext *avctx = avcodec_alloc_context3(NULL);
H A Dsmvjpegdec.c111 s->avctx = avcodec_alloc_context3(codec);
H A Dframe_thread_encoder.c184 AVCodecContext *thread_avctx = avcodec_alloc_context3(avctx->codec);
H A Doptions.c143 AVCodecContext *avcodec_alloc_context3(const AVCodec *codec) function
H A Davcodec.h1217 * - set by avcodec_alloc_context3
3452 AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
3465 * to avcodec_alloc_context3() that allocated this AVCodecContext.
3502 * avcodec_alloc_context3(NULL), but otherwise uninitialized
3543 * function the context has to be allocated with avcodec_alloc_context3().
3558 * context = avcodec_alloc_context3(codec);
3566 * previously passed to avcodec_alloc_context3() or
3574 * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
3584 * the codec-specific data allocated in avcodec_alloc_context3() /
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c124 c = avcodec_alloc_context3(codec);
263 c = avcodec_alloc_context3(codec);
365 c = avcodec_alloc_context3(codec);
557 c = avcodec_alloc_context3(codec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mpdecimate.c143 decimate->avctx = avcodec_alloc_context3(NULL);
H A Dvf_mcdeint.c113 mcdeint->enc_ctx = avcodec_alloc_context3(enc);
H A Df_select.c245 select->avctx = avcodec_alloc_context3(NULL);
H A Dvf_spp.c380 spp->avctx = avcodec_alloc_context3(NULL);
H A Dvf_deshake.c416 deshake->avctx = avcodec_alloc_context3(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c233 vf->priv->avctx_enc[i]= avcodec_alloc_context3(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenchint.c40 track->enc = avcodec_alloc_context3(NULL);
H A Dmovenc.c3629 track->enc = avcodec_alloc_context3(NULL);
3733 track->enc = avcodec_alloc_context3(NULL);
H A Dutils.c3761 st->codec = avcodec_alloc_context3(c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenchint.c39 track->enc = avcodec_alloc_context3(NULL);
H A Dmovenc.c2154 track->enc = avcodec_alloc_context3(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c3455 fst->codec = avcodec_alloc_context3(NULL);
3862 st->codec = avcodec_alloc_context3(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c615 ist->dec_ctx = avcodec_alloc_context3(ist->dec);
1079 ost->enc_ctx = avcodec_alloc_context3(ost->enc);
H A Dffserver.c3519 fst->codec = avcodec_alloc_context3(NULL);
3941 st->codec = avcodec_alloc_context3(NULL);

Completed in 412 milliseconds

12