Home
last modified time | relevance | path

Searched refs:playout_mode (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic.cc28 NetEqPlayoutMode playout_mode, in Create() argument
33 switch (playout_mode) { in Create()
38 playout_mode, in Create()
47 playout_mode, in Create()
60 NetEqPlayoutMode playout_mode, in DecisionLogic() argument
76 playout_mode_(playout_mode) { in DecisionLogic()
Ddecision_logic.h38 NetEqPlayoutMode playout_mode,
47 NetEqPlayoutMode playout_mode,
113 NetEqPlayoutMode playout_mode() const { return playout_mode_; } in playout_mode() function
Ddecision_logic_fax.h27 NetEqPlayoutMode playout_mode, in DecisionLogicFax() argument
32 : DecisionLogic(fs_hz, output_size_samples, playout_mode, in DecisionLogicFax()
Ddecision_logic_normal.h27 NetEqPlayoutMode playout_mode, in DecisionLogicNormal() argument
32 : DecisionLogic(fs_hz, output_size_samples, playout_mode, in DecisionLogicNormal()
Dneteq.cc39 << ", playout_mode=" << playout_mode in ToString()
Dneteq_impl.cc98 playout_mode_(config.playout_mode), in NetEqImpl()
Dneteq_unittest.cc589 config_.playout_mode = kPlayoutFax; in NetEqDecodingTestFaxMode()
/external/webrtc/webrtc/modules/audio_coding/neteq/include/
Dneteq.h89 playout_mode(kPlayoutOn), in Config()
100 NetEqPlayoutMode playout_mode; member
/external/webrtc/webrtc/modules/audio_coding/test/
DTwoWayCommunication.cc39 config.neteq_config.playout_mode = kPlayoutFax; in TwoWayCommunication()