Home
last modified time | relevance | path

Searched refs:wait_for_encoded_frames_threshold_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideo_codec_unittest.cc45 if (!test_->wait_for_encoded_frames_threshold_) { in OnEncodedImage()
51 test_->wait_for_encoded_frames_threshold_) { in OnEncodedImage()
52 test_->wait_for_encoded_frames_threshold_ = 1; in OnEncodedImage()
135 wait_for_encoded_frames_threshold_ = num_frames; in SetWaitForEncodedFramesThreshold()
H A Dvideo_codec_unittest.h35 wait_for_encoded_frames_threshold_(1), in VideoCodecUnitTest()
111 size_t wait_for_encoded_frames_threshold_; variable