Searched defs:MS_TO_US (Results 1 – 7 of 7) sorted by relevance
64 static constexpr uint32_t MS_TO_US = 1000; variable
24 constexpr int32_t MS_TO_US = 1000; variable
25 static const int32_t MS_TO_US = 1000; variable
29 const int MS_TO_US = 1000; variable
31 constexpr int64_t MS_TO_US = 1000; variable
37 constexpr float MS_TO_US = 1000.f; // ms to us variable
545 constexpr int32_t MS_TO_US = 1000; in ParseMovingPhotoCoverPosition() local