Home
last modified time | relevance | path

Searched refs:DEFAULT_X_DENSITY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_writer.cpp40 const int32_t JpegWriter::DEFAULT_X_DENSITY = 300; member in JpegWriter
94 mInfo.X_density = DEFAULT_X_DENSITY; // Horizontal pixel density in setup()
Djpeg_writer.h65 static const int32_t DEFAULT_X_DENSITY; variable