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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c 587 int16_t outBlock_buf[PART_LEN + 8]; // Align buffer to 8-byte boundary.
588 int16_t* outBlock = (int16_t*) (((uintptr_t) outBlock_buf + 15) & ~ 15);
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 720 WebRtc_Word16 outBlock_buf[PART_LEN + 8]; // Align buffer to 8-byte boundary.
721 WebRtc_Word16* outBlock = (WebRtc_Word16*) (((uintptr_t) outBlock_buf + 15) & ~ 15);
    [all...]

Completed in 49 milliseconds