浏览代码

Put some space between the groups of tests

tags/v1.3.90
Pierre Ossman 10 年前
父节点
当前提交
00bed5c595
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      tests/pixelconv.cxx

+ 8
- 0
tests/pixelconv.cxx 查看文件

@@ -153,6 +153,8 @@ int main(int argc, char **argv)

/* rgb888 targets */

printf("\n");

dstpf.parse("rgb888");

srcpf.parse("rgb888");
@@ -169,6 +171,8 @@ int main(int argc, char **argv)

/* rgb565 targets */

printf("\n");

dstpf.parse("rgb565");

srcpf.parse("rgb888");
@@ -182,6 +186,8 @@ int main(int argc, char **argv)

/* rgb232 targets */

printf("\n");

dstpf.parse("rgb232");

srcpf.parse("rgb888");
@@ -195,6 +201,8 @@ int main(int argc, char **argv)

/* rgb565 with endian conversion (both ways) */

printf("\n");

dstpf = rfb::PixelFormat(32, 24, false, true, 255, 255, 255, 0, 8, 16);
srcpf = rfb::PixelFormat(32, 24, true, true, 255, 255, 255, 0, 8, 16);


正在加载...
取消
保存