Dears,
When i am testing the
spice, i found that spice seems only uses glz to compress the images. i want to
decode the image by the VPU in the ARM, but glz decode isn't supported by VPU.
so i want to let the spice transport images by jpeg.
i modified the
reds.c and red_worker.c in the server. here it is:
in
red_worker.c
worker->jpeg_state =SPICE_WAN_COMPRESSION_ALWAYS(static
void red_init(RedWorker *worker, WorkerInitData *init_data))
in reds.c
spice_wan_compression_t
jpeg_state = SPICE_WAN_COMPRESSION_ALWAYS;
(
static inline int red_compress_image(DisplayChannelClient *dcc,SpiceImage *dest,
SpiceBitmap *src, Drawable *drawable,int can_lossy,compress_send_data_t*
o_comp_data))
afer this , i
tested the sipce client, and found that most of the images still compressed by
glz, and some of them was by jpeg.
can the spice use jpeg
only?how can i do to let it use jpeg only?
best
regards!
2014-09-26
Aaron Zhang(张秉兆)
秉承本心,瑞兆自来,
|
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel