Searched refs:mPresentationCompleteFrames (Results 1 – 3 of 3) sorted by relevance
531 mPresentationCompleteFrames(0), in Track()1308 (long long)mPresentationCompleteFrames, (long long)framesWritten); in presentationComplete()1309 if (mPresentationCompleteFrames == 0) { in presentationComplete()1310 mPresentationCompleteFrames = framesWritten + audioHalFrames; in presentationComplete()1314 (long long)mPresentationCompleteFrames, audioHalFrames); in presentationComplete()1321 complete = framesWritten >= (int64_t) mPresentationCompleteFrames; in presentationComplete()1323 complete = framesWritten >= (int64_t) mPresentationCompleteFrames in presentationComplete()
243 size_t mPresentationCompleteFrames; // number of frames written to the variable
2491 track->mPresentationCompleteFrames = 0; in addTrack_l()