Searched refs:not_yet_received_frames_ (Results 1 – 2 of 2) sorted by relevance
68 auto clean_frames_to = not_yet_received_frames_.lower_bound(old_picture_id); in ManageFrameInternal()69 not_yet_received_frames_.erase(not_yet_received_frames_.begin(), in ManageFrameInternal()80 not_yet_received_frames_.insert(last_picture_id_); in ManageFrameInternal()162 not_yet_received_frames_.upper_bound(layer_info_it->second[layer]); in ManageFrameInternal()163 if (not_received_frame_it != not_yet_received_frames_.end() && in ManageFrameInternal()206 not_yet_received_frames_.erase(frame->Id()); in UpdateLayerInfoVp8()
64 not_yet_received_frames_; variable