Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dcommon_module_tests.c388 struct sae_pt *pt_info, *pt; in sae_tests() local
450 pt_info = sae_derive_pt(pt_groups, in sae_tests()
453 if (!pt_info) in sae_tests()
456 for (pt = pt_info; pt; pt = pt->next) { in sae_tests()
504 sae_deinit_pt(pt_info); in sae_tests()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c283 const GstRTPPayloadInfo *pt_info; in gst_rist_sink_request_pt_map() local
286 pt_info = gst_rtp_payload_info_for_pt (pt); in gst_rist_sink_request_pt_map()
287 if (!pt_info || !pt_info->clock_rate) in gst_rist_sink_request_pt_map()
291 "media", G_TYPE_STRING, pt_info->media, in gst_rist_sink_request_pt_map()
292 "encoding_name", G_TYPE_STRING, pt_info->encoding_name, in gst_rist_sink_request_pt_map()
293 "clock-rate", G_TYPE_INT, (gint) pt_info->clock_rate, NULL); in gst_rist_sink_request_pt_map()
296 g_warn_if_fail (pt_info->encoding_parameters == NULL); in gst_rist_sink_request_pt_map()
Dgstristsrc.c239 const GstRTPPayloadInfo *pt_info; in gst_rist_src_request_pt_map() local
242 pt_info = gst_rtp_payload_info_for_pt (pt); in gst_rist_src_request_pt_map()
243 if (!pt_info || !pt_info->clock_rate) in gst_rist_src_request_pt_map()
247 "media", G_TYPE_STRING, pt_info->media, in gst_rist_src_request_pt_map()
248 "encoding_name", G_TYPE_STRING, pt_info->encoding_name, in gst_rist_src_request_pt_map()
249 "clock-rate", G_TYPE_INT, (gint) pt_info->clock_rate, NULL); in gst_rist_src_request_pt_map()
252 g_warn_if_fail (pt_info->encoding_parameters == NULL); in gst_rist_src_request_pt_map()