Home
last modified time | relevance | path

Searched refs:CompressImage (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.h33 bool CompressImage(const void* image, int width, int height, int quality,
Djpeg_compressor.cpp26 bool JpegCompressor::CompressImage(const void* image, int width, int height, in CompressImage() function in arc::JpegCompressor
Dexif_utils.cpp467 if (!compressor_.CompressImage(scaled_buffer.data(), thumbnail_width_, in GenerateThumbnail()
Dimage_processor.cpp386 if (!compressor.CompressImage(in_frame.GetData(), in_frame.GetWidth(), in ConvertToJpeg()