Home
last modified time | relevance | path

Searched refs:pending_frame_configs_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc106 auto it = pending_frame_configs_.find(timestamp); in NextFrameConfig()
107 if (it != pending_frame_configs_.end()) { in NextFrameConfig()
117 pending_frame_configs_[timestamp] = dependency_info; in NextFrameConfig()
245 pending_frame_configs_[timestamp] = dependency_info; in NextFrameConfig()
306 auto it = pending_frame_configs_.find(rtp_timestamp); in OnEncodeDone()
307 if (it != pending_frame_configs_.end()) { in OnEncodeDone()
309 pending_frame_configs_.erase(it); in OnEncodeDone()
Dscreenshare_layers.h105 std::map<uint32_t, DependencyInfo> pending_frame_configs_; variable