Home
last modified time | relevance | path

Searched refs:top_bottom_gaze (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/
DQCamera_Intf.h951 int8_t top_bottom_gaze; // -50 to 50 member
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1345 int8_t top_bottom_gaze; /* up down gaze degree (-50, 50) */ member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp9324 faces[i].top_bottom_gaze = faces_data->gaze_data.gaze[i].top_bottom_gaze; in processFaceDetectionResult()
9330 faces[i].top_bottom_gaze); in processFaceDetectionResult()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7758 degree[2 * i + 1] = gazes->gaze[i].top_bottom_gaze; in translateFromHalMetadata()