Searched refs:tc_divs (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | xsubenc.c | 104 static const int tc_divs[3] = { 1000, 60, 60 }; in make_tc() local 107 tc[i] = ms % tc_divs[i]; in make_tc() 108 ms /= tc_divs[i]; in make_tc() |
Completed in 1 milliseconds