Home
last modified time | relevance | path

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

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