Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp533 bool handlePhysCam = (d->mDeviceVersion >= CAMERA_DEVICE_API_VERSION_3_5); in sProcessCaptureResult_3_4() local
536 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult_3_4()
543 if (handlePhysCam) { in sProcessCaptureResult_3_4()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp1507 bool handlePhysCam) { in sShrinkCaptureResult() argument
1510 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() local
1574 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult()
DCameraDeviceSession.h363 bool handlePhysCam);