Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tools/
Dutils.c109 GList *tmpprof, *usable_profiles = NULL; local
111 for (tmpprof = (GList *) gst_encoding_target_get_profiles (target);
112 tmpprof; tmpprof = tmpprof->next) {
113 GstEncodingProfile *profile = tmpprof->data;
Dgst-transcoder.c250 GList *tmpprof; in list_encoding_targets() local
257 for (tmpprof = usable_profiles; tmpprof; tmpprof = tmpprof->next) in list_encoding_targets()
259 gst_encoding_profile_get_name (tmpprof->data), in list_encoding_targets()
260 gst_encoding_profile_get_description (tmpprof->data)); in list_encoding_targets()