Home
last modified time | relevance | path

Searched refs:refTime (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DANativeWindowDisplayAdapter.h68 …virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3…
75 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
DCameraHal.h877 …virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3…
884 virtual int setSnapshotTimeRef(struct timeval *refTime = NULL) = 0;
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp337 status_t ANativeWindowDisplayAdapter::setSnapshotTimeRef(struct timeval *refTime) in setSnapshotTimeRef() argument
343 if ( NULL != refTime ) in setSnapshotTimeRef()
346 memcpy(&mStartCapture, refTime, sizeof(struct timeval)); in setSnapshotTimeRef()
357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DP… in enableDisplay() argument
380 if ( NULL != refTime ) in enableDisplay()
383 memcpy(&mStandbyToShot, refTime, sizeof(struct timeval)); in enableDisplay()