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()
885 mFormatChangePending = true; in fetchInputData()
1153 return mFormatChangePending || mTimeChangePending; in isDiscontinuityPending()
1158 mFormatChangePending, mTimeChangePending, flushOnTimeChange); in finishHandleDiscontinuity()
1163 if (mFormatChangePending) { in finishHandleDiscontinuity()
1175 msg->setInt32("formatChange", mFormatChangePending); in finishHandleDiscontinuity()
1178 mFormatChangePending = false; in finishHandleDiscontinuity()
DNuPlayerDecoder.h104 bool mFormatChangePending; member