HomeSort by relevance Sort by last modified time
    Searched refs:EncodedInfoLeaf (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.h 26 struct EncodedInfoLeaf {
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/
audio_encoder_copy_red.h 62 EncodedInfoLeaf secondary_info_;
audio_encoder_copy_red.cc 67 // |info| will be implicitly cast to an EncodedInfoLeaf struct, effectively
86 for (std::vector<EncodedInfoLeaf>::const_iterator it = info.redundant.begin();

Completed in 61 milliseconds