Searched defs:CaptureResult (Results 1 – 6 of 6) sorted by relevance
54 ProcessCaptureResultFunc([](std::unique_ptr<CaptureResult> /*result*/) {}); in TEST()91 ProcessCaptureResultFunc([](std::unique_ptr<CaptureResult> /*result*/) {}); in TEST()109 ProcessCaptureResultFunc([](std::unique_ptr<CaptureResult> /*result*/) {}); in TEST()170 [&](std::unique_ptr<CaptureResult> /*result*/) {}); in TEST()
25 ScopedAStatus EmptyDeviceCb::processCaptureResult(const std::vector<CaptureResult>&) { in processCaptureResult()
26 ScopedAStatus SimpleDeviceCb::processCaptureResult(const std::vector<CaptureResult>&) { in processCaptureResult()
312 struct CaptureResult { struct313 uint32_t frame_number = 0;314 std::unique_ptr<HalCameraMetadata> result_metadata;315 std::vector<StreamBuffer> output_buffers;316 std::vector<StreamBuffer> input_buffers;317 uint32_t partial_result = 0;318 std::vector<PhysicalCameraMetadata> physical_metadata;
68 virtual void UpdateCaptureResult(CaptureResult*) override{}; in UpdateCaptureResult() argument
274 ProcessCaptureResultFunc([](std::unique_ptr<CaptureResult> /*result*/) { in InitializeCallbacks()