Home
last modified time | relevance | path

Searched refs:JpegDestination (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.cpp153 JpegDestination jpegDestMgr; in compress()
265 JpegDestination *dest= static_cast<JpegDestination*>(cinfo->dest); in jpegInitDestination()
DJpegCompressor.h95 struct JpegDestination : public jpeg_destination_mgr { struct