Home
last modified time | relevance | path

Searched refs:startSmooth (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.cpp32 int64_t recv2Feed = frameInfo.timePonit.startSmooth - frameInfo.timePonit.recv; in CalProcessTime()
52 int64_t smooth = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.startSmooth; in CalWholeProcessTime()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h32 int64_t startSmooth = 0; member
/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()