Home
last modified time | relevance | path

Searched refs:EncodedInfoLeaf (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_encoder.h26 struct EncodedInfoLeaf { struct
44 struct EncodedInfo : public EncodedInfoLeaf {
48 std::vector<EncodedInfoLeaf> redundant;
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
Daudio_encoder_copy_red.h62 EncodedInfoLeaf secondary_info_;
Daudio_encoder_copy_red.cc86 for (std::vector<EncodedInfoLeaf>::const_iterator it = info.redundant.begin(); in EncodeInternal()