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

  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 300 OSCL_IMPORT_REF int32 ConvertSizeToTime(uint32 aFileSize, uint32& aNPTInMS) const;
mp3parser.h 366 int32 ConvertSizeToTime(uint32 aFileSize, uint32& aNPTInMS);
  /external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp 381 OSCL_EXPORT_REF int32 IMpeg3File::ConvertSizeToTime(uint32 aFileSize, uint32& aNPTInMS) const
385 return pMP3Parser->ConvertSizeToTime(aFileSize, aNPTInMS);
    [all...]
mp3parser.cpp     [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp     [all...]

Completed in 236 milliseconds