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

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h92 int32_t mDoMoreStuffGeneration; member in struct:android::SimplePlayer
H A DSimplePlayer.cpp38 mDoMoreStuffGeneration(0),
256 if (generation != mDoMoreStuffGeneration) {
382 msg->setInt32("generation", ++mDoMoreStuffGeneration);
391 ++mDoMoreStuffGeneration;

Completed in 68 milliseconds