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

  /external/libvncserver/test/
tjunittest.c 64 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
447 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test");
449 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
451 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test");
453 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test");
456 doTest(39, 41, _3byteFormats, 2, TJSAMP_GRAY, "test");
  /external/libjpeg-turbo/
tjunittest.c 76 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
708 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test");
710 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
712 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test");
714 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test");
716 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test");
719 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test");
  /external/libjpeg-turbo/java/
TJUnitTest.java 71 private static final int[] _3byteFormats = {
923 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_444,
927 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_422,
    [all...]

Completed in 69 milliseconds