Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
Dvp9_skip_loopfilter_test.cc110 const char *const actual_md5 = md5_res.Get(); in CheckMd5Vpx() local
114 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"; in CheckMd5Vpx()
116 ASSERT_STRNE(expected_md5_, actual_md5) << "MD5 checksums match"; in CheckMd5Vpx()
Dtest_vector_test.cc73 const char *actual_md5 = md5_res.Get(); in DecompressedFrameHook() local
76 ASSERT_STREQ(expected_md5, actual_md5) in DecompressedFrameHook()
Dbyte_alignment_test.cc153 const char *const actual_md5 = md5_res.Get(); in CheckMd5() local
156 ASSERT_STREQ(expected_md5, actual_md5) << "MD5 checksums don't match"; in CheckMd5()
Dexternal_frame_buffer_test.cc246 const char *const actual_md5 = md5_res.Get(); in DecompressedFrameHook() local
249 ASSERT_STREQ(expected_md5, actual_md5) in DecompressedFrameHook()