HomeSort by relevance Sort by last modified time
    Searched refs:_4byteFormats (Results 1 - 3 of 3) sorted by null

  /external/libvncserver/test/
tjunittest.c 65 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
448 doTest(39, 41, _4byteFormats, 4, TJSAMP_444, "test");
450 doTest(35, 39, _4byteFormats, 4, TJSAMP_422, "test");
452 doTest(41, 35, _4byteFormats, 4, TJSAMP_420, "test");
454 doTest(39, 41, _4byteFormats, 4, TJSAMP_440, "test");
457 doTest(41, 35, _4byteFormats, 4, TJSAMP_GRAY, "test");
  /external/libjpeg-turbo/
tjunittest.c 77 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB,
709 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test");
711 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test");
713 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test");
715 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test");
717 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test");
720 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test");
  /external/libjpeg-turbo/java/
TJUnitTest.java 77 private static final int[] _4byteFormats = {
922 _4byteFormats[4] = -1;
925 doTest(39, 41, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_444,
929 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_422,
    [all...]

Completed in 644 milliseconds