HomeSort by relevance Sort by last modified time
    Searched refs:sample_memory_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/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;
174 sample_memory_local = sample_memory_;

Completed in 44 milliseconds