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

  /external/chromium_org/remoting/codec/
audio_decoder_opus.cc 107 std::string* decoded_data = decoded_packet->add_data(); local
108 decoded_data->resize(packet->data_size() * max_frame_bytes);
113 reinterpret_cast<int16*>(string_as_array(decoded_data) + buffer_pos);
115 static_cast<int>(decoded_data->size()));
135 decoded_data->resize(buffer_pos);
audio_decoder_speex.cc 91 std::string* decoded_data = decoded_packet->add_data(); local
92 decoded_data->resize(packet->data_size() *
96 int16* samples = reinterpret_cast<int16*>(string_as_array(decoded_data));
  /external/chromium_org/media/base/android/
webaudio_media_codec_bridge.cc 162 std::vector<int16_t> decoded_data; local
172 decoded_data.resize(frame_count);
174 decoded_data[k] = *data;
177 buffer = reinterpret_cast<int8_t*>(vector_as_array(&decoded_data));
  /external/chromium_org/ui/gfx/
color_analysis.cc 214 SkColor CalculateKMeanColorOfBuffer(uint8_t* decoded_data,
235 uint8_t b = decoded_data[pixel_pos * 4];
236 uint8_t g = decoded_data[pixel_pos * 4 + 1];
237 uint8_t r = decoded_data[pixel_pos * 4 + 2];
238 uint8_t a = decoded_data[pixel_pos * 4 + 3];
285 uint8_t* pixel = decoded_data;
286 uint8_t* decoded_data_end = decoded_data + (img_width * img_height * 4);
355 return FindClosestColor(decoded_data, img_width, img_height, color);
364 std::vector<uint8_t> decoded_data; local
372 &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_org/chrome/utility/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(),
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 80 uint32_t** const decoded_data);
    [all...]
  /external/webp/src/dec/
vp8l.c 80 uint32_t** const decoded_data);
    [all...]

Completed in 168 milliseconds