Searched refs:IsResetNeeded (Results 1 - 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
H A Dmediaatom.h267 int32 IsResetNeeded(int32 time) function in class:MediaAtom
271 return _pmediaInformation->IsResetNeeded(time);
H A Dmediainformationatom.h291 int32 IsResetNeeded(int32 time) function in class:MediaInformationAtom
295 return _psampleTableAtom->IsResetNeeded(time);
H A Dtrackatom.h264 int32 IsResetNeeded(int32 time) function in class:TrackAtom
268 return _pmediaAtom->IsResetNeeded((int32)((float)time*(float)_pmediaAtom->getMediaTimescale() / (float)1000));
H A Dsampletableatom.h167 int32 IsResetNeeded(int32 time);
/external/opencore/fileformats/mp4/parser/src/
H A Dmovieatom.cpp1175 return trackAtom->IsResetNeeded(time);
H A Dsampletableatom.cpp1966 int32 SampleTableAtom::IsResetNeeded(int32 time) function in class:SampleTableAtom

Completed in 30 milliseconds