Searched refs:mPresentationCompleteFrames (Results 1 – 3 of 3) sorted by relevance
528 mPresentationCompleteFrames(0), in Track()1327 (long long)mPresentationCompleteFrames, (long long)framesWritten); in presentationComplete()1328 if (mPresentationCompleteFrames == 0) { in presentationComplete()1329 mPresentationCompleteFrames = framesWritten + audioHalFrames; in presentationComplete()1333 (long long)mPresentationCompleteFrames, audioHalFrames); in presentationComplete()1340 complete = framesWritten >= (int64_t) mPresentationCompleteFrames; in presentationComplete()1342 complete = framesWritten >= (int64_t) mPresentationCompleteFrames in presentationComplete()
240 size_t mPresentationCompleteFrames; // number of frames written to the variable
2434 track->mPresentationCompleteFrames = 0; in addTrack_l()