Home | History | Annotate | Download | only in camera

Lines Matching refs:refTime

337 status_t ANativeWindowDisplayAdapter::setSnapshotTimeRef(struct timeval *refTime)
343 if ( NULL != refTime )
346 memcpy(&mStartCapture, refTime, sizeof(struct timeval));
357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DParameters *s3dParams)
380 if ( NULL != refTime )
383 memcpy(&mStandbyToShot, refTime, sizeof(struct timeval));