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

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

Completed in 49 milliseconds