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.cpp1507 std::vector<const camera_metadata_t*>* physCamMdArray, in sShrinkCaptureResult() argument
1528 physCamMdArray->reserve(src->num_physcam_metadata); in sShrinkCaptureResult()
1529 dst->physcam_metadata = physCamMdArray->data(); in sShrinkCaptureResult()
1574 std::vector<const camera_metadata_t*> physCamMdArray; in sProcessCaptureResult() local
1575 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()