Searched refs:timescale (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp53 auto timescale = (int32_t)timescale_sp->GetValueAsUnsigned( local
54 0); // the timescale specifies the fraction of a second each unit in the
78 if (timescale == 0)
81 switch (timescale) {
95 stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale,

Completed in 288 milliseconds