Searched refs:pending_frame_configs_ (Results 1 – 2 of 2) sorted by relevance
106 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()
105 std::map<uint32_t, DependencyInfo> pending_frame_configs_; variable