Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.cpp93 JpegDestination jpegDestMgr; in threadLoop()
199 JpegDestination *dest= static_cast<JpegDestination*>(cinfo->dest); in jpegInitDestination()
DJpegCompressor.h83 struct JpegDestination : public jpeg_destination_mgr { struct