Searched refs:decoded_frame_writers_ (Results 1 – 4 of 4) sorted by relevance
188 decoded_frame_writers_(decoded_frame_writers), in VideoProcessor()475 if (decoded_frame_writers_ && !first_decoded_frame_[spatial_idx]) { in FrameDecoded()480 RTC_CHECK(decoded_frame_writers_->at(spatial_idx) in FrameDecoded()526 if (decoded_frame_writers_) { in FrameDecoded()531 decoded_frame_writers_->at(spatial_idx)->FrameLength()); in FrameDecoded()532 RTC_CHECK(decoded_frame_writers_->at(spatial_idx) in FrameDecoded()
653 RTC_DCHECK(decoded_frame_writers_.empty()); in SetUpAndInitObjects()687 decoded_frame_writers_.push_back( in SetUpAndInitObjects()703 decoded_frame_writers_.empty() ? nullptr : &decoded_frame_writers_); in SetUpAndInitObjects()725 for (auto& decoded_frame_writer : decoded_frame_writers_) { in ReleaseAndCloseObjects()728 decoded_frame_writers_.clear(); in ReleaseAndCloseObjects()
98 VideoProcessor::FrameWriterList decoded_frame_writers_; variable
227 FrameWriterList* const decoded_frame_writers_; variable