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.cc188 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()
Dvideocodec_test_fixture_impl.cc653 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()
Dvideocodec_test_fixture_impl.h98 VideoProcessor::FrameWriterList decoded_frame_writers_; variable
Dvideoprocessor.h227 FrameWriterList* const decoded_frame_writers_; variable