Searched defs:bBeforeRequestedTime (Results 1 - 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dmoviefragmentrandomaccess.cpp225 int32 MovieFragmentRandomAccessAtom::queryRepositionTime(uint32 trackID, int32 time, bool oDependsOn, bool bBeforeRequestedTime) argument
247 if (bBeforeRequestedTime)
H A Dmovieatom.cpp1007 bool bBeforeRequestedTime)
1039 returnedTS = trackAtom->queryRepositionTime(convertedTS, true, bBeforeRequestedTime);
1078 bBeforeRequestedTime);
1091 trackAtom->queryRepositionTime(convertedTS, false, bBeforeRequestedTime);
1103 returnedTS = trackAtom->queryRepositionTime(convertedTS, false, bBeforeRequestedTime);
1136 returnedTS = trackAtom->queryRepositionTime(convertedTS, false, bBeforeRequestedTime);
1003 queryRepositionTime(uint32 time, uint16 numTracks, uint32 *trackList, bool bResetToIFrame, bool bBeforeRequestedTime) argument
H A Dsampletableatom.cpp1401 int32 SampleTableAtom::queryRepositionTime(int32 time, bool oDependsOn, bool bBeforeRequestedTime) argument
1473 if (bBeforeRequestedTime == true)
H A Dmpeg4file.cpp4129 bool bBeforeRequestedTime)
4184 bBeforeRequestedTime);
4217 bBeforeRequestedTime);
4238 bBeforeRequestedTime);
4273 bBeforeRequestedTime);
4125 queryRepositionTime(uint32 time, uint16 numTracks, uint32 *trackList, bool bResetToIFrame, bool bBeforeRequestedTime) argument
/external/opencore/fileformats/mp4/parser/include/
H A Dmediaatom.h255 int32 queryRepositionTime(int32 time, bool oDependsOn, bool bBeforeRequestedTime) argument
259 return _pmediaInformation->queryRepositionTime(time, oDependsOn, bBeforeRequestedTime);
H A Dmediainformationatom.h278 int32 queryRepositionTime(int32 time, bool oDependsOn, bool bBeforeRequestedTime) argument
282 return _psampleTableAtom->queryRepositionTime(time, oDependsOn, bBeforeRequestedTime);

Completed in 78 milliseconds