Searched refs:totalSampleCount (Results 1 – 1 of 1) sorted by relevance
1090 size_t totalSampleCount = 0; in nativeTestSimpleAppend() local1099 totalSampleCount += mediaInfo->getSampleCount(i); in nativeTestSimpleAppend()1101 mediaInfo->appendMedia(muxer, 0, (totalSampleCount/numSplits)-1); in nativeTestSimpleAppend()1139 mediaInfo->appendMedia(muxer, totalSampleCount*curSplit/numSplits, in nativeTestSimpleAppend()1140 totalSampleCount*(curSplit+1)/numSplits-1); in nativeTestSimpleAppend()1255 size_t totalSampleCount = 0; in nativeTestIgnoreLastGOPAppend() local1265 totalSampleCount += mediaInfo->getSampleCount(i); in nativeTestIgnoreLastGOPAppend()1267 mediaInfo->appendMedia(muxer, 0, (totalSampleCount/numSplits)-1); in nativeTestIgnoreLastGOPAppend()1268 totalSamplesWritten += (totalSampleCount/numSplits); in nativeTestIgnoreLastGOPAppend()1311 totalSampleCount/numSplits + ((curSplit-1) * 30), lastSplit); in nativeTestIgnoreLastGOPAppend()