Searched refs:ByteRate (Results 1 – 4 of 4) sorted by relevance
66 uint32 ByteRate; member89 ByteRate = 0; in PV_Wav_Parser()129 uint32 ByteRate; variable
146 ByteRate = 0; in CleanupWAVFile()342 …ByteRate = (((*(pBuffer + 11)) << 24) | ((*(pBuffer + 10)) << 16) | ((*(pBuffer + 9)) << 8) | (*(p… in InitWavParser()425 … if (!NumChannels || !NumSamples || !SampleRate || !BitsPerSample || !BytesPerSample || !ByteRate) in InitWavParser()524 aInfo.ByteRate = ByteRate; in RetrieveFileInfo()
877 iSettings.iByteRate = wavFileInfo.ByteRate; in InitComp()
1858 tmpTrackInfo.setTrackBitRate(wavinfo.ByteRate*8 /* convert bytes to bits */); in GetMediaPresentationInfo()