Home
last modified time | relevance | path

Searched refs:GetDecoderFormat (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc108 auto format = neteq_->GetDecoderFormat(payload_type); in InsertPacket()
112 format = neteq_->GetDecoderFormat(payload_type); in InsertPacket()
/external/webrtc/api/neteq/
Dneteq.h303 virtual absl::optional<DecoderFormat> GetDecoderFormat(
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h180 absl::optional<DecoderFormat> GetDecoderFormat(
Dneteq_impl.cc463 absl::optional<NetEq::DecoderFormat> NetEqImpl::GetDecoderFormat( in GetDecoderFormat() function in webrtc::NetEqImpl