Searched refs:refTime (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap4xxx/camera/inc/ |
D | ANativeWindowDisplayAdapter.h | 68 …virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3… 75 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
|
D | CameraHal.h | 877 …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/ |
D | ANativeWindowDisplayAdapter.h | 66 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL); 73 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL);
|
D | BufferSourceAdapter.h | 168 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL); 173 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL) { return NO_ERROR; }
|
D | CameraHal.h | 1029 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/ |
D | ANativeWindowDisplayAdapter.cpp | 266 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()
|
D | BufferSourceAdapter.cpp | 291 struct timeval *refTime) in enableDisplay() argument
|
/hardware/ti/omap4xxx/camera/ |
D | ANativeWindowDisplayAdapter.cpp | 337 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()
|