OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_mem
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/resampler/
resampler.cc
495
int32_t*
tmp_mem
;
local
523
tmp_mem
= (int32_t*)malloc(336 * sizeof(int32_t));
529
tmp_mem
);
532
free(
tmp_mem
);
562
tmp_mem
= (int32_t*)malloc(336 * sizeof(int32_t));
572
tmp_mem
);
575
free(
tmp_mem
);
589
tmp_mem
= (int32_t*) malloc(336 * sizeof(int32_t));
607
tmp_mem
);
610
free(
tmp_mem
);
[
all
...]
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c
611
// |
tmp_mem
| is a temporary memory used by resample function, length is
613
int32_t
tmp_mem
[480 + 256] = { 0 };
local
622
tmp_mem
);
Completed in 54 milliseconds