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

  /packages/apps/Gallery2/jni_jpegstream/src/
jerr_hook.cpp 38 char buf[JMSG_LENGTH_MAX];
40 buf[JMSG_LENGTH_MAX - 1] = '\0'; // Force null terminator
  /external/libjpeg-turbo/
jcstest.c 44 static char lasterror[JMSG_LENGTH_MAX] = "No error";
bmp.c 46 static char errStr[JMSG_LENGTH_MAX]="No error";
69 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
71 #define _throwunix(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s\n%s", m, \
jerror.c 99 char buffer[JMSG_LENGTH_MAX];
150 * The message is stored into buffer, which should be at least JMSG_LENGTH_MAX
turbojpeg.c 56 static char errStr[JMSG_LENGTH_MAX]="No error";
129 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
133 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
139 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
145 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
613 snprintf(errStr, JMSG_LENGTH_MAX,
    [all...]
jpeglib.h 729 #define JMSG_LENGTH_MAX 200 /* recommended size of format_message buffer */
    [all...]
  /external/skia/src/codec/
SkJpegDecoderMgr.cpp 16 char buffer[JMSG_LENGTH_MAX];
  /external/pdfium/third_party/libjpeg/
fpdfapi_jerror.c 91 char buffer[JMSG_LENGTH_MAX];
136 * The message is stored into buffer, which should be at least JMSG_LENGTH_MAX
jpeglib.h     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 172 char errBuffer[JMSG_LENGTH_MAX];
  /external/libvncserver/common/
turbojpeg.c 59 static char errStr[JMSG_LENGTH_MAX]="No error";
107 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
112 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
489 snprintf(errStr, JMSG_LENGTH_MAX,
675 snprintf(errStr, JMSG_LENGTH_MAX,
736 snprintf(errStr, JMSG_LENGTH_MAX,
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 227 char errBuffer[JMSG_LENGTH_MAX];
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 189 char errorMessage[JMSG_LENGTH_MAX];
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 451 char buf[JMSG_LENGTH_MAX];
  /external/libyuv/files/source/
mjpeg_decoder.cc 447 char buf[JMSG_LENGTH_MAX];
  /external/ImageMagick/coders/
jpeg.c 313 message[JMSG_LENGTH_MAX];
346 message[JMSG_LENGTH_MAX];
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 224 char buffer[JMSG_LENGTH_MAX];
240 char buffer[JMSG_LENGTH_MAX];
    [all...]
tif_ojpeg.c     [all...]
  /external/dng_sdk/source/
dng_read_image.cpp 1500 char buffer [JMSG_LENGTH_MAX];
    [all...]
dng_image_writer.cpp     [all...]

Completed in 184 milliseconds