HomeSort by relevance Sort by last modified time
    Searched refs:fpUsed (Results 1 - 2 of 2) sorted by null

  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 413 MP3ErrorType MP3Parser::ParseMP3File(PVFile * fpUsed, bool aEnableCRC)
417 fp = fpUsed;
689 * Input : fpUsed
694 MP3ErrorType MP3Parser::ScanMP3File(PVFile * fpUsed, uint32 aFramesToScan)
734 MP3ErrorType err = MP3Utils::SeektoOffset(fpUsed, audioOffset, Oscl_File::SEEKSET);
759 if (fpUsed->Read(pFrameHeader, 1, MP3_FRAME_HEADER_SIZE) != MP3_FRAME_HEADER_SIZE)
761 if (fpUsed->GetFileBufferingCapacity() == 0)
778 uint32 offset = MP3Utils::getCurrentFilePosition(fpUsed);
782 MP3ErrorType err = mp3FindSync(offset, seekOffset, fpUsed);
786 err = MP3Utils::SeektoOffset(fpUsed, seekOffset, Oscl_File::SEEKCUR)
    [all...]
  /external/opencore/fileformats/mp3/parser/include/
mp3parser.h 205 * @param fpUsed Pointer to file
209 MP3ErrorType ParseMP3File(PVFile * fpUsed, bool enableCRC);
214 * @param fpUsed Pointer to file
406 MP3ErrorType ScanMP3File(PVFile * fpUsed, uint32 aFramesToScan);
408 MP3ErrorType ScanMP3File(PVFile* fpUsed);
411 MP3ErrorType ComputeDurationFromNRandomFrames(PVFile * fpUsed, int32 aNumFrames = MIN_RANDOM_FRAMES_TO_SCAN, int32 aNumRandomLoc = MIN_RANDOM_LOCATION_TO_SCAN);

Completed in 3028 milliseconds