Searched refs:vbriHDType (Results 1 – 1 of 1) sorted by relevance
1074 bool MP3Parser::DecodeVBRIHeader(uint8 *VbriBuffer, VBRIHeaderType &vbriHDType, in DecodeVBRIHeader() argument1081 vbriHDType.hId = aMP3HeaderInfo.layerID; in DecodeVBRIHeader()1082 vbriHDType.sampleRate = srIndexTable[((aMP3HeaderInfo.frameVer)*4) + aMP3HeaderInfo.srIndex]; in DecodeVBRIHeader()1084 vbriHDType.bytes = SwapFileToHostByteOrderInt32(pBuf); in DecodeVBRIHeader()1086 vbriHDType.frames = SwapFileToHostByteOrderInt32(pBuf); in DecodeVBRIHeader()1087 iNumberOfFrames = vbriHDType.frames; in DecodeVBRIHeader()1089 vbriHDType.entriesTOC = SwapFileToHostByteOrderInt16(pBuf); in DecodeVBRIHeader()1091 vbriHDType.scale = SwapFileToHostByteOrderInt16(pBuf); in DecodeVBRIHeader()1093 vbriHDType.sTableEntry = SwapFileToHostByteOrderInt16(pBuf); in DecodeVBRIHeader()1095 vbriHDType.fTableEntry = SwapFileToHostByteOrderInt16(pBuf); in DecodeVBRIHeader()[all …]