Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c241 GstEncodingProfile *tprof = (GstEncodingProfile *) tmp->data; in gst_encoding_target_get_profile() local
243 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
244 gst_encoding_profile_ref (tprof); in gst_encoding_target_get_profile()
245 return tprof; in gst_encoding_target_get_profile()