Home
last modified time | relevance | path

Searched refs:next_group (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c442 GstSourceGroup *next_group; /* pointer to the next group */ member
1186 …)", i, (group == playbin->curr_group) ? "current" : (group == playbin->next_group) ? "next" : "unu…
1340 playbin->next_group = &playbin->groups[1]; in gst_play_bin3_init()
1491 group = playbin->next_group; in gst_play_bin3_set_uri()
1515 group = playbin->next_group; in gst_play_bin3_set_suburi()
1557 result = playbin->next_group; in get_group()
1925 group = playbin->next_group; in gst_play_bin3_get_property()
1945 group = playbin->next_group; in gst_play_bin3_get_property()
2241 else if (playbin->next_group->collection && in get_source_group_for_streams()
2243 playbin->next_group->collection)) in get_source_group_for_streams()
[all …]
Dgstplaybin2.c407 GstSourceGroup *next_group; /* pointer to the next group */ member
1648 playbin->next_group = &playbin->groups[1]; in gst_play_bin_init()
1798 group = playbin->next_group; in gst_play_bin_set_uri()
1822 group = playbin->next_group; in gst_play_bin_set_suburi()
1864 result = playbin->next_group; in get_group()
2730 group = playbin->next_group; in gst_play_bin_get_property()
2750 group = playbin->next_group; in gst_play_bin_get_property()
3228 if (playbin->next_group && playbin->next_group->valid) { in gst_play_bin_handle_message()
3231 playbin->next_group->uri); in gst_play_bin_handle_message()
5938 new_group = playbin->next_group; in setup_next_source()
[all …]
Dgstdecodebin2.c3520 GstDecodeGroup *next_group = iter->data; in gst_decode_chain_get_current_group() local
3522 if (!next_group->overrun && !next_group->no_more_pads) { in gst_decode_chain_get_current_group()
3523 group = next_group; in gst_decode_chain_get_current_group()
Dgstparsebin.c2644 GstParseGroup *next_group = iter->data; in gst_parse_chain_get_current_group() local
2646 if (!next_group->no_more_pads) { in gst_parse_chain_get_current_group()
2647 group = next_group; in gst_parse_chain_get_current_group()
/third_party/e2fsprogs/e2fsck/
Dpass5.c411 goto next_group; in check_block_bitmaps()
488 next_group: in check_block_bitmaps()
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp2976 node_pointer next_group(node_pointer n) const in next_group() function
4120 node_pointer end1 = next_group(n1); in equals_equiv()
4121 node_pointer end2 = next_group(n2); in equals_equiv()
4467 node_pointer group_end(next_group(n)); in copy_buckets()
4486 node_pointer group_end(next_group(n)); in assign_buckets()
4500 node_pointer group_end(next_group(n)); in move_assign_buckets()
/third_party/libinput/src/
Dlibinput.c1866 struct libinput_device_group *group, *next_group; in libinput_unref() local
1895 next_group, in libinput_unref()
/third_party/boost/boost/unordered/
Dunordered_map.hpp2335 iterator(n), iterator(n ? table_.next_group(n) : n)); in equal_range()
2345 const_iterator(n), const_iterator(n ? table_.next_group(n) : n)); in equal_range()
Dunordered_set.hpp1860 const_iterator(n), const_iterator(n ? table_.next_group(n) : n)); in equal_range()
/third_party/gstreamer/gstplugins_base/
DChangeLog14576 (gdb) p group->parent->next_group
14577 There is no member named next_group.
21709 currently being outputted by the sinks (i.e. curr_group and next_group).
56022 over to the latest next_group. The actual switch will be done when