Home
last modified time | relevance | path

Searched defs:StaticBufferSink (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
Djpeg.cpp261 struct StaticBufferSink : public jpeg_destination_mgr { struct
262 StaticBufferSink(void* dst, const size_t dstCapacity) { in StaticBufferSink() function
270 static void initDestinationS(j_compress_ptr) {} in initDestinationS()
271 static boolean emptyOutputBufferS(j_compress_ptr) { return 0; } in emptyOutputBufferS()
272 static void termDestinationS(j_compress_ptr) {} in termDestinationS()