Home
last modified time | relevance | path

Searched refs:profile_cid (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2codec.h33 guint32 profile_cid; member
Dgstv4l2vp9codec.c78 c.profile_cid = V4L2_CID_MPEG_VIDEO_VPX_PROFILE; in gst_v4l2_vp9_get_codec()
Dgstv4l2vp8codec.c77 c.profile_cid = V4L2_CID_MPEG_VIDEO_VPX_PROFILE; in gst_v4l2_vp8_get_codec()
Dgstv4l2mpeg2codec.c118 c.profile_cid = V4L2_CID_MPEG_VIDEO_MPEG2_PROFILE; in gst_v4l2_mpeg2_get_codec()
Dgstv4l2mpeg4codec.c132 c.profile_cid = V4L2_CID_MPEG_VIDEO_MPEG4_PROFILE; in gst_v4l2_mpeg4_get_codec()
Dgstv4l2h265codec.c149 c.profile_cid = V4L2_CID_MPEG_VIDEO_HEVC_PROFILE; in gst_v4l2_h265_get_codec()
Dgstv4l2codec.c45 query_ctrl.id = codec->profile_cid; in gst_v4l2_codec_probe_profiles()
Dgstv4l2videoenc.c431 if (codec->profile_cid && get_string_list (s, "profile", &profiles)) { in negotiate_profile_and_level()
441 control.id = codec->profile_cid; in negotiate_profile_and_level()
562 if (codec->profile_cid && !ctx.profile) { in gst_v4l2_video_enc_negotiate()
565 control.id = codec->profile_cid; in gst_v4l2_video_enc_negotiate()
590 if (codec->profile_cid) in gst_v4l2_video_enc_negotiate()
Dgstv4l2h264codec.c237 c.profile_cid = V4L2_CID_MPEG_VIDEO_H264_PROFILE; in gst_v4l2_h264_get_codec()