Home
last modified time | relevance | path

Searched refs:startEncode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_sink_frame_info.cpp71 … cJSON *startEncode = cJSON_GetObjectItemCaseSensitive(rootValue, FRAME_INFO_START_ENCODE.c_str()); in Unmarshal() local
72 if (startEncode == nullptr || !cJSON_IsNumber(startEncode)) { in Unmarshal()
76 startEncodeT_ = static_cast<int64_t>(startEncode->valueint); in Unmarshal()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp27 int64_t encode = frameInfo.timePonit.finishEncode - frameInfo.timePonit.startEncode; in CalProcessTime()
53 int64_t sink = frameInfo.timePonit.send - frameInfo.timePonit.startEncode; in CalWholeProcessTime()
55 …int64_t whole = frameInfo.timePonit.finishSmooth - frameInfo.timePonit.startEncode + frameInfo.off… in CalWholeProcessTime()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h24 int64_t startEncode = 0; member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp451 frameInfo.timePonit.startEncode = sinkFrameInfo.startEncodeT_; in HandleSourceStreamExt()