OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_codec
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver_unittest_oldapi.cc
94
auto
current_codec
= acm_->SendCodec();
local
95
ASSERT_TRUE(
current_codec
);
96
if (!CodecsEqual(codec, *
current_codec
))
audio_coding_module_impl.h
131
int ReceiveCodec(CodecInst*
current_codec
) const override;
audio_coding_module_impl.cc
647
int AudioCodingModuleImpl::ReceiveCodec(CodecInst*
current_codec
) const {
649
return receiver_.LastAudioCodec(
current_codec
);
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
1716
webrtc::CodecInst
current_codec
;
local
[
all
...]
Completed in 218 milliseconds