Lines Matching refs:vf
140 create_profile (GstCaps * cf, GstCaps * vf, GstCaps * af) in create_profile() argument
148 if (vf) in create_profile()
150 (GstEncodingProfile *) gst_encoding_video_profile_new (vf, in create_profile()
164 if (vf) { in create_profile()
165 desc = gst_pb_utils_get_codec_description (vf); in create_profile()
166 cd = gst_caps_to_string (vf); in create_profile()
187 GstCaps *cf = NULL, *vf = NULL, *af = NULL; in create_profile_from_string() local
192 vf = gst_caps_from_string (vformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
199 prof = create_profile (cf, vf, af); in create_profile_from_string()
204 if (vf) in create_profile_from_string()
205 gst_caps_unref (vf); in create_profile_from_string()