Searched refs:inter_tone_gap (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender_unittest.cc157 // |inter_tone_gap|.
159 int inter_tone_gap,
161 // Init extra_delay as -inter_tone_gap - duration to ensure the first
163 int extra_delay = -1 * (inter_tone_gap + duration);
174 duration + inter_tone_gap + extra_delay));
182 int duration, int inter_tone_gap) {
186 EXPECT_EQ(inter_tone_gap, dtmf_->inter_tone_gap());
191 int inter_tone_gap) {
193 GetDtmfInfoFromString(tones, duration, inter_tone_gap,
158 GetDtmfInfoFromString(const std::string& tones, int duration, int inter_tone_gap, std::vector<FakeDtmfProvider::DtmfInfo>* dtmfs) argument
180 VerifyExpectedState(AudioTrackInterface* track, const std::string& tones, int duration, int inter_tone_gap) argument
190 VerifyOnProvider(const std::string& tones, int duration, int inter_tone_gap) argument
247 int inter_tone_gap = 50; local
261 int inter_tone_gap = 50; local
283 int inter_tone_gap = 50; local
297 int inter_tone_gap = 50; local
312 int inter_tone_gap = 50; local
330 int inter_tone_gap = 50; local
341 int inter_tone_gap = 50; local
349 int inter_tone_gap = 50; local
[all...]
H A Ddtmfsenderinterface.h74 // The |inter_tone_gap| parameter indicates the gap between tones in ms.
75 // The |inter_tone_gap| must be at least 50 ms but should be as short as
81 int inter_tone_gap) = 0;
97 virtual int inter_tone_gap() const = 0;
H A Ddtmfsender.h85 int inter_tone_gap) OVERRIDE;
89 virtual int inter_tone_gap() const OVERRIDE;
130 PROXY_CONSTMETHOD0(int, inter_tone_gap)
H A Ddtmfsender.cc134 int inter_tone_gap) {
139 inter_tone_gap < kDtmfMinGapMs) {
155 inter_tone_gap_ = inter_tone_gap;
175 int DtmfSender::inter_tone_gap() const { function in class:webrtc::DtmfSender
133 InsertDtmf(const std::string& tones, int duration, int inter_tone_gap) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_dtmf_sender_handler.h29 long inter_tone_gap) OVERRIDE;
H A Dmock_webrtc_dtmf_sender_handler.cc58 long inter_tone_gap) {
56 insertDTMF(const WebString& tones, long duration, long inter_tone_gap) argument
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.cc178 int inter_tone_gap) OVERRIDE {
181 inter_tone_gap_ = inter_tone_gap;
191 virtual int inter_tone_gap() const OVERRIDE { return inter_tone_gap_; }

Completed in 107 milliseconds