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.cpp1508 bool handlePhysCam) { in sShrinkCaptureResult() argument
1511 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() local
1575 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult()
DCameraDeviceSession.h363 bool handlePhysCam);