Home | History | Annotate | Download | only in webrtc

Lines Matching refs:frame_timestamp

3231   const int64 frame_timestamp = frame->GetTimeStamp();
3232 if (frame_timestamp != 0) {
3233 if (abs(time(NULL) - frame_timestamp / rtc::kNumNanosecsPerSec) >
3241 rtc::UnixTimestampNanosecsToNtpMillisecs(frame_timestamp);