Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mStartTimeUs

646     mStartTimeUs = 0;
651 mStartTimeUs = startTimeUs;
857 if (!mStarted || (mNumFramesReceived == 0 && timestampUs < mStartTimeUs)) {
858 ALOGV("Drop frame at %" PRId64 "/%" PRId64 " us", timestampUs, mStartTimeUs);
881 if (mStartTimeUs > 0) {
882 if (timestampUs < mStartTimeUs) {
888 mStartTimeUs = timestampUs - mStartTimeUs;
895 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs);
898 mStartTimeUs, timeUs);