Home
last modified time | relevance | path

Searched refs:finishSmooth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp52 int64_t smooth = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.startSmooth; in CalWholeProcessTime()
54 int64_t source = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.recv; in CalWholeProcessTime()
55 …int64_t whole = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.startEncode + frameInfo.off… in CalWholeProcessTime()
56 int64_t self = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.finishDecode; in CalWholeProcessTime()
H A Ddcamera_feeding_smoother.cpp55 buffer->frameInfo_.timePonit.finishSmooth = finishSmoothT; in NotifySmoothFinished()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h33 int64_t finishSmooth = 0; member