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

  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 24 JpegWriter::JpegWriter() : mInfo(),
34 JpegWriter::~JpegWriter() {
40 const int32_t JpegWriter::DEFAULT_X_DENSITY = 300;
41 const int32_t JpegWriter::DEFAULT_Y_DENSITY = 300;
42 const int32_t JpegWriter::DEFAULT_DENSITY_UNIT = 1;
44 int32_t JpegWriter::setup(JNIEnv *env, jobject out, int32_t width, int32_t height,
116 int32_t JpegWriter::write(int8_t* bytes, int32_t length) {
166 void JpegWriter::formatPixels(uint8_t* buf, int32_t len)
    [all...]
jpeg_writer.h 26 * JpegWriter wraps libjpeg's compression functionality and a
30 class JpegWriter {
32 JpegWriter();
33 ~JpegWriter();
60 * Frees any java global references held by the JpegWriter, destroys

Completed in 650 milliseconds