Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp84 mFormatChangePending(false), in Decoder()
281 mFormatChangePending = false; in onConfigure()
865 mFormatChangePending = true; in fetchInputData()
1125 return mFormatChangePending || mTimeChangePending; in isDiscontinuityPending()
1130 mFormatChangePending, mTimeChangePending, flushOnTimeChange); in finishHandleDiscontinuity()
1135 if (mFormatChangePending) { in finishHandleDiscontinuity()
1147 msg->setInt32("formatChange", mFormatChangePending); in finishHandleDiscontinuity()
1150 mFormatChangePending = false; in finishHandleDiscontinuity()
DNuPlayerDecoder.h104 bool mFormatChangePending; member