Searched refs:DestinationManager (Results 1 – 2 of 2) sorted by relevance
235 NV12Compressor::DestinationManager::DestinationManager() { in DestinationManager() function in NV12Compressor::DestinationManager241 void NV12Compressor::DestinationManager::initDestination(j_compress_ptr cinfo) { in initDestination()242 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination()250 boolean NV12Compressor::DestinationManager::emptyOutputBuffer( in emptyOutputBuffer()252 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer()263 void NV12Compressor::DestinationManager::termDestination(j_compress_ptr cinfo) { in termDestination()264 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in termDestination()
67 struct DestinationManager : jpeg_destination_mgr { struct68 DestinationManager();125 DestinationManager mDestManager;