Home
last modified time | relevance | path

Searched refs:decoded_frame_writers_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc160 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()
Dvideocodec_test_fixture_impl.cc748 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()
Dvideocodec_test_fixture_impl.h99 VideoProcessor::FrameWriterList decoded_frame_writers_; variable
Dvideoprocessor.h227 FrameWriterList* const decoded_frame_writers_; variable