Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Derror_resilience_test.cc413 unsigned int num_error_frames = 5; in TEST_P() local
415 SetErrorFrames(num_error_frames, error_frame_list); in TEST_P()
421 EXPECT_EQ(GetEncodedFrames() - GetDecodedFrames(), num_error_frames); in TEST_P()
449 unsigned int num_error_frames = 4; in TEST_P() local
451 SetErrorFrames(num_error_frames, error_frame_list); in TEST_P()
457 EXPECT_EQ(GetEncodedFrames() - GetDecodedFrames(), num_error_frames); in TEST_P()
/aosp_15_r20/external/libvpx/test/
H A Derror_resilience_test.cc276 unsigned int num_error_frames = 3; in TEST_P()
278 SetErrorFrames(num_error_frames, error_frame_list); in TEST_P()