Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp28 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
38 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp26 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
160 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp28 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
146 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
H A Dvideoenc_ndk_sample.cpp28 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
127 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp25 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
207 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()

Completed in 7 milliseconds