OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_mem
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
resampler.cc
459
int32_t*
tmp_mem
;
local
487
tmp_mem
= (int32_t*)malloc(336 * sizeof(int32_t));
493
tmp_mem
);
496
free(
tmp_mem
);
526
tmp_mem
= (int32_t*)malloc(336 * sizeof(int32_t));
536
tmp_mem
);
539
free(
tmp_mem
);
553
tmp_mem
= (int32_t*) malloc(336 * sizeof(int32_t));
571
tmp_mem
);
574
free(
tmp_mem
);
[
all
...]
/external/webrtc/webrtc/common_audio/vad/
vad_core.c
603
// |
tmp_mem
| is a temporary memory used by resample function, length is
605
int32_t
tmp_mem
[480 + 256] = { 0 };
local
614
tmp_mem
);
Completed in 660 milliseconds