Searched refs:codec_caps (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libvpx.c | 73 vpx_codec_caps_t codec_caps = vpx_codec_get_caps(vpx_codec_vp9_cx()); in ff_vp9_init_static() local 74 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) in ff_vp9_init_static()
|
D | libaomenc.c | 334 static int set_pix_fmt(AVCodecContext *avctx, aom_codec_caps_t codec_caps, in set_pix_fmt() argument 364 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 374 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 385 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 594 aom_codec_caps_t codec_caps = aom_codec_get_caps(iface); in aom_init() local 605 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in aom_init() 896 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) in aom_init() 1230 aom_codec_caps_t codec_caps = aom_codec_get_caps(aom_codec_av1_cx()); in av1_init_static() local 1231 if (codec_caps & AOM_CODEC_CAP_HIGHBITDEPTH) in av1_init_static()
|
D | libvpxenc.c | 643 static int set_pix_fmt(AVCodecContext *avctx, vpx_codec_caps_t codec_caps, in set_pix_fmt() argument 672 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 681 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 690 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 702 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH) { in set_pix_fmt() 832 vpx_codec_caps_t codec_caps = vpx_codec_get_caps(iface); in vpx_init() local 851 if (set_pix_fmt(avctx, codec_caps, &enccfg, &flags, &img_fmt)) in vpx_init() 1124 if (avctx->codec_id == AV_CODEC_ID_VP9 && (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH)) in vpx_init()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2videoenc.h | 84 GstCaps * codec_caps); 89 GstCaps * sink_caps, GstCaps *codec_caps, GstCaps * src_caps);
|
D | gstv4l2videoenc.c | 114 GstCaps *codec_caps; in gst_v4l2_video_enc_open() local 130 codec_caps = gst_pad_get_pad_template_caps (encoder->srcpad); in gst_v4l2_video_enc_open() 132 codec_caps); in gst_v4l2_video_enc_open() 133 gst_caps_unref (codec_caps); in gst_v4l2_video_enc_open() 1182 GstCaps * codec_caps) in gst_v4l2_is_video_enc() argument 1187 if (codec_caps) { in gst_v4l2_is_video_enc() 1190 codec_caps = gst_v4l2_object_get_codec_caps (); in gst_v4l2_is_video_enc() 1195 && check_caps (src_caps, codec_caps)) in gst_v4l2_is_video_enc() 1205 GstCaps * codec_caps, GstCaps * src_caps) in gst_v4l2_video_enc_register() argument 1215 filtered_caps = gst_caps_intersect (src_caps, codec_caps); in gst_v4l2_video_enc_register()
|
D | gstv4l2videodec.c | 123 GstCaps *codec_caps; in gst_v4l2_video_dec_open() local 133 codec_caps = gst_pad_get_pad_template_caps (decoder->sinkpad); in gst_v4l2_video_dec_open() 135 codec_caps); in gst_v4l2_video_dec_open() 136 gst_caps_unref (codec_caps); in gst_v4l2_video_dec_open()
|
D | gstv4l2object.c | 1735 GstCaps *codec_caps = gst_v4l2_object_get_caps_helper (GST_V4L2_CODEC); in gst_v4l2_object_get_codec_caps() local 1736 GST_MINI_OBJECT_FLAG_SET (codec_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_object_get_codec_caps() 1737 g_once_init_leave (&caps, codec_caps); in gst_v4l2_object_get_codec_caps()
|