Searched refs:iMP3ConfigInfo (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 352 oscl_memset(&iMP3ConfigInfo, 0, sizeof(iMP3ConfigInfo)); in MP3Parser() 397 oscl_memset(&iMP3ConfigInfo, 0, sizeof(iMP3ConfigInfo)); in ~MP3Parser() 431 oscl_memset(&iMP3ConfigInfo, 0, sizeof(iMP3ConfigInfo)); in ParseMP3File() 518 if (!DecodeMP3Header(iMP3HeaderInfo, iMP3ConfigInfo, false)) in ParseMP3File() 673 iAvgBitrateInbps = iMP3ConfigInfo.BitRate; in ParseMP3File() 1207 oscl_memcpy(pMP3Config, &iMP3ConfigInfo, sizeof(iMP3ConfigInfo)); in GetMP3FileHeader() 1554 mInfo->len = (iMP3ConfigInfo.FrameLengthInBytes + MP3_FRAME_HEADER_SIZE); in PeekNextBundledAccessUnits() 1989 if (iMP3ConfigInfo.FrameSizeUnComp > 0 && iMP3ConfigInfo.SamplingRate > 0) in SeekPointFromTimestamp() 1991 …iCurrFrameNumber = (int32)(timestamp * (iMP3ConfigInfo.SamplingRate / iMP3ConfigInfo.FrameSizeUnCo… in SeekPointFromTimestamp() 2569 (OsclFloat)iMP3ConfigInfo.FrameSizeUnComp) / in GetTimestampForSample() [all …]
|
/external/opencore/fileformats/mp3/parser/include/ |
D | mp3parser.h | 482 MP3ConfigInfoType iMP3ConfigInfo; variable
|