Home
last modified time | relevance | path

Searched refs:channels_ (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc72 size_t channels_; member in webrtc::OpusTest
145 channels_, in TestDtxEffect()
379 channels_, in TEST_P()
390 PrepareSpeechData(channels_, 20, 20); in TEST_P()
394 channels_, in TEST_P()
433 channels_, in TEST_P()
462 PrepareSpeechData(channels_, 20, 20); in TEST_P()
507 if (channels_ == 2) { in TEST_P()
524 PrepareSpeechData(channels_, 20, 20); in TEST_P()
671 PrepareSpeechData(channels_, 20, 20); in TEST_P()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc72 size_t channels_; member in webrtc::OpusTest
145 channels_, in TestDtxEffect()
379 channels_, in TEST_P()
390 PrepareSpeechData(channels_, 20, 20); in TEST_P()
394 channels_, in TEST_P()
433 channels_, in TEST_P()
462 PrepareSpeechData(channels_, 20, 20); in TEST_P()
507 if (channels_ == 2) { in TEST_P()
524 PrepareSpeechData(channels_, 20, 20); in TEST_P()
671 PrepareSpeechData(channels_, 20, 20); in TEST_P()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc72 size_t channels_; member in webrtc::OpusTest
145 channels_, in TestDtxEffect()
379 channels_, in TEST_P()
390 PrepareSpeechData(channels_, 20, 20); in TEST_P()
394 channels_, in TEST_P()
433 channels_, in TEST_P()
462 PrepareSpeechData(channels_, 20, 20); in TEST_P()
507 if (channels_ == 2) { in TEST_P()
524 PrepareSpeechData(channels_, 20, 20); in TEST_P()
671 PrepareSpeechData(channels_, 20, 20); in TEST_P()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dfakewebrtcvideoengine.h152 ASSERT(0 == channels_.size()); in ~FakeWebRtcVideoEngine()
160 return (channels_.find(channel) != channels_.end()); in IsChannel()
265 channels_[++last_channel_] = ch;
282 delete channels_[channel]; variable
283 channels_.erase(channel);
290 channels_[channel]->send = true;
295 channels_[channel]->send = false;
578 channels_[channel]->nack_ = enable;
592 channels_[channel]->nack_ = false;
606 channels_[channel]->remb_ = receive;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/codec/
H A Daudio_encoder_opus.cc45 channels_(AudioPacket::CHANNELS_STEREO), in AudioEncoderOpus()
60 encoder_ = opus_encoder_create(kOpusSamplingRate, channels_, in InitEncoder()
74 new char[kFrameSamples * kBytesPerSample * channels_]); in InitEncoder()
102 if (packet->channels() != channels_ || in ResetForPacket()
106 channels_ = packet->channels(); in ResetForPacket()
109 if (channels_ <= 0 || channels_ > 2 || in ResetForPacket()
112 << channels_ << " channels with " in ResetForPacket()
127 kBytesPerSample / channels_; in FetchBytesToResample()
160 encoded_packet->set_channels(channels_); in Encode()
199 data->resize(kFrameSamples * kBytesPerSample * channels_); in Encode()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc62 int channels_; member in webrtc::OpusTest
70 channels_(::testing::get<0>(GetParam())), in OpusTest()
116 PrepareSpeechData(channels_, 20, 2000); in TestDtxEffect()
120 channels_, in TestDtxEffect()
269 channels_, in TEST_P()
280 PrepareSpeechData(channels_, 20, 20); in TEST_P()
284 channels_, in TEST_P()
323 channels_, in TEST_P()
354 PrepareSpeechData(channels_, 20, 20); in TEST_P()
489 PrepareSpeechData(channels_, 20, 20); in TEST_P()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc65 int channels_; member in webrtc::OpusTest
73 channels_(::testing::get<0>(GetParam())), in OpusTest()
138 channels_, in TestDtxEffect()
321 channels_, in TEST_P()
332 PrepareSpeechData(channels_, 20, 20); in TEST_P()
336 channels_, in TEST_P()
375 channels_, in TEST_P()
392 channels_, in TEST_P()
406 PrepareSpeechData(channels_, 20, 20); in TEST_P()
541 PrepareSpeechData(channels_, 20, 20); in TEST_P()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc69 size_t channels_; member in webrtc::OpusTest
142 channels_, in TestDtxEffect()
330 channels_, in TEST_P()
341 PrepareSpeechData(channels_, 20, 20); in TEST_P()
345 channels_, in TEST_P()
384 channels_, in TEST_P()
401 channels_, in TEST_P()
419 if (channels_ == 2) { in TEST_P()
436 PrepareSpeechData(channels_, 20, 20); in TEST_P()
571 PrepareSpeechData(channels_, 20, 20); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc43 while (it != channels_.end()) { in ~AudioMultiVector()
51 channels_[i]->Clear(); in Clear()
57 channels_[i]->Clear(); in Zeros()
58 channels_[i]->Extend(length); in Zeros()
191 assert(channels_[0]); in Size()
192 return channels_[0]->Size(); in Size()
205 assert(channels_[0]); in Empty()
206 return channels_[0]->Empty(); in Empty()
212 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
216 return *(channels_[index]); in operator []()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc43 while (it != channels_.end()) { in ~AudioMultiVector()
51 channels_[i]->Clear(); in Clear()
57 channels_[i]->Clear(); in Zeros()
58 channels_[i]->Extend(length); in Zeros()
191 assert(channels_[0]); in Size()
192 return channels_[0]->Size(); in Size()
205 assert(channels_[0]); in Empty()
206 return channels_[0]->Empty(); in Empty()
212 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
216 return *(channels_[index]); in operator []()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc43 while (it != channels_.end()) { in ~AudioMultiVector()
51 channels_[i]->Clear(); in Clear()
57 channels_[i]->Clear(); in Zeros()
58 channels_[i]->Extend(length); in Zeros()
191 assert(channels_[0]); in Size()
192 return channels_[0]->Size(); in Size()
205 assert(channels_[0]); in Empty()
206 return channels_[0]->Empty(); in Empty()
212 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
216 return *(channels_[index]); in operator []()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc43 while (it != channels_.end()) { in ~AudioMultiVector()
51 channels_[i]->Clear(); in Clear()
57 channels_[i]->Clear(); in Zeros()
58 channels_[i]->Extend(length); in Zeros()
191 assert(channels_[0]); in Size()
192 return channels_[0]->Size(); in Size()
205 assert(channels_[0]); in Empty()
206 return channels_[0]->Empty(); in Empty()
212 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
216 return *(channels_[index]); in operator []()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc42 while (it != channels_.end()) { in ~AudioMultiVector()
50 channels_[i]->Clear(); in Clear()
56 channels_[i]->Clear(); in Zeros()
57 channels_[i]->Extend(length); in Zeros()
190 assert(channels_[0]); in Size()
191 return channels_[0]->Size(); in Size()
204 assert(channels_[0]); in Empty()
205 return channels_[0]->Empty(); in Empty()
211 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
215 return *(channels_[index]); in operator []()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc42 while (it != channels_.end()) { in ~AudioMultiVector()
50 channels_[i]->Clear(); in Clear()
56 channels_[i]->Clear(); in Zeros()
57 channels_[i]->Extend(length); in Zeros()
190 assert(channels_[0]); in Size()
191 return channels_[0]->Size(); in Size()
204 assert(channels_[0]); in Empty()
205 return channels_[0]->Empty(); in Empty()
211 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
215 return *(channels_[index]); in operator []()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc41 while (it != channels_.end()) { in ~AudioMultiVector()
49 channels_[i]->Clear(); in Clear()
55 channels_[i]->Clear(); in Zeros()
56 channels_[i]->Extend(length); in Zeros()
187 assert(channels_[0]); in Size()
188 return channels_[0]->Size(); in Size()
201 assert(channels_[0]); in Empty()
202 return channels_[0]->Empty(); in Empty()
208 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
212 return *(channels_[index]); in operator []()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc42 while (it != channels_.end()) { in ~AudioMultiVector()
50 channels_[i]->Clear(); in Clear()
56 channels_[i]->Clear(); in Zeros()
57 channels_[i]->Extend(length); in Zeros()
190 assert(channels_[0]); in Size()
191 return channels_[0]->Size(); in Size()
204 assert(channels_[0]); in Empty()
205 return channels_[0]->Empty(); in Empty()
211 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
215 return *(channels_[index]); in operator []()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc42 while (it != channels_.end()) { in ~AudioMultiVector()
50 channels_[i]->Clear(); in Clear()
56 channels_[i]->Clear(); in Zeros()
57 channels_[i]->Extend(length); in Zeros()
190 assert(channels_[0]); in Size()
191 return channels_[0]->Size(); in Size()
204 assert(channels_[0]); in Empty()
205 return channels_[0]->Empty(); in Empty()
211 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
215 return *(channels_[index]); in operator []()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc41 while (it != channels_.end()) { in ~AudioMultiVector()
49 channels_[i]->Clear(); in Clear()
55 channels_[i]->Clear(); in Zeros()
56 channels_[i]->Extend(length); in Zeros()
191 assert(channels_[0]); in Size()
192 return channels_[0]->Size(); in Size()
205 assert(channels_[0]); in Empty()
206 return channels_[0]->Empty(); in Empty()
212 channels_[from_channel]->CopyTo(channels_[to_channel]); in CopyChannel()
216 return *(channels_[index]); in operator []()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_manager.cc42 channels_.push_back(channel_owner); in CreateChannel()
52 return channels_[i]; in GetChannel()
60 *channels = channels_; in GetAllChannels()
71 for (auto it = channels_.begin(); it != channels_.end(); ++it) { in DestroyChannel()
81 if (to_delete != channels_.end()) { in DestroyChannel()
83 channels_.erase(to_delete); in DestroyChannel()
100 references = channels_; in DestroyAllChannels()
101 channels_.clear(); in DestroyAllChannels()
111 return channels_.size(); in NumOfChannels()
120 if (iterator_pos_ < channels_.size()) in GetChannel()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_manager.cc58 channels_.push_back(channel_owner); in CreateChannel()
68 return channels_[i]; in GetChannel()
76 *channels = channels_; in GetAllChannels()
87 for (auto it = channels_.begin(); it != channels_.end(); ++it) { in DestroyChannel()
97 if (to_delete != channels_.end()) { in DestroyChannel()
99 channels_.erase(to_delete); in DestroyChannel()
110 references = channels_; in DestroyAllChannels()
111 channels_.clear(); in DestroyAllChannels()
117 return channels_.size(); in NumOfChannels()
126 if (iterator_pos_ < channels_.size()) in GetChannel()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_manager.cc42 channels_.push_back(channel_owner); in CreateChannel()
52 return channels_[i]; in GetChannel()
60 *channels = channels_; in GetAllChannels()
71 for (auto it = channels_.begin(); it != channels_.end(); ++it) { in DestroyChannel()
81 if (to_delete != channels_.end()) { in DestroyChannel()
83 channels_.erase(to_delete); in DestroyChannel()
100 references = channels_; in DestroyAllChannels()
101 channels_.clear(); in DestroyAllChannels()
111 return channels_.size(); in NumOfChannels()
120 if (iterator_pos_ < channels_.size()) in GetChannel()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_manager.cc42 channels_.push_back(channel_owner); in CreateChannel()
52 return channels_[i]; in GetChannel()
60 *channels = channels_; in GetAllChannels()
71 for (auto it = channels_.begin(); it != channels_.end(); ++it) { in DestroyChannel()
81 if (to_delete != channels_.end()) { in DestroyChannel()
83 channels_.erase(to_delete); in DestroyChannel()
100 references = channels_; in DestroyAllChannels()
101 channels_.clear(); in DestroyAllChannels()
111 return channels_.size(); in NumOfChannels()
120 if (iterator_pos_ < channels_.size()) in GetChannel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc144 const size_t channels_{std::get<0>(GetParam())}; member in webrtc::__anonbeb8a5fb0111::OpusTest
179 channel_to_basename[channels_], channel_to_suffix[channels_]); in PrepareSpeechData()
217 rtc::CheckedDivExact(input_audio.size(), channels_); in EncodeDecode()
266 std::vector<int16_t> silence(input_samples * channels_, 0); in TestDtxEffect()
538 new int16_t[decode_samples_per_channel * channels_]; in TEST_P()
582 if (channels_ > 2) { in TEST_P()
640 if (channels_ >= 2) { in TEST_P()
670 new int16_t[decode_samples_per_channel * channels_]; in TEST_P()
739 if (channels_ > 2) { in TEST_P()
822 new int16_t[decode_samples_per_channel * channels_]; in TEST_P()
[all …]
/dports/x11/dxpc/dxpc-3.9.2/
H A DMultiplexer.C20 channels_[i] = 0; in Multiplexer()
27 delete channels_[i]; in ~Multiplexer() local
38 if (channels_[i] != 0) in setSelectFDs()
95 (channels_[channelNum] != 0)) in handleSelect()
98 delete channels_[channelNum]; in handleSelect() local
100 channels_[channelNum] = 0; in handleSelect()
120 (channels_[channelNum] != 0)) in handleSelect()
122 if (!channels_[channelNum]-> in handleSelect()
128 channels_[channelNum] = 0; in handleSelect()
160 delete channels_[channelNum]; in handleSelect() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_manager.cc70 channels_.push_back(channel_owner); in CreateChannelInternal()
80 return channels_[i]; in GetChannel()
88 *channels = channels_; in GetAllChannels()
100 it != channels_.end(); in DestroyChannel()
104 channels_.erase(it); in DestroyChannel()
117 references = channels_; in DestroyAllChannels()
118 channels_.clear(); in DestroyAllChannels()
124 return channels_.size(); in NumOfChannels()
129 channel_manager->GetAllChannels(&channels_); in Iterator()
133 if (iterator_pos_ < channels_.size()) in GetChannel()
[all …]

12345678910>>...28