OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_10ms_blocks_to_read_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.h
74
rtc::Optional<int>
num_10ms_blocks_to_read_
;
member in class:webrtc::PCMFile
PCMFile.cc
141
if (
num_10ms_blocks_to_read_
&& blocks_read_ >= *
num_10ms_blocks_to_read_
)
218
num_10ms_blocks_to_read_
= rtc::Optional<int>(value);
Completed in 198 milliseconds