OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_output
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc
495
uint8_t*
temp_output
= new uint8_t[data_length_ * 2];
local
499
temp_output
);
512
*output_ptr = (
temp_output
[i] & 0xF0) + (
temp_output
[i] >> 4);
514
*output_ptr = (
temp_output
[i] << 4) + (
temp_output
[i] & 0x0F);
517
delete []
temp_output
;
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
vcdecoder4_test.cc
612
string
temp_output
;
local
615
EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &
temp_output
));
616
output_.append(
temp_output
);
617
temp_output
.clear();
[
all
...]
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
1354
ImageCache
temp_output
;
local
1447
ImageCache
temp_output
;
local
[
all
...]
Completed in 220 milliseconds