Home | History | Annotate | Download | only in camera

Lines Matching refs:startReprocess

3634     struct timeval startReprocess;
3642 gettimeofday(&startReprocess, NULL);
3685 CameraHal::PPM("Got reprocess buffers: ", &startReprocess);
3696 memcpy(&reprocBuffers->ppmStamp, &startReprocess, sizeof(struct timeval));
3716 CameraHal::PPM("Reprocess buffers registered: ", &startReprocess);
3728 ret = __takePicture(shotParams.flatten().string(), &startReprocess);