Searched refs:now (Results 26 - 38 of 38) sorted by relevance

12

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c255 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); local
256 nsecs_t diff = now - lastfpstime;
258 lastfpstime = now;
542 uint64_t now = 0; local
546 now = ((uint64_t)ts.tv_sec) * 1000000000ull + ts.tv_nsec;
548 return now;
636 /* for now interlacing and vc1 info is not supplied */
1792 /* NOTE: we are not handling transparent cutout for now */
2510 uint64_t now = vsync_clock_now(); local
2515 idle_wakeup = now
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dsad_altivec.asm86 ;# now onto the next line
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp61 int64_t now = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
64 loc_eng_data_p->nmea_cb(now, pNmea, length);
815 // now to be sent during position report.
H A Dloc_eng.cpp920 int64_t now = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
924 locEng->nmea_cb(now, mNmea, mLen);
1841 LOC_LOGD("loc_eng_cleanup: fix not stopped. stop it now.");
1847 LOC_LOGD("loc_eng_init: client opened. close it now.");
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp58 int64_t now = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
60 loc_eng_data_p->nmea_cb(now, pNmea, length);
707 // now to be sent during position report.
H A Dloc_eng.cpp858 int64_t now = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
860 locEng->nmea_cb(now, mNmea, mLen);
1567 LOC_LOGD("loc_eng_cleanup: fix not stopped. stop it now.");
1573 LOC_LOGD("loc_eng_init: client opened. close it now.");
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp554 nsecs_t now = systemTime(); local
555 nsecs_t diff = now - mLastFpsTime;
557 mLastFpsTime = now;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp489 // TODO(XXX): Limiting 1080p to (24,24) or (15,15) for now. Need to remove later.
508 //use preview resolution for now
2887 nsecs_t now = systemTime(); local
2888 nsecs_t diff = now - mLastFpsTime;
2890 mLastFpsTime = now;
3193 nsecs_t now = systemTime(); local
3194 nsecs_t diff = now - mLastFPSTime;
3196 mLastFPSTime = now;
3319 // system now. So, workaround for now i
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2287 __timeb64 now;
2297 _ftime64(&now);
2301 _ftime64(&now);
2305 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
2307 struct timeval now;
2308 gettimeofday(&now, NULL);
2309 return static_cast<TimeInMillis>(now.tv_sec) * 1000 + now.tv_usec / 1000;
4591 // We don't do it for now a
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm377 ;p2, q2 are only needed at the end. Don't need to load them in now.
635 ; transpose uses 8 regs(r6 - r12 and lr). Need to save reg value now
912 ; transpose uses 8 regs(r6 - r12 and lr). Need to save reg value now
987 ; p2, q2 are only needed at the end. Don't need to load them in now.
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp631 //use preview resolution for now
3336 nsecs_t now = systemTime(); local
3337 nsecs_t diff = now - mLastFpsTime;
3339 mLastFpsTime = now;
3807 nsecs_t now = systemTime(); local
3808 nsecs_t diff = now - mLastFPSTime;
3810 mLastFPSTime = now;
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp663 nsecs_t now = systemTime(); local
664 nsecs_t diff = now - mLastFpsTime;
666 mLastFpsTime = now;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm1467 ; now do +3 side
1632 ; now do +3 side

Completed in 349 milliseconds

12