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

/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_encoder.h26 struct EncodedInfoLeaf { struct in class:webrtc::AudioEncoder
38 // vector will be populated with EncodedInfoLeaf structs. Each struct in the
44 struct EncodedInfo : public EncodedInfoLeaf {
48 std::vector<EncodedInfoLeaf> redundant;
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
H A Daudio_encoder_copy_red.h62 EncodedInfoLeaf secondary_info_;
H A Daudio_encoder_copy_red.cc67 // |info| will be implicitly cast to an EncodedInfoLeaf struct, effectively
86 for (std::vector<EncodedInfoLeaf>::const_iterator it = info.redundant.begin();

Completed in 82 milliseconds