Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjunittest.c80 const int _onlyRGB[]={TJPF_RGB}; variable
725 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main()
726 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
727 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main()
728 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in main()
729 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in main()
730 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in main()
/external/libvncserver/test/
Dtjunittest.c67 const int _onlyRGB[]={TJPF_RGB}; variable