Searched refs:adjtime (Results 1 – 2 of 2) sorted by relevance
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_sync_util_data_queue.cpp | 443 uint32 adjtime = aTimestamp; in FrameStepClkAdjust() local 445 …(0, "PvmfSyncUtilDataQueue::FrameStepClkAdjust: from %d to %d", (uint32)clktime, (uint32)adjtime)); in FrameStepClkAdjust() 446 …PVMFMediaClockAdjustTimeStatus ok = iClock->AdjustClockTime32(clktime, tbtime, adjtime, PVMF_MEDIA… in FrameStepClkAdjust() 450 …mfSyncUtilDataQueue::FrameStepClkAdjust: from %d to %d FAILED", (uint32)clktime, (uint32)adjtime)); in FrameStepClkAdjust()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 2145 uint32 adjtime = aTs; in AdjustClock() local 2147 …VRefFileOutputActiveTimingSupport::AdjustClock: from %d to %d", (uint32)clktime, (uint32)adjtime)); in AdjustClock() 2148 … iClock->AdjustClockTime32(clktime, tbtime, adjtime, PVMF_MEDIA_CLOCK_MSEC, overflow); in AdjustClock()
|