Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenJPEGStrips.cpp33 static void init_buffer(jpeg_compress_struct *) { in init_buffer() argument
40 static boolean empty_buffer(jpeg_compress_struct *) { in empty_buffer() argument
47 static void term_buffer(jpeg_compress_struct *) { in term_buffer() argument
56 struct jpeg_compress_struct cinfo = { in write_JPEG_Buff()
/packages/apps/Camera2/jni/
Djpegutil.cpp150 volatile jpeg_compress_struct cinfov; in Compress()
152 jpeg_compress_struct& cinfo = in Compress()
153 *const_cast<struct jpeg_compress_struct*>(&cinfov); in Compress()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_writer.h70 struct jpeg_compress_struct mInfo;