Home
last modified time | relevance | path

Searched refs:US_PER_MS (Results 1 - 12 of 12) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h43 static constexpr int64_t US_PER_MS = 1000; member in OHOS::MMI::final
47 static constexpr int64_t RESAMPLE_LATENCY = 5 * US_PER_MS;
50 static constexpr int64_t RESAMPLE_MIN_DELTA = 2 * US_PER_MS;
54 static constexpr int64_t RESAMPLE_MAX_DELTA = 20 * US_PER_MS;
58 static constexpr int64_t RESAMPLE_MAX_PREDICTION = 4 * US_PER_MS;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.h28 #define US_PER_MS (1000) macro
H A Ddistributed_stream_test.cpp112 usleep(US_PER_MS); in Wsleep()
/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_latency_test.h41 constexpr static int32_t US_PER_MS = 1000; member in OHOS::DistributedHardware::DAudioLatencyTest
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmemory_pressure_observer.cpp65 levelConfigArr[level].thresholdInMs * US_PER_MS, in MonitorLevel()
66 WINDOW_IN_MS * US_PER_MS); in MonitorLevel()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H A Dmemory_pressure_observer.h27 #define US_PER_MS 1000 macro
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp33 constexpr int64_t US_PER_MS = 1000; member
184 syncCond_.WaitFor(lock, (nextJobUs - nowUs + ADJUST_US) / US_PER_MS); in Run()
/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.h28 constexpr int32_t US_PER_MS = 1000; member
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H A Dupdate_engine_controller.cpp147 timerId_ = SetTimer(0, delaySecond_ * MS_PER_S * US_PER_MS, 0, this); in StartUpdateTimer()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp114 DHLOGI("Time is: %{public}" PRId64" ms.", (captureBeepTime_[i] - playBeepTime_[i]) / US_PER_MS); in ComputeLatency()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp45 const int US_PER_MS = 1000; member
379 MS_PER_SECOND + fillpStatsGetTime.usec / US_PER_MS)); /* ms */ in FillpAppStatistics()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp51 constexpr int32_t US_PER_MS = 1000; member
275 usleep(randNumber * US_PER_MS); in RegisterDistributedHardware()

Completed in 11 milliseconds