Searched refs:refTime (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DANativeWindowDisplayAdapter.h66 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL);
73 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
H A DBufferSourceAdapter.h168 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL);
173 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL) { return NO_ERROR; }
H A DCameraHal.h1029 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL) = 0;
1036 virtual int setSnapshotTimeRef(struct timeval *refTime = NULL) = 0;
/hardware/ti/omap4xxx/camera/inc/
H A DANativeWindowDisplayAdapter.h68 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3dParams = NULL);
75 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
H A DCameraHal.h877 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3dParams = NULL) = 0;
884 virtual int setSnapshotTimeRef(struct timeval *refTime = NULL) = 0;
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp266 status_t ANativeWindowDisplayAdapter::setSnapshotTimeRef(struct timeval *refTime) argument
272 if ( NULL != refTime )
275 memcpy(&mStartCapture, refTime, sizeof(struct timeval));
286 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime) argument
303 if ( NULL != refTime )
306 memcpy(&mStandbyToShot, refTime, sizeof(struct timeval));
H A DBufferSourceAdapter.cpp291 struct timeval *refTime)
290 enableDisplay(int width, int height, struct timeval *refTime) argument
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp337 status_t ANativeWindowDisplayAdapter::setSnapshotTimeRef(struct timeval *refTime) argument
343 if ( NULL != refTime )
346 memcpy(&mStartCapture, refTime, sizeof(struct timeval));
357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DParameters *s3dParams) argument
380 if ( NULL != refTime )
383 memcpy(&mStandbyToShot, refTime, sizeof(struct timeval));

Completed in 141 milliseconds