OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_memory_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic.h
97
// Adds |value| to |
sample_memory_
|.
99
sample_memory_
+= value;
103
void set_sample_memory(int32_t value) {
sample_memory_
= value; }
157
int
sample_memory_
;
member in class:webrtc::DecisionLogic
decision_logic.cc
72
sample_memory_
(0),
85
sample_memory_
= 0;
93
sample_memory_
= 0;
172
sample_memory_local =
sample_memory_
;
Completed in 661 milliseconds