Home | History | Annotate | Download | only in camera

Lines Matching refs:nsecs_t

1317 static nsecs_t singleton_releasing_start_time;
1318 static const nsecs_t SINGLETON_RELEASING_WAIT_TIME = seconds_to_nanoseconds(5);
1319 static const nsecs_t SINGLETON_RELEASING_RECHECK_TIMEOUT = seconds_to_nanoseconds(1);
3166 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec)*1000000000LL + frame->ts.tv_nsec;
3488 nsecs_t timeStamp = nsecs_t(vframe->ts.tv_sec)*1000000000LL + vframe->ts.tv_nsec;
6697 static nsecs_t mLastFpsTime = 0;
6700 nsecs_t now = systemTime();
6701 nsecs_t diff = now - mLastFpsTime;
6714 static nsecs_t mLastFpsTime = 0;
6717 nsecs_t now = systemTime();
6718 nsecs_t diff = now - mLastFpsTime;