Home
last modified time | relevance | path

Searched refs:finishDecode (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp29 int64_t decode = frameInfo.timePonit.finishDecode - frameInfo.timePonit.startDecode; in CalProcessTime()
30 int64_t decode2Scale = frameInfo.timePonit.startScale - frameInfo.timePonit.finishDecode; in CalProcessTime()
56 int64_t self = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.finishDecode; in CalWholeProcessTime()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h29 int64_t finishDecode = 0; member
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp707 if (frameInfo.timePonit.finishDecode != 0) { in OnOutputBufferAvailable()
710 frameInfo.timePonit.finishDecode = finishDecodeT; in OnOutputBufferAvailable()
H A Ddecode_data_process_common.cpp754 if (frameInfo.timePonit.finishDecode != 0) { in OnOutputBufferAvailable()
757 frameInfo.timePonit.finishDecode = finishDecodeT; in OnOutputBufferAvailable()

Completed in 3 milliseconds