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