Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Ddate_utils.h34 return (time.tv_sec * KILO + time.tv_usec / KILO); in CurrentTimeMillis()
H A Dcommon.h24 static constexpr int KILO = 1000; variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H A Ddate_utils.h35 return (time.tv_sec * KILO + time.tv_usec / KILO); in CurrentTimeMillis()
H A Dcommon.h24 static constexpr int KILO = 1000; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp70 constexpr uint32_t KILO = 1024; variable
556 … " KByte", static_cast<int32_t>(readSpeed / KILO), static_cast<uint64_t>(GetBufferSize() / KILO)); in Read()
927 …" KByte", static_cast<int32_t>(downloadRate / KILO), static_cast<uint64_t>(remainingBuffer / KILO)… in DownloadReport()