OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputFramesToDiscard
(Results
1 - 3
of
3
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
test_context.h
76
mInputFramesToDiscard
(inputFramesToDiscard),
81
int getInputFramesToDiscard() const { return
mInputFramesToDiscard
; }
85
const int
mInputFramesToDiscard
;
loopback_test.cpp
90
mInputFramesToDiscard
(testCtx->getInputFramesToDiscard()),
119
if (
mInputFramesToDiscard
> 0 || mInitialSilenceFrameCount > 0) {
120
if (
mInputFramesToDiscard
> 0) {
121
mInputFramesToDiscard
-= framesRead;
loopback_test.h
79
int
mInputFramesToDiscard
;
Completed in 965 milliseconds