Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjunittest.c64 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR}; variable
447 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main()
449 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main()
451 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main()
453 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main()
456 doTest(39, 41, _3byteFormats, 2, TJSAMP_GRAY, "test"); in main()
/external/libjpeg-turbo/
Dtjunittest.c76 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR}; variable
708 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main()
710 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main()
712 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main()
714 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main()
716 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in main()
719 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in main()
/external/libjpeg-turbo/java/
DTJUnitTest.java71 private static final int[] _3byteFormats = { field in TJUnitTest
923 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_444, in main()
927 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_422, in main()
931 doTest(39, 41, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_420, in main()
935 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_440, in main()
939 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_411, in main()
944 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_GRAY, in main()