Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c1428 int64_t seqDiff = (int32_t)((int32_t)frame->seq - (int32_t)fileInfo->seq - 1); in ProcessFileFrameSequence() local
1429 if (seqDiff > INT32_MAX) { in ProcessFileFrameSequence()
1434 … if (fileInfo->oneFrameLen > INT64_MAX || seqDiff * (int64_t)fileInfo->oneFrameLen > INT64_MAX) { in ProcessFileFrameSequence()
1438 int64_t bytesToWrite = (int64_t)seqDiff * (int64_t)fileInfo->oneFrameLen; in ProcessFileFrameSequence()
1448 int32_t ret = WriteEmptyFrame(fileInfo, (int32_t)seqDiff); in ProcessFileFrameSequence()