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

  /external/webp/src/dec/
alpha.c 45 uint8_t* decoded_data = NULL; local
75 decoded_data = (uint8_t*)data + ALPHA_HEADER_LEN;
77 decoded_data = (uint8_t*)malloc(decoded_size);
78 if (decoded_data == NULL) return 0;
82 decoded_data);
95 unfilter_func(decoded_data, width, height, 1, width, unfiltered_data);
101 CopyPlane(decoded_data, width, output, stride, width, height);
104 ok = DequantizeLevels(decoded_data, width, height);
110 free(decoded_data);
vp8l.c 78 uint32_t** const decoded_data);
940 uint32_t** const decoded_data) {
    [all...]
  /external/chromium/chrome/browser/importer/
nss_decryptor.cc 73 std::string decoded_data; local
74 base::Base64Decode(crypt, &decoded_data);
84 const_cast<char*>(decoded_data.data()));
85 request.len = static_cast<unsigned int>(decoded_data.size());
  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 204 std::vector<unsigned char> decoded_data; local
207 gfx::PNGCodec::FORMAT_BGRA, &decoded_data,
211 memcpy(entry->icon.getPixels(), &decoded_data.front(),

Completed in 81 milliseconds