• Home
  • Raw
  • Download

Lines Matching refs:malloc

258             state1_ = malloc(8 * sizeof(int32_t));  in Reset()
262 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz)); in Reset()
267 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
270 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
275 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
278 state2_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz)); in Reset()
283 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
286 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
289 state3_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz)); in Reset()
295 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz)); in Reset()
298 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
302 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
305 state2_ = malloc(sizeof(WebRtcSpl_State8khzTo22khz)); in Reset()
309 state1_ = malloc(sizeof(WebRtcSpl_State8khzTo22khz)); in Reset()
313 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo22khz)); in Reset()
317 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
320 state2_ = malloc(sizeof(WebRtcSpl_State22khzTo16khz)); in Reset()
325 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
329 state2_ = malloc(sizeof(WebRtcSpl_State22khzTo16khz)); in Reset()
333 state3_ = malloc(8 * sizeof(int32_t)); in Reset()
338 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
342 state1_ = malloc(sizeof(WebRtcSpl_State48khzTo16khz)); in Reset()
347 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
350 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
355 state1_ = malloc(sizeof(WebRtcSpl_State48khzTo16khz)); in Reset()
358 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
363 state1_ = malloc(sizeof(WebRtcSpl_State48khzTo16khz)); in Reset()
367 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
370 state3_ = malloc(8 * sizeof(int32_t)); in Reset()
375 state1_ = malloc(8 * sizeof(int32_t)); in Reset()
378 state2_ = malloc(sizeof(WebRtcSpl_State48khzTo16khz)); in Reset()
382 state1_ = malloc(sizeof(WebRtcSpl_State22khzTo8khz)); in Reset()
385 state2_ = malloc(8 * sizeof(int32_t)); in Reset()
390 state1_ = malloc(sizeof(WebRtcSpl_State22khzTo8khz)); in Reset()
394 state1_ = malloc(sizeof(WebRtcSpl_State22khzTo16khz)); in Reset()
410 int16_t* left = (int16_t*)malloc(lengthIn * sizeof(int16_t) / 2); in Push()
411 int16_t* right = (int16_t*)malloc(lengthIn * sizeof(int16_t) / 2); in Push()
412 int16_t* out_left = (int16_t*)malloc(maxLen / 2 * sizeof(int16_t)); in Push()
414 (int16_t*)malloc(maxLen / 2 * sizeof(int16_t)); in Push()
487 tmp_mem = (int32_t*)malloc(336 * sizeof(int32_t)); in Push()
504 tmp = (int16_t*)malloc(sizeof(int16_t) * 2 * lengthIn); in Push()
526 tmp_mem = (int32_t*)malloc(336 * sizeof(int32_t)); in Push()
527 tmp = (int16_t*)malloc(sizeof(int16_t) * 2 * lengthIn); in Push()
553 tmp_mem = (int32_t*) malloc(336 * sizeof(int32_t)); in Push()
554 tmp = (int16_t*) malloc(sizeof(int16_t) * 4 * lengthIn); in Push()
590 tmp = static_cast<int16_t*> (malloc(sizeof(int16_t) * lengthIn * 3)); in Push()
591 tmp_mem = (int32_t*)malloc(336 * sizeof(int32_t)); in Push()
617 tmp = (int16_t*)malloc(sizeof(int16_t) * 2 * lengthIn); in Push()
622 tmp_mem = (int32_t*)malloc(98 * sizeof(int32_t)); in Push()
646 tmp_mem = (int32_t*)malloc(98 * sizeof(int32_t)); in Push()
668 tmp_mem = (int32_t*)malloc(88 * sizeof(int32_t)); in Push()
691 tmp_mem = (int32_t*)malloc(104 * sizeof(int32_t)); in Push()
692 tmp = (int16_t*)malloc((sizeof(int16_t) * lengthIn * 2)); in Push()
721 tmp_mem = (int32_t*)malloc(104 * sizeof(int32_t)); in Push()
722 tmp = (int16_t*)malloc((sizeof(int16_t) * lengthIn * 2)); in Push()
764 tmp_mem = (int32_t*)malloc(496 * sizeof(int32_t)); in Push()
780 tmp = (int16_t*)malloc(sizeof(int16_t) * lengthIn / 2); in Push()
801 tmp_mem = (int32_t*)malloc(496 * sizeof(int32_t)); in Push()
802 tmp = (int16_t*)malloc((sizeof(int16_t) * lengthIn) / 3); in Push()
826 tmp_mem = (int32_t*) malloc(496 * sizeof(int32_t)); in Push()
827 tmp = (int16_t*) malloc((sizeof(int16_t) * lengthIn) / 3); in Push()
828 tmp_2 = (int16_t*) malloc((sizeof(int16_t) * lengthIn) / 6); in Push()
858 tmp = static_cast<int16_t*> (malloc(sizeof(int16_t) * lengthIn * 2)); in Push()
869 tmp_mem = (int32_t*)malloc(496 * sizeof(int32_t)); in Push()
891 tmp_mem = (int32_t*)malloc(126 * sizeof(int32_t)); in Push()
892 tmp = (int16_t*)malloc((lengthIn * 4) / 11 * sizeof(int16_t)); in Push()
920 tmp_mem = (int32_t*)malloc(126 * sizeof(int32_t)); in Push()
942 tmp_mem = (int32_t*)malloc(104 * sizeof(int32_t)); in Push()