Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/jpeg-stub/
DCompressor.cpp174 Compressor::DestinationManager::DestinationManager() { in DestinationManager() function in Compressor::DestinationManager
180 void Compressor::DestinationManager::initDestination(j_compress_ptr cinfo) { in initDestination()
181 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination()
189 boolean Compressor::DestinationManager::emptyOutputBuffer( in emptyOutputBuffer()
191 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer()
202 void Compressor::DestinationManager::termDestination(j_compress_ptr cinfo) { in termDestination()
203 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in termDestination()
DCompressor.h50 struct DestinationManager : jpeg_destination_mgr { struct
51 DestinationManager();
68 DestinationManager mDestManager; argument
/device/google/cuttlefish/guest/hals/camera/
DCompressor.cpp199 Compressor::DestinationManager::DestinationManager() { in DestinationManager() function in Compressor::DestinationManager
205 void Compressor::DestinationManager::initDestination(j_compress_ptr cinfo) { in initDestination()
206 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination()
214 boolean Compressor::DestinationManager::emptyOutputBuffer( in emptyOutputBuffer()
216 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer()
227 void Compressor::DestinationManager::termDestination(j_compress_ptr cinfo) { in termDestination()
228 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in termDestination()
DCompressor.h50 struct DestinationManager : jpeg_destination_mgr { struct
51 DestinationManager();
68 DestinationManager mDestManager; argument