Home
last modified time | relevance | path

Searched refs:GetNowTimeStampUs (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_softbus_session.cpp127 … "%" PRId64" start", bufferSize, headerPara.dataLen, headerPara.totalLen, GetNowTimeStampUs()); in PackRecvData()
135 "%" PRId64" end", bufferSize, headerPara.dataLen, headerPara.totalLen, GetNowTimeStampUs()); in PackRecvData()
337 bufferSize, headPara.dataLen, headPara.totalLen, GetNowTimeStampUs()); in UnPackSendData()
354 bufferSize, headPara.dataLen, headPara.totalLen, GetNowTimeStampUs()); in UnPackSendData()
407 int64_t DSchedSoftbusSession::GetNowTimeStampUs() in GetNowTimeStampUs() function in OHOS::DistributedSchedule::DSchedSoftbusSession
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp154 …public}" PRId64" start", bufferSize, headerPara.dataLen, headerPara.totalLen, GetNowTimeStampUs()); in PackRecvData()
162 …%{public}" PRId64" end", bufferSize, headerPara.dataLen, headerPara.totalLen, GetNowTimeStampUs()); in PackRecvData()
352 … %{public}" PRId64" start:", bufferSize, headPara.dataLen, headPara.totalLen, GetNowTimeStampUs()); in UnPackSendData()
370 …e: %{public}" PRId64" end:", bufferSize, headPara.dataLen, headPara.totalLen, GetNowTimeStampUs()); in UnPackSendData()
H A Ddcamera_softbus_adapter.cpp277 sinkFrameInfo.sendT_ = GetNowTimeStampUs(); in SendSofbusStream()
391 int64_t recvT = GetNowTimeStampUs(); in SourceOnStream()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.cpp23 int64_t feedTime = GetNowTimeStampUs(); in CalProcessTime()
H A Difeeding_smoother.cpp98 int64_t enterTime = GetNowTimeStampUs(); in SmoothFeeding()
226 leaveTime_ = GetNowTimeStampUs(); in RecordTime()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_feeding_smoother.cpp53 int64_t finishSmoothT = GetNowTimeStampUs(); in NotifySmoothFinished()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h36 int64_t GetNowTimeStampUs();
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_softbus_session.h117 int64_t GetNowTimeStampUs();
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_utils_tools_test.cpp116 int32_t ret = GetNowTimeStampUs();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp112 int64_t startScaleTime = GetNowTimeStampUs(); in ProcessData()
382 int64_t finishScaleTime = GetNowTimeStampUs(); in ConvertDone()
H A Dscale_convert_process.cpp77 int64_t startScaleTime = GetNowTimeStampUs(); in ProcessData()
396 int64_t finishScaleTime = GetNowTimeStampUs(); in ConvertDone()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp418 buffer->frameInfo_.timePonit.startDecode = GetNowTimeStampUs(); in FeedDecoderInputBuffer()
460 int64_t nowTimeUs = GetNowTimeStampUs(); in GetDecoderTimeStamp()
694 int64_t finishDecodeT = GetNowTimeStampUs(); in OnOutputBufferAvailable()
H A Ddecode_data_process_common.cpp465 buffer->frameInfo_.timePonit.startDecode = GetNowTimeStampUs(); in FeedDecoderInputBuffer()
507 int64_t nowTimeUs = GetNowTimeStampUs(); in GetDecoderTimeStamp()
741 int64_t finishDecodeT = GetNowTimeStampUs(); in OnOutputBufferAvailable()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp425 int64_t nowTimeUs = GetNowTimeStampUs() * nsPerUs; in GetEncoderTimeStamp()
476 int64_t finishEncodeT = GetNowTimeStampUs(); in GetEncoderOutputBuffer()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp111 buffer->frameInfo_.timePonit.startSmooth = GetNowTimeStampUs(); in FeedStream()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp75 int64_t GetNowTimeStampUs() in GetNowTimeStampUs() function