Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c254 GstEncodingProfile * sprof, const gchar * sinkpadname, GstCaps * sinkcaps,
264 GstEncodingProfile * sprof);
555 stream_profile_used_count (GstEncodeBaseBin * ebin, GstEncodingProfile * sprof) in stream_profile_used_count() argument
563 if (sgroup->profile == sprof) in stream_profile_used_count()
599 GstEncodingProfile *sprof = (GstEncodingProfile *) tmp->data; in next_unused_stream_profile() local
600 const gchar *profilename = gst_encoding_profile_get_name (sprof); in next_unused_stream_profile()
603 guint presence = gst_encoding_profile_get_presence (sprof); in next_unused_stream_profile()
607 if (!gst_encoding_profile_is_enabled (sprof)) { in next_unused_stream_profile()
608 GST_INFO_OBJECT (ebin, "%p is disabled, not using it", sprof); in next_unused_stream_profile()
614 || presence > stream_profile_used_count (ebin, sprof)) in next_unused_stream_profile()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c401 serialize_stream_profiles (GKeyFile * out, GstEncodingProfile * sprof, in serialize_stream_profiles() argument
415 gst_encoding_profile_get_type_nick (sprof)); in serialize_stream_profiles()
417 format = gst_encoding_profile_get_format (sprof); in serialize_stream_profiles()
424 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
428 description = gst_encoding_profile_get_description (sprof); in serialize_stream_profiles()
432 preset = gst_encoding_profile_get_preset (sprof); in serialize_stream_profiles()
436 restriction = gst_encoding_profile_get_restriction (sprof); in serialize_stream_profiles()
443 gst_encoding_profile_get_presence (sprof)); in serialize_stream_profiles()
445 if (GST_IS_ENCODING_VIDEO_PROFILE (sprof)) { in serialize_stream_profiles()
446 GstEncodingVideoProfile *vp = (GstEncodingVideoProfile *) sprof; in serialize_stream_profiles()
[all …]
Dencoding-profile.c1405 GstEncodingProfile *sprof = (GstEncodingProfile *) ltmp->data; in gst_encoding_profile_get_input_caps() local
1406 res = gst_caps_merge (res, gst_encoding_profile_get_input_caps (sprof)); in gst_encoding_profile_get_input_caps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c110 GstEncodingProfile *sprof; in GST_START_TEST() local
117 sprof = (GstEncodingProfile *) in GST_START_TEST()
119 fail_if (sprof == NULL); in GST_START_TEST()
121 out = gst_encoding_profile_get_input_caps (sprof); in GST_START_TEST()
125 gst_encoding_profile_unref (sprof); in GST_START_TEST()
132 sprof = (GstEncodingProfile *) in GST_START_TEST()
134 fail_if (sprof == NULL); in GST_START_TEST()
136 out = gst_encoding_profile_get_input_caps (sprof); in GST_START_TEST()
143 gst_encoding_profile_unref (sprof); in GST_START_TEST()
233 GstEncodingProfile *profile, *sprof; in create_saveload_target() local
[all …]
/third_party/openssl/ssl/statem/
Dextensions_srvr.c499 SRTP_PROTECTION_PROFILE *sprof = in tls_parse_ctos_use_srtp() local
502 if (sprof->id == id) { in tls_parse_ctos_use_srtp()
503 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()
/third_party/gstreamer/gstplugins_base/
DChangeLog46099 encodebin: Fix build initializing sprof