Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dconvert_test.cc1659 static const uint8_t kTest3Jpg[] = { variable
1919 int ret = MJPGSize(kTest3Jpg, kTest3JpgLen, &width, &height); in TEST_F()
1930 ret = MJPGToNV21(kTest3Jpg, kTest3JpgLen, dst_y, width, dst_uv, in TEST_F()
2009 int ret = MJPGSize(kTest3Jpg, kTest3JpgLen, &width, &height); in TEST_F()
2017 ret = MJPGToARGB(kTest3Jpg, kTest3JpgLen, dst_argb, width * 4, width, in TEST_F()
2090 EXPECT_EQ(1, ShowJPegInfo(kTest3Jpg, kTest3JpgLen)); in TEST_F()