Searched defs:aTs (Results 1 - 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dsampletableatom.cpp3320 getSampleNumberAdjustedWithCTTS(uint32 aTs, int32 aSampleNumber) argument
3356 //if curSampleTs = aTs then this is the sample we needed so return
3357 if (curSampleTs == aTs)
3362 //if curSampleTs > aTs and is less than minimumTimestamp
3364 if ((curSampleTs > aTs) && (curSampleTs < minimumTimestamp))
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
H A Dpvmi_media_io_fileoutput.cpp2118 void PVRefFileOutputActiveTimingSupport::AdjustClock(PVMFTimestamp& aTs) argument
2139 if (!frameStep || (frameStep && (aTs > (PVMFTimestamp)clktime)))
2145 uint32 adjtime = aTs;
2157 uint32 PVRefFileOutputActiveTimingSupport::GetDelayMsec(PVMFTimestamp& aTs) argument
2181 iDelay = aTs - iLastTimestamp;
2184 iLastTimestamp = aTs;
2191 AdjustClock(aTs);

Completed in 87 milliseconds