Searched refs:iMaxSyncBufferSize (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 389 iMaxSyncBufferSize = 0; in ~MP3Parser() 2016 iMaxSyncBufferSize = 627; /* default for 192 kbps, 44.1 kHz */ in mp3FindSync() 2024 if ((contentLength != 0) && ((seekPoint + iMaxSyncBufferSize) >= contentLength)) in mp3FindSync() 2030 if ((iLocalFileSize != 0) && (seekPoint + iMaxSyncBufferSize > (uint32)iLocalFileSize)) in mp3FindSync() 2042 OSCL_TRY(leavecode, pSyncBuffer = OSCL_ARRAY_NEW(uint8, iMaxSyncBufferSize + 1)); in mp3FindSync() 2070 for (j = 0; j < maxSearchOffset; j += iMaxSyncBufferSize) in mp3FindSync() 2074 if (!MP3FileIO::readByteData(aFile, iMaxSyncBufferSize, &pSyncBuffer[1], &BufferSize)) in mp3FindSync() 2099 … MP3Utils::SeektoOffset(aFile, 0 - (int32) iMaxSyncBufferSize + (int32) i - 1, Oscl_File::SEEKCUR); in mp3FindSync() 2118 … MP3Utils::SeektoOffset(aFile, iMaxSyncBufferSize - i + 1, Oscl_File::SEEKCUR); in mp3FindSync() 2125 … MP3Utils::SeektoOffset(aFile, 0 - (int32) iMaxSyncBufferSize + (int32) i - 1, Oscl_File::SEEKCUR); in mp3FindSync() [all …]
|
/external/opencore/fileformats/mp3/parser/include/ |
D | mp3parser.h | 480 uint32 iMaxSyncBufferSize; variable
|