Searched refs:set_pix_fmt (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomdec.c | 88 static int set_pix_fmt(AVCodecContext *avctx, struct aom_image *img) in set_pix_fmt() function 186 if ((ret = set_pix_fmt(avctx, img)) < 0) { in aom_decode()
|
H A D | libvpxdec.c | 112 static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img, in set_pix_fmt() function 276 if ((ret = set_pix_fmt(avctx, img, ctx->has_alpha_channel)) < 0) { in vpx_decode()
|
H A D | libaomenc.c | 411 static int set_pix_fmt(AVCodecContext *avctx, aom_codec_caps_t codec_caps, in set_pix_fmt() function 682 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in aom_init()
|
H A D | libvpxenc.c | 706 static int set_pix_fmt(AVCodecContext *avctx, vpx_codec_caps_t codec_caps, in set_pix_fmt() function 914 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in vpx_init()
|
Completed in 6 milliseconds