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

  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.h 155 encode_type_t enc_type; member in struct:android::__anon1401
  /external/chromium/net/base/
net_util.cc 224 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type,
227 if (enc_type == B_ENCODING) {
291 RFC2047EncodingType enc_type = Q_ENCODING; local
314 enc_type = B_ENCODING;
319 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp);
    [all...]

Completed in 84 milliseconds