Lines Matching refs:af
140 create_profile (GstCaps * cf, GstCaps * vf, GstCaps * af) in create_profile() argument
152 if (af) in create_profile()
154 gst_encoding_audio_profile_new (af, NULL, NULL, 0)); in create_profile()
171 if (af) { in create_profile()
172 desc = gst_pb_utils_get_codec_description (af); in create_profile()
173 cd = gst_caps_to_string (af); in create_profile()
187 GstCaps *cf = NULL, *vf = NULL, *af = NULL; in create_profile_from_string() local
194 af = gst_caps_from_string (aformat); 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()
206 if (af) in create_profile_from_string()
207 gst_caps_unref (af); in create_profile_from_string()