Searched refs:aMP3ConfigInfo (Results 1 – 1 of 1) sorted by relevance
945 bool MP3Parser::DecodeMP3Header(MP3HeaderType &aMP3HeaderInfo, MP3ConfigInfoType &aMP3ConfigInfo, b… in DecodeMP3Header() argument951 aMP3ConfigInfo.SamplingRate = 0; in DecodeMP3Header()952 aMP3ConfigInfo.BitRate = 0; in DecodeMP3Header()953 aMP3ConfigInfo.FrameLengthInBytes = 0; in DecodeMP3Header()954 aMP3ConfigInfo.FrameSizeUnComp = 0; in DecodeMP3Header()955 aMP3ConfigInfo.NumberOfChannels = 0; in DecodeMP3Header()1012 aMP3ConfigInfo.NumberOfChannels = 2; // Stereo in DecodeMP3Header()1016 aMP3ConfigInfo.NumberOfChannels = 2; // Stereo in DecodeMP3Header()1019 aMP3ConfigInfo.NumberOfChannels = 1; // Mono in DecodeMP3Header()1025 aMP3ConfigInfo.SamplingRate = samplingRate; in DecodeMP3Header()[all …]