HomeSort by relevance Sort by last modified time
    Searched refs:refTimestamp (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 330 struct timeval *refTimestamp;
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, sizeof( struct timeval ))
    [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 410 struct timeval *refTimestamp;
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, sizeof( struct timeval ))
    [all...]

Completed in 142 milliseconds