Home
last modified time | relevance | path

Searched refs:kWithErrors (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h60 kWithErrors // Release frames as needed. Errors may be enumerator
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer_unittest.cc413 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
1322 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
1371 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
1876 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
1903 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
2086 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
2444 jitter_buffer_->SetDecodeErrorMode(kWithErrors); in TEST_F()
Dvideo_coding_robustness_unittest.cc192 kWithErrors)); in TEST_F()
Dvideo_receiver.cc200 _receiver.SetDecodeErrorMode(kWithErrors); in SetVideoProtection()
Dsession_info.cc548 if (decode_error_mode == kWithErrors) in InsertPacket()
Dsession_info_unittest.cc222 packet_, frame_buffer_, kWithErrors, frame_data))); in TEST_F()
/external/webrtc/webrtc/video/
Dvie_channel.cc533 vcm_->SetDecodeErrorMode(kWithErrors); in ProcessNACKRequest()