Home | History | Annotate | Download | only in test

Lines Matching refs:MD5

56     ASSERT_TRUE(md5_file_ != NULL) << "Md5 file open failed. Filename: "
66 // Read correct md5 checksums.
68 ASSERT_NE(res, EOF) << "Read md5 data failed";
71 ::libvpx_test::MD5 md5_res;
75 // Check md5 match.
77 << "Md5 checksums don't match: frame number = " << frame_number;
85 // The md5 checksums are computed for each frame in the video file. If md5
86 // checksums match the correct md5 data, then the test is passed. Otherwise,
123 // Construct md5 file name.
124 const std::string md5_filename = filename + ".md5";
131 // Decode frame, and check the md5 matching.