Home
last modified time | relevance | path

Searched defs:nanoTime (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dlinear_pos_time_model.cpp53 void LinearPosTimeModel::ResetFrameStamp(uint64_t frame, int64_t nanoTime) in ResetFrameStamp()
61 bool LinearPosTimeModel::IsReasonable(uint64_t frame, int64_t nanoTime) in IsReasonable()
83 bool LinearPosTimeModel::UpdataFrameStamp(uint64_t frame, int64_t nanoTime) in UpdataFrameStamp()
97 bool LinearPosTimeModel::GetFrameStamp(uint64_t &frame, int64_t &nanoTime) in GetFrameStamp()
H A Doh_audio_buffer.cpp482 bool OHAudioBuffer::GetHandleInfo(uint64_t &frames, int64_t &nanoTime) in GetHandleInfo()
492 void OHAudioBuffer::SetHandleInfo(uint64_t frames, int64_t nanoTime) in SetHandleInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp420 int64_t nanoTime = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dperf_test.cpp81 int64_t nanoTime = (int64_t)now.tv_sec * nanosInSecond + now.tv_nsec; in GetSystemTimeUs() local
H A Dvideodec_ndk_sample.cpp160 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
H A Dvideodec_api11_sample.cpp203 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_common_unit_test.cpp112 int64_t nanoTime = 0; variable
184 int64_t nanoTime = NANO_COUNT_PER_SECOND; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.cpp280 int32_t AudioCapturerWrapper::RelativeSleep(int64_t nanoTime) in RelativeSleep()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp38 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp186 int32_t AbsoluteSleep(int64_t nanoTime) in AbsoluteSleep()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dperf_test.cpp108 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
H A Dvideodec_ndk_sample.cpp214 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp122 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp199 int32_t ClockTime::AbsoluteSleep(int64_t nanoTime) in AbsoluteSleep()
217 std::string ClockTime::NanoTimeToString(int64_t nanoTime) in NanoTimeToString()
234 int32_t ClockTime::RelativeSleep(int64_t nanoTime) in RelativeSleep()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp88 int64_t nanoTime = reinterpret_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp85 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp124 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp140 int64_t nanoTime = static_cast<int64_t>(now.tv_sec) * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp115 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp631 bool AudioEndpointSeparate::GetDeviceHandleInfo(uint64_t &frames, int64_t &nanoTime) in GetDeviceHandleInfo()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp146 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp372 int32_t AbsoluteSleep(int64_t nanoTime) in AbsoluteSleep()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp133 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp69 int64_t nanoTime = 1000; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp287 int64_t nanoTime = (int64_t)now.tv_sec * NANOS_IN_SECOND + now.tv_nsec; in GetSystemTimeUs() local

12