Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCoreMedia.cpp33 auto timescale_sp(valobj.GetSyntheticChildAtOffset(8, int32_ty, true)); in CMTimeSummaryProvider() local
36 if (!value_sp || !timescale_sp || !flags_sp) in CMTimeSummaryProvider()
40 …auto timescale = (int32_t)timescale_sp->GetValueAsUnsigned(0); // the timescale specifies the frac… in CMTimeSummaryProvider()