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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2959 static uint32_t mSurfaceGeneration = 0; local
2960 uint32_t generation = (getpid() << 10) | (++mSurfaceGeneration & ((1 << 10) - 1));

Completed in 50 milliseconds