Lines Matching refs:fourcc
151 uint32 fourcc; in TEST_F() local
159 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, in TEST_F()
161 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_BGRA), fourcc); in TEST_F()
164 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, in TEST_F()
166 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_ARGB), fourcc); in TEST_F()
170 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, in TEST_F()
173 EXPECT_EQ(0u, fourcc); in TEST_F()
179 uint32 fourcc; in TEST_F() local
187 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, in TEST_F()
189 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_BGRA), fourcc); in TEST_F()
192 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, in TEST_F()
194 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_ARGB), fourcc); in TEST_F()
198 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, in TEST_F()
201 EXPECT_EQ(0u, fourcc); in TEST_F()