Searched refs:handlePhysCam (Results 1 – 3 of 3) sorted by relevance
533 bool handlePhysCam = (d->mDeviceVersion >= CAMERA_DEVICE_API_VERSION_3_5); in sProcessCaptureResult_3_4() local536 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult_3_4()543 if (handlePhysCam) { in sProcessCaptureResult_3_4()
1507 bool handlePhysCam) { in sShrinkCaptureResult() argument1510 mds->reserve(1 + (handlePhysCam ? src->num_physcam_metadata : 0)); in sShrinkCaptureResult()1516 if (handlePhysCam) { in sShrinkCaptureResult()1571 bool handlePhysCam = (d->mDeviceVersion >= CAMERA_DEVICE_API_VERSION_3_5); in sProcessCaptureResult() local1574 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult()
363 bool handlePhysCam);