Searched refs:sim_group (Results 1 – 3 of 3) sorted by relevance
78 const SsrcGroup* sim_group = sp.get_ssrc_group(kSimSsrcGroupSemantics); in GetSimulcastSsrcs() local79 if (sim_group) { in GetSimulcastSsrcs()81 ssrcs->end(), sim_group->ssrcs.begin(), sim_group->ssrcs.end()); in GetSimulcastSsrcs()
165 const SsrcGroup* sim_group = get_ssrc_group(kSimSsrcGroupSemantics); in GetPrimarySsrcs() local166 if (sim_group == NULL) { in GetPrimarySsrcs()169 for (size_t i = 0; i < sim_group->ssrcs.size(); ++i) { in GetPrimarySsrcs()170 ssrcs->push_back(sim_group->ssrcs[i]); in GetPrimarySsrcs()
249 SsrcGroup sim_group("SIM", MAKE_VECTOR(kSimSsrc)); in CreateComplexVideoStreamParamsVec() local255 ssrc_groups.push_back(sim_group); in CreateComplexVideoStreamParamsVec()