Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp70 mFormatChangePending(false), in Decoder()
239 mFormatChangePending = false; in onConfigure()
715 mFormatChangePending = true; in fetchInputData()
929 return mFormatChangePending || mTimeChangePending; in isDiscontinuityPending()
934 mFormatChangePending, mTimeChangePending, flushOnTimeChange); in finishHandleDiscontinuity()
939 if (mFormatChangePending) { in finishHandleDiscontinuity()
951 msg->setInt32("formatChange", mFormatChangePending); in finishHandleDiscontinuity()
954 mFormatChangePending = false; in finishHandleDiscontinuity()
DNuPlayerDecoder.h91 bool mFormatChangePending; member