Home
last modified time | relevance | path

Searched refs:EstimateDurationFromExternalFileSize (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp3/parser/include/
Dmp3parser.h414 MP3ErrorType EstimateDurationFromExternalFileSize(uint32 &aClipDuration);
/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp1428 if (clipDuration == 0 && MP3_SUCCESS == EstimateDurationFromExternalFileSize(clipDuration)) in GetDuration()
2776 MP3ErrorType MP3Parser::EstimateDurationFromExternalFileSize(uint32 &aClipDuration) in EstimateDurationFromExternalFileSize() function in MP3Parser