Searched refs:sstats (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 102 struct sysinfo sstats; in setup() local 114 sysinfo(&sstats); in setup() 115 total_free = sstats.freeram; in setup() 117 max_pids = total_free * sstats.mem_unit in setup() 124 * (sstats.mem_unit * total_free); in setup()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsrc.c | 727 GstStructure *sstats = NULL, *stats; in gst_rist_src_create_stats() local 742 g_object_get (source, "stats", &sstats, NULL); in gst_rist_src_create_stats() 743 gst_structure_get_int (sstats, "packets-lost", &packet_lost); in gst_rist_src_create_stats() 745 gst_structure_get_uint64 (sstats, "packets-received", &received); in gst_rist_src_create_stats() 746 rtp_from = gst_structure_get_string (sstats, "rtp-from"); in gst_rist_src_create_stats() 747 rtcp_from = gst_structure_get_string (sstats, "rtcp-from"); in gst_rist_src_create_stats() 757 if (sstats) in gst_rist_src_create_stats() 758 gst_structure_free (sstats); in gst_rist_src_create_stats()
|
D | gstristsink.c | 798 GstStructure *sstats = NULL, *stats; in gst_rist_sink_create_stats() local 813 g_object_get (source, "stats", &sstats, NULL); in gst_rist_sink_create_stats() 814 gst_structure_get_uint64 (sstats, "packets-sent", &pkt_sent); in gst_rist_sink_create_stats() 815 gst_structure_free (sstats); in gst_rist_sink_create_stats() 822 g_object_get (source, "stats", &sstats, NULL); in gst_rist_sink_create_stats() 823 gst_structure_get_uint (sstats, "rb-round-trip", &rb_rtt); in gst_rist_sink_create_stats() 824 gst_structure_free (sstats); in gst_rist_sink_create_stats()
|