Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tools/
Dutils.c128 GST_DEBUG_GRAPH_SHOW_ALL, gst_encoding_profile_get_name (profile));
176 const gchar *name = gst_encoding_profile_get_name (profile);
Dgst-transcoder.c259 gst_encoding_profile_get_name (tmpprof->data), in list_encoding_targets()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c243 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
388 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
389 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
424 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
505 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
Dencoding-profile.c521 gst_encoding_profile_get_name (GstEncodingProfile * profile) in gst_encoding_profile_get_name() function
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c600 const gchar *profilename = gst_encoding_profile_get_name (sprof); in next_unused_stream_profile()
2183 gst_encoding_profile_get_name (ebin->profile)); in create_elements_and_pads()
2486 gst_encoding_profile_get_name (ebin->profile)); in gst_encode_base_bin_tear_down_profile()
2524 gst_encoding_profile_get_name (profile), in gst_encode_base_bin_setup_profile()
2545 gst_encoding_profile_get_name (profile)); in gst_encode_base_bin_set_profile()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c51 fail_unless_equals_string (gst_encoding_profile_get_name (profile), name); \