Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1473 } cam_focal_length_ratio_t; typedef
3159 cam_focal_length_ratio_t af_focal_length_ratio; /* AF focal length ratio */
Dcam_intf.h1024 INCLUDE(CAM_INTF_META_AF_FOCAL_LENGTH_RATIO, cam_focal_length_ratio_t, 1);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp8443 IF_META_AVAILABLE(cam_focal_length_ratio_t, ratio, in translateFromHalMetadata()
8445 memcpy(&(repro_info.af_focal_length_ratio), ratio, sizeof(cam_focal_length_ratio_t)); in translateFromHalMetadata()