Home
last modified time | relevance | path

Searched refs:refTime (Results 1 – 8 of 8) 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/omap4-aah/camera/inc/
DANativeWindowDisplayAdapter.h66 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL);
73 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
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; }
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/omap4-aah/camera/
DANativeWindowDisplayAdapter.cpp266 status_t ANativeWindowDisplayAdapter::setSnapshotTimeRef(struct timeval *refTime) in setSnapshotTimeRef() argument
272 if ( NULL != refTime ) in setSnapshotTimeRef()
275 memcpy(&mStartCapture, refTime, sizeof(struct timeval)); in setSnapshotTimeRef()
286 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime) in enableDisplay() argument
303 if ( NULL != refTime ) in enableDisplay()
306 memcpy(&mStandbyToShot, refTime, sizeof(struct timeval)); in enableDisplay()
DBufferSourceAdapter.cpp291 struct timeval *refTime) in enableDisplay() argument
/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()