/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | qtmux.c | 1011 data->expected_segment_start = g_list_append (data->expected_segment_start, in test_input_push_segment_start() 1277 g_list_append (input1.input, gst_event_new_stream_start ("test-1")); in GST_START_TEST() 1281 input1.input = g_list_append (input1.input, gst_event_new_caps (caps)); in GST_START_TEST() 1285 g_list_append (input1.input, gst_event_new_segment (&input1.segment)); in GST_START_TEST() 1287 g_list_append (input1.input, create_buffer (0, GST_CLOCK_TIME_NONE, in GST_START_TEST() 1290 g_list_append (input1.input, create_buffer (1 * GST_SECOND, in GST_START_TEST() 1293 g_list_append (input1.input, create_buffer (2 * GST_SECOND, in GST_START_TEST() 1295 input1.input = g_list_append (input1.input, gst_event_new_eos ()); in GST_START_TEST() 1299 g_list_append (input2.input, gst_event_new_stream_start ("test-2")); in GST_START_TEST() 1301 input2.input = g_list_append (input2.input, gst_event_new_caps (caps)); in GST_START_TEST() [all …]
|
/third_party/glib/glib/tests/ |
D | list.c | 33 list = g_list_append (list, GINT_TO_POINTER (array[i])); in test_list_sort() 56 list = g_list_append (list, GINT_TO_POINTER (array[i])); in test_list_sort_with_data() 82 list = g_list_append (list, g_strdup_printf ("%" G_GSIZE_FORMAT, i / 5)); in test_list_sort_stable() 160 list = g_list_append (list, &nums[i]); in test_list_reverse() 182 list = g_list_append (list, &nums[i]); in test_list_nth() 204 list1 = g_list_append (list1, &nums[i]); in test_list_concat() 205 list2 = g_list_append (list2, &nums[i+5]); in test_list_concat() 243 list = g_list_append (list, &nums[i]); in test_list_remove() 244 list = g_list_append (list, &nums[i]); in test_list_remove() 274 list = g_list_append (list, &nums[i]); in test_list_remove_all() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | streamsynchronizer.c | 221 to_push = g_list_append (to_push, event); in GST_START_TEST() 222 expected = g_list_append (expected, gst_event_ref (event)); in GST_START_TEST() 226 to_push = g_list_append (to_push, event); in GST_START_TEST() 227 expected = g_list_append (expected, gst_event_ref (event)); in GST_START_TEST() 234 to_push = g_list_append (to_push, buf); in GST_START_TEST() 235 expected = g_list_append (expected, gst_buffer_ref (buf)); in GST_START_TEST() 240 to_push = g_list_append (to_push, event); in GST_START_TEST() 241 expected = g_list_append (expected, gst_event_ref (event)); in GST_START_TEST() 247 to_push = g_list_append (to_push, event); in GST_START_TEST() 253 expected = g_list_append (expected, event); in GST_START_TEST() [all …]
|
/third_party/glib/gio/tests/ |
D | srvtarget.c | 102 targets = g_list_append (targets, g_srv_target_new ("a", 0, 2, 0)); in test_srv_target_ordering() 103 targets = g_list_append (targets, g_srv_target_new ("b", 0, 2, 10)); in test_srv_target_ordering() 104 targets = g_list_append (targets, g_srv_target_new ("c", 0, 2, 15)); in test_srv_target_ordering() 105 targets = g_list_append (targets, g_srv_target_new ("d", 0, 2, 5)); in test_srv_target_ordering() 106 targets = g_list_append (targets, g_srv_target_new ("e", 0, 1, 0)); in test_srv_target_ordering() 107 targets = g_list_append (targets, g_srv_target_new ("f", 0, 1, 50)); in test_srv_target_ordering()
|
/third_party/glib/tests/ |
D | completion-test.c | 38 items = g_list_append (items, "a\302\243"); in main() 39 items = g_list_append (items, "a\302\244"); in main() 40 items = g_list_append (items, "bb"); in main() 41 items = g_list_append (items, "bc"); in main() 71 items = g_list_append (NULL, "bb"); in main()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprobe.c | 47 list = g_list_append (NULL, pspec); 91 list = g_list_append (list, g_strdup (name)); 109 list = g_list_append (list, gst_device);
|
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/ |
D | decodebin3.c | 140 g_list_append (streams, in switch_streams() 148 g_list_append (streams, in switch_streams() 156 g_list_append (streams, in switch_streams() 325 data->other_src = g_list_append (data->other_src, new_src); in main()
|
D | playbin-test.c | 134 g_list_append (streams, in switch_streams() 142 g_list_append (streams, in switch_streams() 150 g_list_append (streams, in switch_streams()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3.c | 1006 dbin->other_inputs = g_list_append (dbin->other_inputs, input); in gst_decodebin3_request_new_pad() 1043 dbin->decoder_factories = g_list_append (dbin->decoder_factories, fact); in gst_decode_bin_update_factories_list() 1046 g_list_append (dbin->decodable_factories, fact); in gst_decode_bin_update_factories_list() 1123 tmp = g_list_append (tmp, (gchar *) sid); in update_requested_selection() 1136 tmp = g_list_append (tmp, (gchar *) sid); in update_requested_selection() 1259 unsorted_streams = g_list_append (unsorted_streams, stream); in get_merged_collection() 1273 unsorted_streams = g_list_append (unsorted_streams, stream); in get_merged_collection() 1563 g_list_append (dbin->to_activate, (gchar *) stream_id); in get_output_for_slot() 1579 g_list_append (dbin->active_selection, (gchar *) stream_id); in get_output_for_slot() 1950 dbin->slots = g_list_append (dbin->slots, slot); in create_new_slot() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebin.c | 1261 tosync = g_list_append (tosync, sgroup->outqueue); in _create_stream_group() 1285 tosync = g_list_append (tosync, sgroup->formatter); in _create_stream_group() 1300 tosync = g_list_append (tosync, sgroup->outfilter); in _create_stream_group() 1311 tosync = g_list_append (tosync, sgroup->parser); in _create_stream_group() 1321 tosync = g_list_append (tosync, sgroup->combiner); in _create_stream_group() 1330 tosync = g_list_append (tosync, sgroup->splitter); in _create_stream_group() 1341 tosync = g_list_append (tosync, sgroup->inqueue); in _create_stream_group() 1382 tosync = g_list_append (tosync, sgroup->smartencoder); in _create_stream_group() 1409 tosync = g_list_append (tosync, sgroup->encoder); in _create_stream_group() 1455 tosync = g_list_append (tosync, sgroup->capsfilter); in _create_stream_group() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstformat.c | 74 _gst_formats = g_list_append (_gst_formats, standards); in _priv_gst_format_initialize() 165 _gst_formats = g_list_append (_gst_formats, format); in gst_format_register()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | jpegparse.c | 163 buffer_in = g_list_append (buffer_in, buffer); in _make_buffers_in() 179 buffer_out = g_list_append (buffer_out, buffer); in _make_buffers_out() 262 buffer_in = g_list_append (buffer_in, buffer); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | gstdvbsrc.c | 1645 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1652 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1659 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1666 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1672 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1679 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1686 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1693 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1700 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() 1707 object->supported_delsys = g_list_append (object->supported_delsys, in gst_dvbsrc_open_frontend() [all …]
|
D | camutils.c | 220 lengths = g_list_append (lengths, GINT_TO_POINTER (len)); in cam_build_ca_pmt() 231 lengths = g_list_append (lengths, GINT_TO_POINTER (len)); in cam_build_ca_pmt()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | selector.c | 270 input_pads = g_list_append (input_pads, input_pad); in run_output_selector_buffer_count() 273 output_pads = g_list_append (output_pads, setup_output_pad (sel, NULL)); in run_output_selector_buffer_count() 338 output_pads = g_list_append (output_pads, output_pad); in run_input_selector_buffer_count() 341 input_pads = g_list_append (input_pads, setup_input_pad (sel)); in run_input_selector_buffer_count() 693 output_pads = g_list_append (output_pads, setup_output_pad (sel, in setup_output_selector() 695 output_pads = g_list_append (output_pads, setup_output_pad (sel, in setup_output_selector()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 245 g_list_append (res->profiles, gst_encoding_profile_ref (prof)); in gst_encoding_target_new() 299 target->profiles = g_list_append (target->profiles, profile); in gst_encoding_target_add_profile() 748 res = g_list_append (res, tmp); in get_matching_filenames() 759 res = g_list_append (res, tmp); in get_matching_filenames() 1040 res = g_list_append (res, (gpointer) g_strdup (subdirname)); in get_categories() 1081 res = g_list_append (res, (gpointer) name); in gst_encoding_list_available_categories() 1112 res = g_list_append (res, target); in sub_get_all_targets() 1175 res = g_list_append (res, target); in merge_targets()
|
D | gstdiscoverer-types.c | 202 ret->streams = g_list_append (ret->streams, subtop); in gst_stream_container_info_copy_int() 429 ret->stream_list = g_list_append (ret->stream_list, new_stream); in gst_discoverer_info_copy() 486 res = g_list_append (res, gst_discoverer_stream_info_ref (stmp)); in gst_discoverer_info_get_streams() 733 g_list_append (res, in gst_discoverer_container_info_get_streams() 1009 g_list_append (res, in gst_discoverer_info_get_stream_list()
|
/third_party/glib/gio/ |
D | gresolver.c | 353 *addrs = g_list_append (NULL, addr); in handle_ip_address_or_localhost() 404 *addrs = g_list_append (*addrs, g_inet_address_new_loopback (G_SOCKET_FAMILY_IPV6)); in handle_ip_address_or_localhost() 406 *addrs = g_list_append (*addrs, g_inet_address_new_loopback (G_SOCKET_FAMILY_IPV4)); in handle_ip_address_or_localhost() 409 *addrs = g_list_append (*addrs, g_inet_address_new_loopback (G_SOCKET_FAMILY_IPV6)); in handle_ip_address_or_localhost() 410 *addrs = g_list_append (*addrs, g_inet_address_new_loopback (G_SOCKET_FAMILY_IPV4)); in handle_ip_address_or_localhost()
|
D | gnetworkaddress.c | 242 socket_addresses = g_list_append (socket_addresses, g_steal_pointer (&sockaddr)); in inet_addresses_to_inet_socket_addresses() 286 addr->priv->cached_sockaddrs = g_list_append (addr->priv->cached_sockaddrs, sockaddr); in g_network_address_parse_sockaddr() 353 addrs = g_list_append (addrs, g_inet_address_new_loopback (AF_INET6)); in g_network_address_new_loopback() 354 addrs = g_list_append (addrs, g_inet_address_new_loopback (AF_INET)); in g_network_address_new_loopback() 725 interleaved = g_list_append (interleaved, list1->data); in list_interleave_families() 730 interleaved = g_list_append (interleaved, list2->data); in list_interleave_families()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer-media-info.c | 580 info->stream_list = g_list_append (info->stream_list, s); in gst_player_media_info_copy() 583 info->audio_stream_list = g_list_append (info->audio_stream_list, s); in gst_player_media_info_copy() 585 info->video_stream_list = g_list_append (info->video_stream_list, s); in gst_player_media_info_copy() 588 g_list_append (info->subtitle_stream_list, s); in gst_player_media_info_copy()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmuxmap.c | 392 result = g_list_append (result, GUINT_TO_POINTER (FOURCC_3gr6)); in gst_qt_mux_map_format_to_header() 413 result = g_list_append (result, GUINT_TO_POINTER (*comp)); in gst_qt_mux_map_format_to_header()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggparse.c | 495 stream->headers = g_list_append (stream->headers, pagebuffer); in gst_ogg_parse_chain() 534 stream->unknown_pages = g_list_append (stream->unknown_pages, in gst_ogg_parse_chain() 549 stream->headers = g_list_append (stream->headers, pagebuffer); in gst_ogg_parse_chain() 667 stream->stored_buffers = g_list_append (stream->stored_buffers, in gst_ogg_parse_chain()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstintersurface.c | 56 list = g_list_append (list, surface); in gst_inter_surface_get()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 601 play->missing = g_list_append (play->missing, gst_message_ref (msg)); in play_bus_msg() 1139 g_list_append (selected_streams, play->cur_video_sid); in play_cycle_track_selection() 1143 g_list_append (selected_streams, play->cur_text_sid); in play_cycle_track_selection() 1158 g_list_append (selected_streams, play->cur_audio_sid); in play_cycle_track_selection() 1162 g_list_append (selected_streams, play->cur_text_sid); in play_cycle_track_selection() 1177 g_list_append (selected_streams, play->cur_audio_sid); in play_cycle_track_selection() 1181 g_list_append (selected_streams, play->cur_video_sid); in play_cycle_track_selection() 1233 selected_streams = g_list_append (selected_streams, in play_cycle_track_selection()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdevice.c | 239 devices = g_list_append (NULL, test_device_new ()); in GST_START_TEST() 323 devices = g_list_append (NULL, test_device_new ()); in GST_START_TEST() 423 devices = g_list_append (NULL, test_device_new ()); in GST_START_TEST()
|