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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c77 if (avcodec_open(c, codec) < 0) {
142 if (avcodec_open(c, codec) < 0) {
245 if (avcodec_open(c, codec) < 0) {
372 if (avcodec_open(c, codec) < 0) {
H A Davcodec.h4023 * if (avcodec_open(context, codec) < 0)
4035 int avcodec_open(AVCodecContext *avctx, AVCodec *codec);
H A Dutils.c629 int attribute_align_arg avcodec_open(AVCodecContext *avctx, AVCodec *codec) function
669 av_log(avctx, AV_LOG_ERROR, "insufficient thread locking around avcodec_open/close()\n");
1292 av_log(avctx, AV_LOG_ERROR, "insufficient thread locking around avcodec_open/close()\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doutput-example.c106 if (avcodec_open(c, codec) < 0) {
278 if (avcodec_open(c, codec) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2918 * if (avcodec_open(context, codec) < 0)
2927 int avcodec_open(AVCodecContext *avctx, AVCodec *codec);
2933 * audio codec which was coupled with \p avctx using avcodec_open(). The
2973 * video codec which was coupled with \p avctx using avcodec_open(). The
3021 * coupled with \p avctx using avcodec_open(). The resulting encoded frame is
3044 * \p avctx using avcodec_open(). The resulting encoded bytes representing the

Completed in 117 milliseconds