Searched refs:shadowResult (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 532 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()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.cpp | 1571 camera3_capture_result shadowResult; in sProcessCaptureResult() local 1575 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult() 1577 status_t ret = d->constructCaptureResult(result, &shadowResult); in sProcessCaptureResult()
|