Home
last modified time | relevance | path

Searched refs:mGotStartKeyFrame (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp323 bool mGotStartKeyFrame; member in android::MPEG4Writer::Track
2137 mGotStartKeyFrame(false), in Track()
2222 mGotStartKeyFrame = false; in resetInternal()
3610 if (mIsVideo && !mGotStartKeyFrame && !isSync) { in threadEntry()
3616 mGotStartKeyFrame = true; in threadEntry()