HomeSort by relevance Sort by last modified time
    Searched full:jpeg_compressor (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
multitouch-port.c 74 AJPEGDesc* jpeg_compressor; member in struct:AndroidMTSPort
113 if (mtsp->jpeg_compressor != NULL) {
114 jpeg_compressor_destroy(mtsp->jpeg_compressor);
372 mtsp->jpeg_compressor =
420 jpeg_compressor_compress_fb(mtsp->jpeg_compressor, fmt->x, fmt->y, fmt->w,
444 sizeof(MTFrameHeader) + jpeg_compressor_get_jpeg_size(mtsp->jpeg_compressor);
448 uint8_t* const msg = (uint8_t*)jpeg_compressor_get_buffer(mtsp->jpeg_compressor);
457 const float comp_rate = ((float)jpeg_compressor_get_jpeg_size(mtsp->jpeg_compressor) / (fmt->w * fmt->h * fmt->bpp)) * 100;

Completed in 199 milliseconds