Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Daudio_hash_unittest.cc162 AudioHash hash_three; in TEST_F() local
163 hash_three.Update(bus_one_.get(), bus_one_->frames()); in TEST_F()
164 EXPECT_NE(hash_one.ToString(), hash_three.ToString()); in TEST_F()