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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2875 uint32_t previousSampleSize = 0; // Size of the previous sample local
3247 if (mStszTableEntries->count() >= 2 && previousSampleSize != sampleSize) {
3250 previousSampleSize = sampleSize;

Completed in 15 milliseconds