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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h509 enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *avctx, AVCodec *codec, enum AVPixelFormat target);
H A Dffmpeg_filter.c40 enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, AVCodec *codec, enum AVPixelFormat target) function
104 // used by choose_pixel_fmt() and below
116 return av_strdup(av_get_pix_fmt_name(choose_pixel_fmt(ost->st, ost->enc_ctx, ost->enc, ost->enc_ctx->pix_fmt)));
H A Dffmpeg_opt.c1643 choose_pixel_fmt(st, st->codec, codec, st->codec->pix_fmt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c613 static void choose_pixel_fmt(AVStream *st, AVCodec *codec) function
707 choose_pixel_fmt(st, codec);
2193 choose_pixel_fmt(ost->st, ost->enc);
H A Davconv.c838 static void choose_pixel_fmt(AVStream *st, AVCodec *codec) function
2423 choose_pixel_fmt(ost->st, ost->enc);

Completed in 160 milliseconds