OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tlength
(Results
1 - 12
of
12
) sorted by null
/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);
/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;
mainProgram.m
57
'
tlength
', 0,... % # of samples of entire file
143
xFar = [zeros(setupStruct.hsupport1-1,1);xFar(1:setupStruct.
tlength
)];
144
yNear = [zeros(setupStruct.hsupport1-1,1);yNear(1:setupStruct.
tlength
)];
145
yNearSpeech = [zeros(setupStruct.hsupport1-1,1);yNearSpeech(1:setupStruct.
tlength
)];
146
xFar = xFar(1:setupStruct.
tlength
);
147
yNear = yNear(1:setupStruct.
tlength
);
165
emicrophone = zeros(setupStruct.
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
stream.h
87
* \li
tlength
- The target length of a playback buffer. The server will only
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so
libpulse.so.0
libpulse.so.0.4
libpulse.so.0.4.1
libpulse.a
[
all
...]
/external/srtp/test/
srtp_driver.c
332
printf("codec\t\
tlength
(octets)\t\tsrtp instructions/second\n");
[
all
...]
/prebuilt/linux-x86/emulator/
libqemu-audio.a
[
all
...]
Completed in 213 milliseconds