Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.cpp93 JpegDestination jpegDestMgr; in threadLoop() local
94 jpegDestMgr.parent = this; in threadLoop()
95 jpegDestMgr.init_destination = jpegInitDestination; in threadLoop()
96 jpegDestMgr.empty_output_buffer = jpegEmptyOutputBuffer; in threadLoop()
97 jpegDestMgr.term_destination = jpegTermDestination; in threadLoop()
99 mCInfo.dest = &jpegDestMgr; in threadLoop()