Home | History | Annotate | Download | only in HAL

Lines Matching refs:nsecs_t

546     nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
929 static nsecs_t n_vLastFpsTime = 0;
932 nsecs_t now = systemTime();
933 nsecs_t diff = now - n_vLastFpsTime;
955 static nsecs_t n_pLastFpsTime = 0;
958 nsecs_t now = systemTime();
959 nsecs_t diff = now - n_pLastFpsTime;