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

  /external/opencore/pvmi/recognizer/plugins/pvmp3ffrecognizer/src/
pvmp3ffrec_plugin.cpp 40 // Instantiate the IMpeg3File object, which is the class representing the mp3 ff parser library.
44 IMpeg3File* mp3File = OSCL_NEW(IMpeg3File, (eSuccess));
  /external/opencore/fileformats/mp3/parser/src/
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)
152 OSCL_EXPORT_REF IMpeg3File::~IMpeg3File()
172 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::ParseMp3File()
296 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::GetConfigDetails(MP3ContentFormatType &mp3Config)
316 OSCL_EXPORT_REF MP3ErrorType IMpeg3File::GetNextMediaSample(uint8 *buf, uint32 size, uint32& framesize, uint32& timestamp)
328 OSCL_EXPORT_REF uint32 IMpeg3File::ResetPlayback(uint32 time
    [all...]
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 141 * @brief The IMpeg3File Class is the class that will construct and maintain all the
146 class IMpeg3File
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);
174 OSCL_IMPORT_REF ~IMpeg3File();
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.h 348 class IMpeg3File;
358 PVMp3DurationCalculator(int32 aPriority, IMpeg3File* aMP3File, PVMFNodeInterface* aNode, bool aScanEnabled = true);
367 IMpeg3File* iMP3File;
653 IMpeg3File* iMP3File;
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/android/
pvmediascanner.cpp 193 IMpeg3File mp3File(mp3filename, err);
195 LOGE("IMpeg3File constructor returned %d for %s\n", err, filename);
200 LOGE("IMpeg3File::ParseMp3File returned %d for %s\n", err, filename);

Completed in 37 milliseconds