Lines Matching refs:timeStamp
1475 nsecs_t timeStamp = 0; in video_stream_cb_routine() local
1505 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL in video_stream_cb_routine()
1515 timeStamp, frame->buf_idx); in video_stream_cb_routine()
1567 timeStamp = stream->mFirstTimeStamp; in video_stream_cb_routine()
1569 timeStamp, fd_cnt, in video_stream_cb_routine()
1590 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL in video_stream_cb_routine()
1605 (int)(frame_ts - timeStamp)); in video_stream_cb_routine()
1608 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx); in video_stream_cb_routine()
1614 timeStamp, frame->fd, frame->buf_idx, fd_cnt); in video_stream_cb_routine()
1635 timeStamp = timeStamp - pme->mBootToMonoTimestampOffset; in video_stream_cb_routine()
1637 LOGD("Final video buffer TimeStamp : %lld ", timeStamp); in video_stream_cb_routine()
1638 cbArg.timestamp = timeStamp; in video_stream_cb_routine()