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

  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
updateSettings.m 14 tlength = min([length(microphone),length(TheFarEnd)]);
15 updateno = floor(tlength/setupStruct.updatel);
16 setupStruct.tlength = setupStruct.updatel*updateno;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 82 tlength=min([length(microphone),length(TheFarEnd)]);
83 updateno=floor(tlength/updatel);
84 tlength=updatel*updateno;
87 TheFarEnd =TheFarEnd(1:tlength);
88 microphone =microphone(1:tlength);
90 TheFarEnd =[zeros(hsupport,1);TheFarEnd(1:tlength)];
91 microphone =[zeros(hsupport,1);microphone(1:tlength)];
117 emicrophone=zeros(tlength,1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 217 uint32_t tlength; /**< Playback only: target length of the buffer. The server tries to assure that at least tlength bytes are always available in the buffer */ member in struct:pa_buffer_attr
  /prebuilt/common/ant/
ant.jar 

Completed in 76 milliseconds