Searched refs:selected_sl_ (Results 1 – 2 of 2) sorted by relevance
32 selected_sl_(selected_sl), in LayerFilteringTransport()42 if (selected_tl_ == -1 && selected_sl_ == -1) { in SendRtp()75 if (selected_sl_ >= 0 && spatial_idx == selected_sl_ && in SendRtp()81 (selected_sl_ >= 0 && spatial_idx != kNoSpatialIdx && in SendRtp()82 spatial_idx > selected_sl_)) { in SendRtp()
43 const int selected_sl_; variable