Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.h236 QCAMERA3_DUALCAM_LINK_ENABLE = QCAMERA3_DUALCAM_LINK_META_DATA_START, enumerator
DQCamera3VendorTags.cpp540 (uint32_t)QCAMERA3_DUALCAM_LINK_ENABLE,
DQCamera3HWI.cpp5479 if (meta.exists(QCAMERA3_DUALCAM_LINK_ENABLE)) { in processCaptureRequest()
5480 mIsDeviceLinked = meta.find(QCAMERA3_DUALCAM_LINK_ENABLE).data.u8[0]; in processCaptureRequest()
5502 if (meta.exists(QCAMERA3_DUALCAM_LINK_ENABLE)) { in processCaptureRequest()
10899 QCAMERA3_DUALCAM_LINK_ENABLE, QCAMERA3_DUALCAM_LINK_IS_MAIN, in initStaticMetadata()
10975 QCAMERA3_DUALCAM_LINK_ENABLE, QCAMERA3_DUALCAM_LINK_IS_MAIN, in initStaticMetadata()
12317 settings.update(QCAMERA3_DUALCAM_LINK_ENABLE, &sync_type, 1); in translateCapabilityToMetadata()