Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp3378 uint32_t previousSampleSize = 0; // Size of the previous sample in threadEntry() local
3812 if (mStszTableEntries->count() >= 2 && previousSampleSize != sampleSize) { in threadEntry()
3815 previousSampleSize = sampleSize; in threadEntry()