Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp24 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
140 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp25 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
122 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/InnerAPI/
H A Dhdrcodec_inner_ndk_sample.cpp30 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
41 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/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()
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp27 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
88 int64_t nanoTime = reinterpret_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp24 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
140 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp24 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
124 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp25 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
122 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp31 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
115 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp25 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
85 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp30 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()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp28 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
133 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
H A Dvideoenc_api11_sample.cpp29 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
174 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp31 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
287 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
H A Dvideodec_api11_sample.cpp32 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
313 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp25 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
223 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
H A Dvideodec_api11_sample.cpp31 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
289 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
H A Dperf_test.cpp87 int64_t NANOS_IN_SECOND = 1000000000L; member in OHOS::Media::HwdecPerfNdkTest
108 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp25 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
203 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
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()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp35 constexpr int64_t NANOS_IN_SECOND = 1000000000L; member
147 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs()
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp36 constexpr int64_t NANOS_IN_SECOND = 1000000000L; variable
158 int64_t nanoTime = reinterpret_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTime()

Completed in 35 milliseconds