Searched defs:refTimestamp (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp330 struct timeval *refTimestamp; local
691 refTimestamp = ( struct timeval * ) value1;
692 if ( NULL != refTimestamp )
694 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
753 refTimestamp = ( struct timeval * ) value2;
754 if ( NULL != refTimestamp )
756 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
814 refTimestamp = ( struct timeval * ) value1;
815 if ( NULL != refTimestamp )
817 memcpy( &mStartFocus, refTimestamp, sizeo
[all...]

Completed in 50 milliseconds