Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3VendorTags.h195 QCAMERA3_DUALCAM_LINK_ENABLE = QCAMERA3_DUALCAM_LINK_META_DATA_START, enumerator
DQCamera3VendorTags.cpp283 (uint32_t)QCAMERA3_DUALCAM_LINK_ENABLE,
DQCamera3HWI.cpp4021 if (meta.exists(QCAMERA3_DUALCAM_LINK_ENABLE)) { in processCaptureRequest()
4022 mIsDeviceLinked = meta.find(QCAMERA3_DUALCAM_LINK_ENABLE).data.u8[0]; in processCaptureRequest()
4044 if (meta.exists(QCAMERA3_DUALCAM_LINK_ENABLE)) { in processCaptureRequest()
8156 QCAMERA3_DUALCAM_LINK_ENABLE, QCAMERA3_DUALCAM_LINK_IS_MAIN, in initStaticMetadata()
8204 QCAMERA3_DUALCAM_LINK_ENABLE, QCAMERA3_DUALCAM_LINK_IS_MAIN, in initStaticMetadata()
9212 settings.update(QCAMERA3_DUALCAM_LINK_ENABLE, &sync_type, 1); in translateCapabilityToMetadata()