Searched refs:set_pix_fmt (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libaomdec.c | 86 static int set_pix_fmt(AVCodecContext *avctx, struct aom_image *img) in set_pix_fmt() function 185 if ((ret = set_pix_fmt(avctx, img)) < 0) { in aom_decode()
|
D | libvpxdec.c | 108 static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img, in set_pix_fmt() function 273 if ((ret = set_pix_fmt(avctx, img, ctx->has_alpha_channel)) < 0) { in vpx_decode()
|
D | libaomenc.c | 334 static int set_pix_fmt(AVCodecContext *avctx, aom_codec_caps_t codec_caps, in set_pix_fmt() function 605 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in aom_init()
|
D | libvpxenc.c | 643 static int set_pix_fmt(AVCodecContext *avctx, vpx_codec_caps_t codec_caps, in set_pix_fmt() function 851 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in vpx_init()
|