Searched refs:CAM_INTF_META_FLASH_FIRING_TIME (Results 1 - 10 of 10) sorted by relevance

/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dcam_intf.c108 case CAM_INTF_META_FLASH_FIRING_TIME:
109 return POINTER_OF_META(CAM_INTF_META_FLASH_FIRING_TIME, metadata);
423 case CAM_INTF_META_FLASH_FIRING_TIME:
424 return SIZE_OF_PARAM(CAM_INTF_META_FLASH_FIRING_TIME, metadata);
/device/asus/flo/camera/QCamera2/stack/common/
H A Dcam_intf.h455 INCLUDE(CAM_INTF_META_FLASH_FIRING_TIME, int64_t, 1);
521 INCLUDE(CAM_INTF_META_FLASH_FIRING_TIME, int64_t, 1);
H A Dcam_types.h902 CAM_INTF_META_FLASH_FIRING_TIME, enumerator in enum:__anon156
/device/lge/hammerhead/camera/QCamera2/stack/common/
H A Dcam_intf.h501 INCLUDE(CAM_INTF_META_FLASH_FIRING_TIME, int64_t, 1);
H A Dcam_types.h996 CAM_INTF_META_FLASH_FIRING_TIME, enumerator in enum:__anon654
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_intf.h509 INCLUDE(CAM_INTF_META_FLASH_FIRING_TIME, int64_t, 1);
H A Dcam_types.h1234 CAM_INTF_META_FLASH_FIRING_TIME, enumerator in enum:__anon1732
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2257 case CAM_INTF_META_FLASH_FIRING_TIME: {
2259 (int64_t *)POINTER_OF(CAM_INTF_META_FLASH_FIRING_TIME, metadata);
5262 CAM_INTF_META_FLASH_FIRING_TIME, sizeof(flashFiringTime), &flashFiringTime);
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1339 (int64_t *)POINTER_OF(CAM_INTF_META_FLASH_FIRING_TIME, metadata);
2898 CAM_INTF_META_FLASH_FIRING_TIME, sizeof(flashFiringTime), &flashFiringTime);
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2836 if (IS_META_AVAILABLE(CAM_INTF_META_FLASH_FIRING_TIME, metadata)) {
2838 (int64_t *)POINTER_OF_META(CAM_INTF_META_FLASH_FIRING_TIME, metadata);
6115 CAM_INTF_META_FLASH_FIRING_TIME, sizeof(flashFiringTime), &flashFiringTime);

Completed in 67 milliseconds