Home | History | Annotate | Download | only in camera2

Lines Matching full:capture

217     // Submit capture requests
222 ALOGV("Submitting capture request %d with exposure %" PRId64, i,
224 dout << "Capture request " << i << " exposure is "
226 ASSERT_EQ(OK, mDevice->capture(tmpRequest));
234 ALOGV("Reading capture request %d with exposure %" PRId64, i, exposures[i]);
236 ALOGV("Reading capture request-1 %d", i);
239 ALOGV("Reading capture request-2 %d", i);
560 << "Capture " << i << " exposure too long: " << expList[i];
562 << "Capture " << i << " exposure too short: " << expList[i];
564 << "Capture " << i << " duration too long: " << durationList[i];
566 << "Capture " << i << " duration too short: " << durationList[i];
575 << "Capture " << i << " sensitivity not in list: " << sensitivityList[i];
611 // Submit capture requests
621 ALOGV("Submitting capture %zu with exposure %" PRId64 ", frame duration %" PRId64 ", sensitivity %d",
623 dout << "Capture request " << i <<
628 ASSERT_EQ(OK, mDevice->capture(tmpRequest));
640 dout << "Waiting for capture " << i << ": " <<
652 ALOGV("Reading capture request-1 %zu", i);
655 ALOGV("Reading capture request-2 %zu", i);
692 "Capture brightness different from previous, even though "
705 "Capture took " << timeDelta << " ns to receive, but expected"
709 "Capture took " << timeDelta << " ns to receive, but expected"