Home
last modified time | relevance | path

Searched refs:aTs (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.h55 …OSCL_IMPORT_REF bool IsSeqTsValidForPkt(uint32 aSeqNum, uint32 aTs, PVMFJitterBufferStats& jbStats…
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp2118 void PVRefFileOutputActiveTimingSupport::AdjustClock(PVMFTimestamp& aTs) in AdjustClock() argument
2139 if (!frameStep || (frameStep && (aTs > (PVMFTimestamp)clktime))) in AdjustClock()
2145 uint32 adjtime = aTs; in AdjustClock()
2157 uint32 PVRefFileOutputActiveTimingSupport::GetDelayMsec(PVMFTimestamp& aTs) in GetDelayMsec() argument
2181 iDelay = aTs - iLastTimestamp; in GetDelayMsec()
2184 iLastTimestamp = aTs; in GetDelayMsec()
2191 AdjustClock(aTs); in GetDelayMsec()
/external/opencore/fileformats/mp4/parser/include/
Dsampletableatom.h381 int32 getSampleNumberAdjustedWithCTTS(uint32 aTs, int32 aSampleNumber);
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h149 void AdjustClock(PVMFTimestamp& aTs);
/external/opencore/fileformats/mp4/parser/src/
Dsampletableatom.cpp3320 getSampleNumberAdjustedWithCTTS(uint32 aTs, int32 aSampleNumber) in getSampleNumberAdjustedWithCTTS() argument
3357 if (curSampleTs == aTs) in getSampleNumberAdjustedWithCTTS()
3364 if ((curSampleTs > aTs) && (curSampleTs < minimumTimestamp)) in getSampleNumberAdjustedWithCTTS()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer.h1194 … virtual bool IsSeqTsValidForPkt(uint32 aSeqNum, uint32 aTs, PVMFJitterBufferStats& jbStats) = 0;