Searched refs:target_group (Results 1 – 2 of 2) sorted by relevance
312 if (target_group)313 gst_object_replace ((GstObject **) & target_group->collection,316 - if (target_group == playbin->curr_group)317 - update_combiner_info (playbin, target_group->collection);318 + update_combiner_info (playbin, target_group->collection);321 do_stream_selection (playbin, target_group);
2238 struct snd_pcm_group *group, *target_group; in snd_pcm_link() local2280 target_group = substream->group; in snd_pcm_link()2283 snd_pcm_group_lock_irq(target_group, nonatomic); in snd_pcm_link()2285 snd_pcm_group_assign(substream1, target_group); in snd_pcm_link()2286 refcount_inc(&target_group->refs); in snd_pcm_link()2288 snd_pcm_group_unlock_irq(target_group, nonatomic); in snd_pcm_link()