Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.cpp153 JpegDestination jpegDestMgr; in compress() local
154 jpegDestMgr.parent = this; in compress()
155 jpegDestMgr.init_destination = jpegInitDestination; in compress()
156 jpegDestMgr.empty_output_buffer = jpegEmptyOutputBuffer; in compress()
157 jpegDestMgr.term_destination = jpegTermDestination; in compress()
159 mCInfo.dest = &jpegDestMgr; in compress()