Searched refs:segCount (Results 1 – 3 of 3) sorted by relevance
52 int segCount; // count of char * in segs member151 int segCount = 1; in SplitStr() local153 (*p == delim) ? segCount++ : 0; in SplitStr()155 SplitedStr *result = (SplitedStr *)calloc(sizeof(SplitedStr) + sizeof(char *) * segCount, 1); in SplitStr()159 result->segCount = segCount; in SplitStr()165 for (int index = 1; index < segCount; index++) { in SplitStr()449 for (int j = (result ? result->segCount : 0); j > 0; j--) { in GetOneCfgFileEx()504 for (int j = 0; result && j < result->segCount && index < MAX_CFG_POLICY_DIRS_CNT; j++) { in GetCfgFilesEx()
492 int segCount = 0; in SplitMessage() local496 segCount = ceil((double)encodeLen / (double)segSize); in SplitMessage()503 if (codingType == DATA_CODING_UCS2 && segCount > 1) { in SplitMessage()507 for (int i = 0; i < segCount; i++) { in SplitMessage()514 if ((i + 1) == segCount) { in SplitMessage()
1569 if (segCount < 0) { in GetSegmentsWithTmpltTimelineStatic()1577 sampleInfo.segCount_ = segCount; in GetSegmentsWithTmpltTimelineStatic()1654 int segCount = (*it)->r_; in GetSegCountFromTimeline() local1660 if (segCount < 0 && (*it)->d_) { in GetSegCountFromTimeline()1670 return segCount; in GetSegCountFromTimeline()1673 segCount = (int)((nextStartTime - startTime) / (*it)->d_); in GetSegCountFromTimeline()1681 return segCount; in GetSegCountFromTimeline()1688 segCount -= 1; in GetSegCountFromTimeline()1691 return segCount; in GetSegCountFromTimeline()1791 if (segCount < 0) { in GetSegDurationFromTimeline()[all …]