HomeSort by relevance Sort by last modified time
    Searched full:decoded_data (Results 1 - 8 of 8) 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);
  /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/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 48 int16_t encoded_data[ILBCNOOFWORDS_MAX], decoded_data[BLOCKL_MAX]; local
203 (int16_t)len, decoded_data,&speechType);
205 len=WebRtcIlbcfix_DecodePlc(Dec_Inst, decoded_data, 1);
211 if (fwrite(decoded_data, sizeof(int16_t), len,
iLBC_testprogram.c 60 short *decoded_data, /* (o) Decoded signal block */
72 WebRtcIlbcfix_Decode(decoded_data, (uint16_t *)encoded_data,
  /external/chromium_org/ui/gfx/
color_analysis.cc 220 SkColor CalculateKMeanColorOfBuffer(uint8_t* decoded_data,
241 uint8_t b = decoded_data[pixel_pos * 4];
242 uint8_t g = decoded_data[pixel_pos * 4 + 1];
243 uint8_t r = decoded_data[pixel_pos * 4 + 2];
244 uint8_t a = decoded_data[pixel_pos * 4 + 3];
291 uint8_t* pixel = decoded_data;
292 uint8_t* decoded_data_end = decoded_data + (img_width * img_height * 4);
359 return FindClosestColor(decoded_data, img_width, img_height, color);
368 std::vector<uint8_t> decoded_data; local
375 &decoded_data,
    [all...]
  /external/chromium_org/chrome/utility/importer/
nss_decryptor.cc 76 std::string decoded_data; local
77 if (!base::Base64Decode(crypt, &decoded_data))
88 const_cast<char*>(decoded_data.data()));
89 request.len = static_cast<unsigned int>(decoded_data.size());
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 78 uint32_t** const decoded_data);
    [all...]
  /external/webp/src/dec/
vp8l.c 78 uint32_t** const decoded_data);
    [all...]

Completed in 1789 milliseconds