Searched refs:seqDiff (Results 1 – 1 of 1) sorted by relevance
1428 int64_t seqDiff = (int32_t)((int32_t)frame->seq - (int32_t)fileInfo->seq - 1); in ProcessFileFrameSequence() local1429 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()