HomeSort by relevance Sort by last modified time
    Searched full:out_frame (Results 1 - 4 of 4) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 186 int16_t* out_frame,
nsx_core_neon.c 498 int16_t* out_frame,
552 int16_t* ptr_out = &out_frame[0];
558 // out_frame[i] = inst->synthesisBuffer[i]; // Q0
nsx_core.c 632 int16_t* out_frame,
652 out_frame[i] = inst->synthesisBuffer[i]; // Q0
    [all...]
  /device/ti/panda/audio/
audio_hw.c 666 size_t samp_size, in_frame, out_frame; local
677 out_frame = data->out_chans * samp_size;
679 if (out_frame >= in_frame) {
685 d = (char*)buf + out_frame;
692 for (c=0 ; c < out_frame ; ++c)
694 d += out_frame;
    [all...]

Completed in 104 milliseconds