Searched refs:mStartPreview (Results 1 – 2 of 2) sorted by relevance
55 struct timeval CameraHal::mStartPreview; member in android::CameraHal1405 gettimeofday(&mStartPreview, NULL); in startPreview()1591 … ret = mDisplayAdapter->enableDisplay(width, height, &mStartPreview, isS3d ? &s3dParams : NULL); in startPreview()1812 gettimeofday(&mStartPreview, NULL); in startRecording()
1193 static struct timeval mStartPreview; variable