Home
last modified time | relevance | path

Searched refs:XCAM_TIMEVAL_2_USEC (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_defs.h81 #define XCAM_TIMEVAL_2_USEC(timeval) ((timeval).tv_sec*1000000LL + (timeval).tv_usec) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_buffer_proxy.cpp75 set_timestamp (XCAM_TIMEVAL_2_USEC (ts)); in V4l2BufferProxy()