Lines Matching refs:EncodedFrame
58 int64_t InsertFrame(std::unique_ptr<EncodedFrame> frame);
66 std::function<void(std::unique_ptr<EncodedFrame>, ReturnReason)> handler);
113 std::unique_ptr<EncodedFrame> frame;
119 bool ValidReferences(const EncodedFrame& frame) const;
122 EncodedFrame* GetNextFrame() RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
139 bool UpdateFrameInfoWithIncomingFrame(const EncodedFrame& frame,
150 bool IsCompleteSuperFrame(const EncodedFrame& frame)
153 bool HasBadRenderTiming(const EncodedFrame& frame, int64_t now_ms)
160 EncodedFrame* CombineAndDeleteFrames(
161 const std::vector<EncodedFrame*>& frames) const;
175 std::function<void(std::unique_ptr<EncodedFrame>, ReturnReason)>