Searched refs:decoded_frame_writers_ (Results 1 – 4 of 4) sorted by relevance
160 decoded_frame_writers_(decoded_frame_writers), in VideoProcessor()560 if (decoded_frame_writers_ != nullptr) { in FrameDecoded()564 *decoded_frame_writers_->at(spatial_idx)); in FrameDecoded()584 if (analyze_frame_quality_ || decoded_frame_writers_) { in FrameDecoded()601 if (decoded_frame_writers_ != nullptr) { in FrameDecoded()603 *decoded_frame_writers_->at(spatial_idx)); in FrameDecoded()682 decoded_frame_writers_ == nullptr) { in Finalize()704 if (decoded_frame_writers_ != nullptr) { in Finalize()706 *decoded_frame_writers_->at(spatial_idx)); in Finalize()
748 RTC_DCHECK(decoded_frame_writers_.empty()); in SetUpAndInitObjects()799 decoded_frame_writers_.push_back( in SetUpAndInitObjects()810 decoded_frame_writers_.empty() ? nullptr : &decoded_frame_writers_); in SetUpAndInitObjects()830 for (auto& decoded_frame_writer : decoded_frame_writers_) { in ReleaseAndCloseObjects()833 decoded_frame_writers_.clear(); in ReleaseAndCloseObjects()
99 VideoProcessor::FrameWriterList decoded_frame_writers_; variable
227 FrameWriterList* const decoded_frame_writers_; variable