Home
last modified time | relevance | path

Searched refs:shadowResult (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp532 camera3_capture_result shadowResult; in sProcessCaptureResult_3_4() local
536 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult_3_4()
538 status_t ret = d->constructCaptureResult(result.v3_2, &shadowResult); in sProcessCaptureResult_3_4()
544 if (shadowResult.num_physcam_metadata > d->mPhysicalCameraIds.size()) { in sProcessCaptureResult_3_4()
546 shadowResult.num_physcam_metadata); in sProcessCaptureResult_3_4()
549 result.physicalCameraMetadata.resize(shadowResult.num_physcam_metadata); in sProcessCaptureResult_3_4()
550 for (uint32_t i = 0; i < shadowResult.num_physcam_metadata; i++) { in sProcessCaptureResult_3_4()
551 std::string physicalId = shadowResult.physcam_ids[i]; in sProcessCaptureResult_3_4()
554 i, shadowResult.physcam_ids[i]); in sProcessCaptureResult_3_4()
559 shadowResult.physcam_metadata[i], &physicalMetadata); in sProcessCaptureResult_3_4()