HomeSort by relevance Sort by last modified time
    Searched refs:DestManager (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 25 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest);
31 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest);
42 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest);
51 LOGE("DestManager already exists, cannot allocate!");
54 size_t size = sizeof(DestManager);
58 LOGE("Could not allocate memory for DestManager.");
63 DestManager *d = reinterpret_cast<DestManager*>(cinfo->dest)
    [all...]
jpeg_hook.h 32 * DestManager holds the libjpeg destination manager struct and
38 } DestManager;
40 // Initializes the DestManager struct, sets up the jni refs

Completed in 47 milliseconds