Searched refs:avformat_alloc_context (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_chain.c41 rtpctx = avformat_alloc_context();
H A Doptions.c146 AVFormatContext *avformat_alloc_context(void) function
H A Drtpdec_asf.c113 if (!(rt->asf_ctx = avformat_alloc_context()))
H A Dsapdec.c154 sap->sdp_ctx = avformat_alloc_context();
H A Dsegment.c126 oc = avformat_alloc_context();
H A Doutput-example.c466 oc = avformat_alloc_context();
H A Davformat.h55 * AVFormatContext, use avformat_alloc_context() (some functions, like
96 * avformat_alloc_context() and do some tweaking on it before passing it to
859 * avformat_alloc_context() to create an AVFormatContext.
863 * A class for logging and AVOptions. Set by avformat_alloc_context().
1243 AVFormatContext *avformat_alloc_context(void);
1378 * @param ps Pointer to user-supplied AVFormatContext (allocated by avformat_alloc_context).
1651 * @param s Media file handle, must be allocated with avformat_alloc_context().
H A Dapplehttp.c494 if (!(v->ctx = avformat_alloc_context())) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doptions.c107 AVFormatContext *avformat_alloc_context(void) function
H A Drtpenc_chain.c44 rtpctx = avformat_alloc_context();
H A Drtpdec_asf.c114 if (!(rt->asf_ctx = avformat_alloc_context()))
H A Dsapdec.c153 sap->sdp_ctx = avformat_alloc_context();
H A Dhlsenc.c69 hls->avf = oc = avformat_alloc_context();
H A Davformat.h55 * AVFormatContext, use avformat_alloc_context() (some functions, like
108 * avformat_alloc_context() and do some tweaking on it before passing it to
184 * avformat_alloc_context() to create a muxing context. The caller then sets up
1151 * avformat_alloc_context() to create an AVFormatContext.
1155 * A class for logging and @ref avoptions. Set by avformat_alloc_context().
1769 AVFormatContext *avformat_alloc_context(void);
1926 * @param ps Pointer to user-supplied AVFormatContext (allocated by avformat_alloc_context).
2192 * @param s Media file handle, must be allocated with avformat_alloc_context().
H A Dconcatdec.c286 cat->avf = avformat_alloc_context();
H A Dhdsenc.c384 ctx = avformat_alloc_context();
H A Dsegment.c137 seg->avf = oc = avformat_alloc_context();
H A Dsmoothstreamingenc.c332 ctx = avformat_alloc_context();
H A Dmpegtsenc.c660 ts_st->amux = avformat_alloc_context();
H A Dmux.c124 AVFormatContext *s = avformat_alloc_context();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Davio_reading.c87 if (!(fmt_ctx = avformat_alloc_context())) {
H A Dtranscode_aac.c141 if (!(*output_format_context = avformat_alloc_context())) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h578 const AVClass *av_class; /**< Set by avformat_alloc_context. */
871 * @deprecated Use avformat_alloc_context() instead.
881 AVFormatContext *avformat_alloc_context(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c190 dst_ctx = avformat_alloc_context();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2296 ctx = avformat_alloc_context();
2795 AVFormatContext *s = avformat_alloc_context();
2982 avc = avformat_alloc_context();
3421 ctx = avformat_alloc_context();
3797 AVFormatContext *s = avformat_alloc_context();

Completed in 128 milliseconds

12