Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjunittest.c65 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB}; variable
448 doTest(39, 41, _4byteFormats, 4, TJSAMP_444, "test"); in main()
450 doTest(35, 39, _4byteFormats, 4, TJSAMP_422, "test"); in main()
452 doTest(41, 35, _4byteFormats, 4, TJSAMP_420, "test"); in main()
454 doTest(39, 41, _4byteFormats, 4, TJSAMP_440, "test"); in main()
457 doTest(41, 35, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()
/external/libjpeg-turbo/
Dtjunittest.c77 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB, variable
709 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main()
711 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main()
713 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main()
715 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main()
717 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main()
720 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()
/external/libjpeg-turbo/java/
DTJUnitTest.java77 private static final int[] _4byteFormats = { field in TJUnitTest
922 _4byteFormats[4] = -1; in main()
925 doTest(39, 41, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_444, in main()
929 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_422, in main()
933 doTest(41, 35, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_420, in main()
937 doTest(39, 41, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_440, in main()
941 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_411, in main()
946 _4byteFormats[4] = -1; in main()
947 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_GRAY, in main()