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

  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 132 } MP3ErrorType;
158 OSCL_IMPORT_REF IMpeg3File(OSCL_wString& filename, MP3ErrorType &bSuccess, Oscl_FileServer* fileServSession = NULL, PVMFCPMPluginAccessInterfaceFactory*aCPM = NULL, OsclFileHandle*aHandle = NULL, bool enableCRC = true);
166 OSCL_IMPORT_REF IMpeg3File(MP3ErrorType &bSuccess);
182 OSCL_IMPORT_REF MP3ErrorType ParseMp3File();
190 OSCL_IMPORT_REF MP3ErrorType GetConfigDetails(MP3ContentFormatType &mp3Config);
208 OSCL_IMPORT_REF int32 GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err);
228 OSCL_IMPORT_REF MP3ErrorType GetNextMediaSample(uint8 *buf, uint32 size, uint32& framesize, uint32& timestamp);
394 OSCL_IMPORT_REF MP3ErrorType RequestReadCapacityNotification(PvmiDataStreamObserver& aObserver,
403 OSCL_IMPORT_REF MP3ErrorType GetMetadataSize(uint32& aMetaDataSize);
419 OSCL_IMPORT_REF MP3ErrorType SetFileSize(const uint32 aFileSize)
    [all...]
mp3parser.h 209 MP3ErrorType ParseMP3File(PVFile * fpUsed, bool enableCRC);
218 MP3ErrorType IsMp3File(MP3_FF_FILE* aFile, uint32 aInitSearchFileSize);
226 MP3ErrorType SetFileSize(const uint32 aFileSize);
236 int32 GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err);
257 MP3ErrorType GetNextMediaSample(uint8 *buf, uint32 bufsize, uint32& framesize, uint32& timestamp);
374 MP3ErrorType GetMetadataSize(uint32 &aSize);
406 MP3ErrorType ScanMP3File(PVFile * fpUsed, uint32 aFramesToScan);
408 MP3ErrorType ScanMP3File(PVFile* fpUsed);
409 MP3ErrorType GetDurationFromVBRIHeader(uint32 &aDuration);
410 MP3ErrorType GetDurationFromRandomScan(uint32 &aDuration)
    [all...]
mp3utils.h 119 static MP3ErrorType SeektoOffset(PVFile *fp, int32 offset, Oscl_File::seek_type aSeekType);
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 413 MP3ErrorType MP3Parser::ParseMP3File(PVFile * fpUsed, bool aEnableCRC)
437 MP3ErrorType errCode = MP3_SUCCESS;
484 MP3ErrorType err = MP3Utils::SeektoOffset(fp, StartOffset, Oscl_File::SEEKSET);
548 MP3ErrorType err = MP3Utils::SeektoOffset(fp, revSeek, Oscl_File::SEEKCUR);
623 MP3ErrorType err = MP3Utils::SeektoOffset(fp, offset - MP3_FIRST_FRAME_SIZE, Oscl_File::SEEKCUR);
694 MP3ErrorType MP3Parser::ScanMP3File(PVFile * fpUsed, uint32 aFramesToScan)
700 MP3ErrorType status = MP3_ERROR_UNKNOWN;
734 MP3ErrorType err = MP3Utils::SeektoOffset(fpUsed, audioOffset, Oscl_File::SEEKSET);
782 MP3ErrorType err = mp3FindSync(offset, seekOffset, fpUsed);
    [all...]
mp3utils.cpp 85 MP3ErrorType MP3Utils::SeektoOffset(PVFile *aFP, int32 aOffset, Oscl_File::seek_type aSeekType)
imp3ff.cpp 104 OSCL_EXPORT_REF IMpeg3File::IMpeg3File(OSCL_wString& filename, MP3ErrorType &bSuccess, Oscl_FileServer* fileServSession, PVMFCPMPluginAccessInterfaceFactory*aCPM, OsclFileHandle*aFileHandle, bool enableCRC) :
142 OSCL_EXPORT_REF IMpeg3File::IMpeg3File(MP3ErrorType &bSuccess): pMP3Parser(NULL)
172 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::ParseMp3File()
174 MP3ErrorType mp3Err = MP3_SUCCESS;
296 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::GetConfigDetails(MP3ContentFormatType &mp3Config)
316 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::GetNextMediaSample(uint8 *buf, uint32 size, uint32& framesize, uint32& timestamp)
340 OSCL_EXPORT_REF int32 IMpeg3File::GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err)
392 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::GetMetadataSize(uint32 &aSize)
516 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::SetFileSize(const uint32 aFileSize)
518 MP3ErrorType errCode = MP3_ERROR_UNKNOWN
    [all...]
  /external/opencore/pvmi/recognizer/plugins/pvmp3ffrecognizer/src/
pvmp3ffrec_plugin.cpp 42 MP3ErrorType eSuccess = MP3_SUCCESS;
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.h 366 MP3ErrorType iErrorCode;
606 PVMFStatus CreateMP3FileObject(MP3ErrorType &aSuccess, PVMFCPMPluginAccessInterfaceFactory*aCPM);
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/android/
pvmediascanner.cpp 192 MP3ErrorType err;

Completed in 712 milliseconds