HomeSort by relevance Sort by last modified time
    Searched refs:WEBRTC_SPL_VNEW (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 158 #define WEBRTC_SPL_VNEW(t, n) (t *) malloc (sizeof (t) * (n))
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 274 instISAC = (ISACMainStruct*)WEBRTC_SPL_VNEW(ISACMainStruct, 1);
    [all...]

Completed in 42 milliseconds