Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dwav_file_unittest.cc67 static const size_t kContentSize = in TEST() local
69 static_assert(sizeof(kExpectedContents) == kContentSize, "content size"); in TEST()
70 EXPECT_EQ(kContentSize, test::GetFileSize(outfile)); in TEST()
73 uint8_t contents[kContentSize]; in TEST()
74 ASSERT_EQ(1u, fread(contents, kContentSize, 1, f)); in TEST()
76 EXPECT_EQ(0, memcmp(kExpectedContents, contents, kContentSize)); in TEST()
123 static const size_t kContentSize = in TEST() local
125 static_assert(sizeof(kExpectedContents) == kContentSize, "content size"); in TEST()
126 EXPECT_EQ(kContentSize, test::GetFileSize(outfile)); in TEST()
129 uint8_t contents[kContentSize]; in TEST()
[all …]