Searched defs:refTimestamp (Results 1 - 2 of 2) 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...]
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp410 struct timeval *refTimestamp; local
777 refTimestamp = ( struct timeval * ) value1;
778 if ( NULL != refTimestamp )
780 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
839 refTimestamp = ( struct timeval * ) value2;
840 if ( NULL != refTimestamp )
842 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
900 refTimestamp = ( struct timeval * ) value1;
901 if ( NULL != refTimestamp )
903 memcpy( &mStartFocus, refTimestamp, sizeo
[all...]

Completed in 45 milliseconds