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

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

Completed in 119 milliseconds