Home
last modified time | relevance | path

Searched refs:profile_from_string (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2codec.h35 gint (*profile_from_string) (const gchar * profile); member
Dgstv4l2vp8codec.c79 c.profile_from_string = v4l2_profile_from_string; in gst_v4l2_vp8_get_codec()
Dgstv4l2vp9codec.c80 c.profile_from_string = v4l2_profile_from_string; in gst_v4l2_vp9_get_codec()
Dgstv4l2mpeg2codec.c120 c.profile_from_string = v4l2_profile_from_string; in gst_v4l2_mpeg2_get_codec()
Dgstv4l2mpeg4codec.c134 c.profile_from_string = v4l2_profile_from_string; in gst_v4l2_mpeg4_get_codec()
Dgstv4l2h265codec.c151 c.profile_from_string = v4l2_profile_from_string; in gst_v4l2_h265_get_codec()
Dgstv4l2h264codec.c239 c.profile_from_string = v4l2_profile_from_string; in gst_v4l2_h264_get_codec()
Dgstv4l2videoenc.c443 control.value = v4l2_profile = codec->profile_from_string (profile); in negotiate_profile_and_level()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c2067 profile_from_string (const gchar * string) in profile_from_string() function
2115 profile = profile_from_string (profilename); in string_to_profile_transform()
2170 profile = profile_from_string (s); in gst_encoding_profile_deserialize_valfunc()
/third_party/gstreamer/gstplugins_base/
DChangeLog45967 encoding-profile.c: In function ‘profile_from_string’: