HomeSort by relevance Sort by last modified time
    Searched full:expected_md5 (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/test/
decode_to_md5.sh 34 local expected_md5="$3"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
54 local expected_md5="56794d911b02190212bca92f88ad60c6"
57 decode_to_md5 "${VP8_IVF_FILE}" "vp8" "${expected_md5}"
63 local expected_md5="2952c0eae93f3dadd1aa84c50d3fd6d2"
66 decode_to_md5 "${VP9_IVF_FILE}" "vp9" "${expected_md5}"
test_vector_test.cc 48 char expected_md5[33]; local
52 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
54 expected_md5[32] = '\0';
61 ASSERT_STREQ(expected_md5, actual_md5)
vp9_thread_test.cc 158 const char *expected_md5; member in struct:__anon13738::FileList
194 EXPECT_EQ(iter->expected_md5, DecodeFile(iter->name, t))
226 static const char expected_md5[] = "b35a1b707b28e82be025d960aba039bc"; local
231 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
235 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
external_frame_buffer_test.cc 229 char expected_md5[33]; local
233 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
235 expected_md5[32] = '\0';
242 ASSERT_STREQ(expected_md5, actual_md5)
y4m_test.cc 117 void Md5Check(const string &expected_md5) {
124 ASSERT_EQ(string(md5.Get()), expected_md5); local