Searched refs:startEncode (Results 1 – 4 of 4) sorted by relevance
71 … cJSON *startEncode = cJSON_GetObjectItemCaseSensitive(rootValue, FRAME_INFO_START_ENCODE.c_str()); in Unmarshal() local72 if (startEncode == nullptr || !cJSON_IsNumber(startEncode)) { in Unmarshal()76 startEncodeT_ = static_cast<int64_t>(startEncode->valueint); in Unmarshal()
27 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()
24 int64_t startEncode = 0; member
451 frameInfo.timePonit.startEncode = sinkFrameInfo.startEncodeT_; in HandleSourceStreamExt()