OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:binary_handle
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h
45
BinaryDelayEstimator*
binary_handle
;
member in struct:__anon27895
delay_estimator_unittest.cc
44
void VerifyDelay(BinaryDelayEstimator*
binary_handle
, int offset, int delay);
136
void DelayEstimatorTest::VerifyDelay(BinaryDelayEstimator*
binary_handle
,
139
EXPECT_EQ(delay, WebRtc_binary_last_delay(
binary_handle
));
491
BinaryDelayEstimator*
binary_handle
= binary_;
local
494
// |
binary_handle
| should be NULL.
497
binary_handle
= WebRtc_CreateBinaryDelayEstimator(NULL, kLookahead);
498
EXPECT_TRUE(
binary_handle
== NULL);
499
binary_handle
= WebRtc_CreateBinaryDelayEstimator(binary_farend_, -1);
500
EXPECT_TRUE(
binary_handle
== NULL);
Completed in 47 milliseconds