Lines Matching refs:fourcc
154 uint32_t fourcc; in TEST_F() local
162 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, in TEST_F()
164 EXPECT_EQ(static_cast<uint32_t>(libyuv::FOURCC_BGRA), fourcc); in TEST_F()
167 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, in TEST_F()
169 EXPECT_EQ(static_cast<uint32_t>(libyuv::FOURCC_ARGB), fourcc); in TEST_F()
173 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, in TEST_F()
176 EXPECT_EQ(0u, fourcc); in TEST_F()
182 uint32_t fourcc; in TEST_F() local
190 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, in TEST_F()
192 EXPECT_EQ(static_cast<uint32_t>(libyuv::FOURCC_BGRA), fourcc); in TEST_F()
195 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, in TEST_F()
197 EXPECT_EQ(static_cast<uint32_t>(libyuv::FOURCC_ARGB), fourcc); in TEST_F()
201 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, in TEST_F()
204 EXPECT_EQ(0u, fourcc); in TEST_F()