Searched refs:codec_caps (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvpx.c | 74 vpx_codec_caps_t codec_caps = vpx_codec_get_caps(vpx_codec_vp9_cx()); in ff_vp9_init_static() local 75 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) in ff_vp9_init_static()
|
H A D | libaomenc.c | 411 static int set_pix_fmt(AVCodecContext *avctx, aom_codec_caps_t codec_caps, in set_pix_fmt() argument 441 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 451 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 462 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 671 aom_codec_caps_t codec_caps = aom_codec_get_caps(iface); in aom_init() local 682 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in aom_init() 987 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) in aom_init() 1320 aom_codec_caps_t codec_caps = aom_codec_get_caps(aom_codec_av1_cx()); in av1_init_static() local 1321 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) in av1_init_static()
|
H A D | libvpxenc.c | 706 static int set_pix_fmt(AVCodecContext *avctx, vpx_codec_caps_t codec_caps, in set_pix_fmt() argument 735 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 744 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 753 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 765 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 895 vpx_codec_caps_t codec_caps = vpx_codec_get_caps(iface); in vpx_init() local 914 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in vpx_init() 1185 if (avctx->codec_id == AV_CODEC_ID_VP9 && (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH)) in vpx_init()
|
Completed in 6 milliseconds