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

  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 88 iMP3File(NULL),
1001 clockconv = OSCL_NEW(MediaClockConverter, (iMP3File->GetTimescale()));
    [all...]
pvmf_mp3ffparser_node.h 367 IMpeg3File* iMP3File;
653 IMpeg3File* iMP3File;
  /external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp 115 iMP3File.SetCPM(aCPM);
116 iMP3File.SetFileHandle(aFileHandle);
117 if (iMP3File.Open(filename.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *fileServSession) != 0)
135 OSCL_TRY(leavecode, pMP3Parser = OSCL_NEW(MP3Parser, (&iMP3File)););
166 if (iMP3File.IsOpen())
168 iMP3File.Close();
177 mp3Err = pMP3Parser->ParseMP3File(&iMP3File, iEnableCrcCalc);
189 iMP3File.Close();
    [all...]
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 441 PVFile iMP3File;

Completed in 1231 milliseconds