Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerTest.cpp1090 size_t totalSampleCount = 0; in nativeTestSimpleAppend() local
1099 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() local
1265 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()