Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp85 mFormatChangePending(false), in Decoder()
289 mFormatChangePending = false; in onConfigure()
913 mFormatChangePending = true; in fetchInputData()
1211 return mFormatChangePending || mTimeChangePending; in isDiscontinuityPending()
1216 mFormatChangePending, mTimeChangePending, flushOnTimeChange); in finishHandleDiscontinuity()
1221 if (mFormatChangePending) { in finishHandleDiscontinuity()
1233 msg->setInt32("formatChange", mFormatChangePending); in finishHandleDiscontinuity()
1236 mFormatChangePending = false; in finishHandleDiscontinuity()
DNuPlayerDecoder.h104 bool mFormatChangePending; member