Searched refs:mPresentationCompleteFrames (Results 1 – 3 of 3) sorted by relevance
404 mPresentationCompleteFrames(0), in Track()1109 (long long)mPresentationCompleteFrames, (long long)framesWritten); in presentationComplete()1110 if (mPresentationCompleteFrames == 0) { in presentationComplete()1111 mPresentationCompleteFrames = framesWritten + audioHalFrames; in presentationComplete()1113 (long long)mPresentationCompleteFrames, audioHalFrames); in presentationComplete()1120 complete = framesWritten >= (int64_t) mPresentationCompleteFrames; in presentationComplete()1122 complete = framesWritten >= (int64_t) mPresentationCompleteFrames in presentationComplete()
180 size_t mPresentationCompleteFrames; // number of frames written to the variable
2339 track->mPresentationCompleteFrames = 0; in addTrack_l()