5 * PixelFormat conversion library.
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 typedef struct QemuPfConv QemuPfConv;
16 QemuPfConv *qemu_pf_conv_get(PixelFormat *dst, PixelFormat *src);
17 void qemu_pf_conv_run(QemuPfConv *conv, void *dst, void *src, uint32_t cnt);
18 void qemu_pf_conv_put(QemuPfConv *conv);