Searched refs:mDestinationMgr (Results 1 – 1 of 1) sorted by relevance
69 mCompressStruct.dest = &mDestinationMgr; in LibJpegContext()70 mDestinationMgr.init_destination = onInitDestination; in LibJpegContext()71 mDestinationMgr.empty_output_buffer = onEmptyOutputBuffer; in LibJpegContext()72 mDestinationMgr.term_destination = onTermDestination; in LibJpegContext()73 mDestinationMgr.next_output_byte = reinterpret_cast<JOCTET*>(mDstBuffer); in LibJpegContext()74 mDestinationMgr.free_in_buffer = mDstBufferSize; in LibJpegContext()197 mDestinationMgr.next_output_byte = reinterpret_cast<JOCTET*>(mDstBuffer); in initDestination()198 mDestinationMgr.free_in_buffer = mDstBufferSize; in initDestination()204 mEncodedSize = mDstBufferSize - mDestinationMgr.free_in_buffer; in termDestination()270 jpeg_destination_mgr mDestinationMgr; member in android::companion::virtualcamera::__anon8ce6df240111::LibJpegContext