Searched refs:decoded_data (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/remoting/codec/ |
D | audio_decoder_opus.cc | 107 std::string* decoded_data = decoded_packet->add_data(); in Decode() local 108 decoded_data->resize(packet->data_size() * max_frame_bytes); in Decode() 113 reinterpret_cast<int16*>(string_as_array(decoded_data) + buffer_pos); in Decode() 115 static_cast<int>(decoded_data->size())); in Decode() 135 decoded_data->resize(buffer_pos); in Decode()
|
/external/chromium_org/ui/gfx/ |
D | color_analysis.cc | 220 SkColor CalculateKMeanColorOfBuffer(uint8_t* decoded_data, in CalculateKMeanColorOfBuffer() argument 241 uint8_t b = decoded_data[pixel_pos * 4]; in CalculateKMeanColorOfBuffer() 242 uint8_t g = decoded_data[pixel_pos * 4 + 1]; in CalculateKMeanColorOfBuffer() 243 uint8_t r = decoded_data[pixel_pos * 4 + 2]; in CalculateKMeanColorOfBuffer() 244 uint8_t a = decoded_data[pixel_pos * 4 + 3]; in CalculateKMeanColorOfBuffer() 291 uint8_t* pixel = decoded_data; in CalculateKMeanColorOfBuffer() 292 uint8_t* decoded_data_end = decoded_data + (img_width * img_height * 4); in CalculateKMeanColorOfBuffer() 359 return FindClosestColor(decoded_data, img_width, img_height, color); in CalculateKMeanColorOfBuffer() 368 std::vector<uint8_t> decoded_data; in CalculateKMeanColorOfPNG() local 375 &decoded_data, in CalculateKMeanColorOfPNG() [all …]
|
/external/chromium_org/media/base/android/ |
D | webaudio_media_codec_bridge.cc | 162 std::vector<int16_t> decoded_data; in OnChunkDecoded() local 172 decoded_data.resize(frame_count); in OnChunkDecoded() 174 decoded_data[k] = *data; in OnChunkDecoded() 177 buffer = reinterpret_cast<int8_t*>(vector_as_array(&decoded_data)); in OnChunkDecoded()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/ |
D | iLBC_test.c | 48 int16_t encoded_data[ILBCNOOFWORDS_MAX], decoded_data[BLOCKL_MAX]; in main() local 203 (int16_t)len, decoded_data,&speechType); in main() 205 len=WebRtcIlbcfix_DecodePlc(Dec_Inst, decoded_data, 1); in main() 211 if (fwrite(decoded_data, sizeof(int16_t), len, in main()
|
D | iLBC_testprogram.c | 60 short *decoded_data, /* (o) Decoded signal block */ in decode() argument 72 WebRtcIlbcfix_Decode(decoded_data, (uint16_t *)encoded_data, in decode()
|
/external/chromium_org/chrome/utility/importer/ |
D | nss_decryptor.cc | 76 std::string decoded_data; in Decrypt() local 77 if (!base::Base64Decode(crypt, &decoded_data)) in Decrypt() 88 const_cast<char*>(decoded_data.data())); in Decrypt() 89 request.len = static_cast<unsigned int>(decoded_data.size()); in Decrypt()
|
/external/webp/src/dec/ |
D | vp8l.c | 78 uint32_t** const decoded_data); 1097 uint32_t** const decoded_data) { in DecodeImageStream() argument 1175 if (decoded_data != NULL) { in DecodeImageStream() 1176 *decoded_data = data; in DecodeImageStream()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | vp8l.c | 78 uint32_t** const decoded_data); 1097 uint32_t** const decoded_data) { in DecodeImageStream() argument 1175 if (decoded_data != NULL) { in DecodeImageStream() 1176 *decoded_data = data; in DecodeImageStream()
|