Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp235 NV12Compressor::DestinationManager::DestinationManager() { in DestinationManager() function in NV12Compressor::DestinationManager
241 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()
DNV12Compressor.h67 struct DestinationManager : jpeg_destination_mgr { struct
68 DestinationManager();
125 DestinationManager mDestManager;