OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpstr2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc
440
// TODO (hellner): tmpStr and
tmpStr2
seems unnecessary here.
442
unsigned char
tmpStr2
[4];
485
memcpy(
tmpStr2
, &CHUNKheaderObj.fmt_ckSize, 4);
487
(int32_t) ((uint32_t)
tmpStr2
[0] +
488
(((uint32_t)
tmpStr2
[1])<<8) +
489
(((uint32_t)
tmpStr2
[2])<<16) +
490
(((uint32_t)
tmpStr2
[3])<<24));
500
memcpy(
tmpStr2
, &_wavFormatObj.formatTag, 2);
502
(WaveFormats) ((uint32_t)
tmpStr2
[0] +
503
(((uint32_t)
tmpStr2
[1])<<8))
[
all
...]
/external/svox/pico/lib/
picopr.c
303
picoos_uchar
tmpStr2
[PR_MAX_DATA_LEN_Z];
[
all
...]
Completed in 253 milliseconds