Home
last modified time | relevance | path

Searched refs:encoded_frame_writers_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_unittest.cc61 &encoded_frame_writers_, /*decoded_frame_writers=*/nullptr); in VideoProcessorTest()
93 VideoProcessor::IvfFileWriterMap encoded_frame_writers_; member in webrtc::test::VideoProcessorTest
Dvideoprocessor.cc187 encoded_frame_writers_(encoded_frame_writers), in VideoProcessor()
205 RTC_CHECK(encoded_frame_writers_); in VideoProcessor()
406 if (config_.decode || !encoded_frame_writers_->empty()) { in FrameEncoded()
449 auto it = encoded_frame_writers_->find(layer_key); in FrameEncoded()
450 if (it != encoded_frame_writers_->cend()) { in FrameEncoded()
Dvideocodec_test_fixture_impl.cc652 RTC_DCHECK(encoded_frame_writers_.empty()); in SetUpAndInitObjects()
677 encoded_frame_writers_[layer_key] = in SetUpAndInitObjects()
702 &stats_, &encoded_frame_writers_, in SetUpAndInitObjects()
721 for (auto& encoded_frame_writer : encoded_frame_writers_) { in ReleaseAndCloseObjects()
724 encoded_frame_writers_.clear(); in ReleaseAndCloseObjects()
Dvideocodec_test_fixture_impl.h97 VideoProcessor::IvfFileWriterMap encoded_frame_writers_; variable
Dvideoprocessor.h226 IvfFileWriterMap* const encoded_frame_writers_; variable