Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp16 struct destination_mgr { struct
52 destination_mgr* dest = reinterpret_cast<destination_mgr*>(cinfo->dest); in InitDestination()
60 destination_mgr* dest = reinterpret_cast<destination_mgr*>(cinfo->dest); in EmptyOutputBuffer()
70 destination_mgr* dest = reinterpret_cast<destination_mgr*>(cinfo->dest); in TerminateDestination()
111 destination_mgr* dest = in SetJpegDestination()
112 static_cast<struct destination_mgr*>((*cinfo->mem->alloc_small)( in SetJpegDestination()
113 (j_common_ptr)cinfo, JPOOL_PERMANENT, sizeof(destination_mgr))); in SetJpegDestination()