Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp1506 std::vector<const camera_metadata_t*>* physCamMdArray, in sShrinkCaptureResult() argument
1527 physCamMdArray->reserve(src->num_physcam_metadata); in sShrinkCaptureResult()
1528 dst->physcam_metadata = physCamMdArray->data(); in sShrinkCaptureResult()
1573 std::vector<const camera_metadata_t*> physCamMdArray; in sProcessCaptureResult() local
1574 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult()
DCameraDeviceSession.h362 std::vector<const camera_metadata_t*>* physCamMdArray,
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp535 std::vector<const camera_metadata_t*> physCamMdArray; in sProcessCaptureResult_3_4() local
536 sShrinkCaptureResult(&shadowResult, hal_result, &compactMds, &physCamMdArray, handlePhysCam); in sProcessCaptureResult_3_4()