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()
1508 bool handlePhysCam) { in sShrinkCaptureResult() argument1511 mds->reserve(1 + (handlePhysCam ? src->num_physcam_metadata : 0)); in sShrinkCaptureResult()1517 if (handlePhysCam) { in sShrinkCaptureResult()1572 bool handlePhysCam = (d->mDeviceVersion >= CAMERA_DEVICE_API_VERSION_3_5); in sProcessCaptureResult() local1575 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult()
363 bool handlePhysCam);