/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | stdint.h | 45 #ifndef int8_t 46 typedef __int8_t int8_t; typedef 47 #define int8_t __int8_t macro
|
D | types.h | 57 #ifndef int8_t 58 typedef __int8_t int8_t; typedef 59 #define int8_t __int8_t macro
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 105 static int8_t Tilt_Tolerance[4][2] = { 128 int8_t tilt_history[TILT_HISTORY_SIZE]; 130 int8_t current_rotation; 131 int8_t prev_valid_rotation; 132 int8_t proposed_rotation; 133 int8_t predicted_rotation; 152 static bool isTiltAngleAcceptable(int rotation, int8_t tilt_angle) in isTiltAngleAcceptable() 214 static bool isPredictedRotationAcceptable(uint64_t now, int8_t tilt_angle) in isPredictedRotationAcceptable() 311 static void addTiltHistoryEntry(uint64_t now, int8_t tilt) in addTiltHistoryEntry() 366 static bool isSwinging(uint64_t now, int8_t tilt) in isSwinging() [all …]
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraPostProc.h | 66 int8_t reprocCount; 74 int8_t reprocCount; //Current pass count 75 int8_t ppChannelIndex; //Reprocess channel object index 149 int8_t getPPChannelCount() {return mPPChannelCount;}; in getPPChannelCount() 217 int8_t mPPChannelCount; 222 int8_t m_bInited; // if postproc is inited
|
D | QCameraParametersIntf.h | 246 int8_t getReprocCount(); 247 int8_t getCurPPCount(); 251 void setCurPPCount(int8_t count); 255 int8_t getBufBatchCount(); 256 int8_t getVideoBatchSize();
|
D | QCameraChannel.h | 151 int8_t getReprocCount(){return mPassCount;}; in getReprocCount() 152 void setReprocCount(int8_t count) {mPassCount = count;}; in setReprocCount() 166 int8_t mPassCount;
|
D | QCameraParameters.h | 811 int8_t getReprocCount(){return mTotalPPCount;}; in getReprocCount() 813 int8_t getCurPPCount(){return mCurPPCount;}; in getCurPPCount() 817 void setCurPPCount(int8_t count) {mCurPPCount = count;}; in setCurPPCount() 821 int8_t getBufBatchCount() {return mBufBatchCnt;}; in getBufBatchCount() 822 int8_t getVideoBatchSize() {return mVideoBatchSize;}; in getVideoBatchSize() 1016 void setBufBatchCount(int8_t buf_cnt); 1192 int8_t mTotalPPCount; 1193 int8_t mCurPPCount; 1200 int8_t mBufBatchCnt; 1205 int8_t mVideoBatchSize;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/ |
D | EfiBind.h | 165 typedef signed char int8_t; typedef 179 typedef signed char int8_t; typedef 191 typedef signed char int8_t; typedef
|
/device/google/marlin/camera/ |
D | QCamera_Intf.h | 173 int8_t camera_id; 180 int8_t camera_id; 946 int8_t gaze_angle; // -90 -45 0 45 90 for head left to rigth tilt 947 int8_t updown_dir; // -90 to 90 948 int8_t leftright_dir; //-90 to 90 949 int8_t roll_dir; // -90 to 90 950 int8_t left_right_gaze; // -50 to 50 951 int8_t top_bottom_gaze; // -50 to 50 954 int8_t id; // unique id for face tracking within view unless view changes 955 int8_t score; // score of confidence( 0 -100) [all …]
|
/device/huawei/angler/camera/ |
D | QCamera_Intf.h | 173 int8_t camera_id; 180 int8_t camera_id; 946 int8_t gaze_angle; // -90 -45 0 45 90 for head left to rigth tilt 947 int8_t updown_dir; // -90 to 90 948 int8_t leftright_dir; //-90 to 90 949 int8_t roll_dir; // -90 to 90 950 int8_t left_right_gaze; // -50 to 50 951 int8_t top_bottom_gaze; // -50 to 50 954 int8_t id; // unique id for face tracking within view unless view changes 955 int8_t score; // score of confidence( 0 -100) [all …]
|
/device/lge/bullhead/camera/ |
D | QCamera_Intf.h | 173 int8_t camera_id; 180 int8_t camera_id; 946 int8_t gaze_angle; // -90 -45 0 45 90 for head left to rigth tilt 947 int8_t updown_dir; // -90 to 90 948 int8_t leftright_dir; //-90 to 90 949 int8_t roll_dir; // -90 to 90 950 int8_t left_right_gaze; // -50 to 50 951 int8_t top_bottom_gaze; // -50 to 50 954 int8_t id; // unique id for face tracking within view unless view changes 955 int8_t score; // score of confidence( 0 -100) [all …]
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmm150_slave.h | 63 int8_t dig_x1, dig_y1, dig_x2, dig_y2; 65 int8_t dig_xy2;
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraPostProc.h | 60 int8_t reprocCount; 68 int8_t reprocCount; //Current pass count 195 int8_t mTotalNumReproc; 200 int8_t m_bInited; // if postproc is inited
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraPostProc.h | 60 int8_t reprocCount; 68 int8_t reprocCount; //Current pass count 195 int8_t mTotalNumReproc; 200 int8_t m_bInited; // if postproc is inited
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/ |
D | EfiBind.h | 142 typedef signed char int8_t; typedef 151 typedef signed char int8_t; typedef
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/ |
D | EfiBind.h | 189 typedef signed char int8_t; typedef 198 typedef signed char int8_t; typedef
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | _stdint.h | 34 typedef __int8_t int8_t; typedef
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/ |
D | cam_types.h | 1185 int8_t gaze_angle; /* -90 -45 0 45 90 for head left to rigth tilt */ 1189 int8_t left_right_gaze; /* left right gaze degree (-50, 50) */ 1190 int8_t top_bottom_gaze; /* up down gaze degree (-50, 50) */ 1218 int8_t score; /* score of confidence (0, -100) */ 1236 int8_t recog_valid; 1239 int8_t blink_valid; 1242 int8_t gaze_valid; 1245 int8_t smile_valid; 1248 int8_t landmark_valid; 1251 int8_t contour_valid; [all …]
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | cam_types.h | 1185 int8_t gaze_angle; /* -90 -45 0 45 90 for head left to rigth tilt */ 1189 int8_t left_right_gaze; /* left right gaze degree (-50, 50) */ 1190 int8_t top_bottom_gaze; /* up down gaze degree (-50, 50) */ 1218 int8_t score; /* score of confidence (0, -100) */ 1236 int8_t recog_valid; 1239 int8_t blink_valid; 1242 int8_t gaze_valid; 1245 int8_t smile_valid; 1248 int8_t landmark_valid; 1251 int8_t contour_valid; [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ebc/ |
D | EfiBind.h | 51 typedef signed char int8_t; typedef
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/ |
D | EfiBind.h | 53 typedef signed char int8_t; typedef
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/ |
D | EfiBind.h | 55 typedef signed char int8_t; typedef
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 234 int8_t focus_supported; 240 int8_t enable_reproc; 243 int8_t enable_CAC; 247 int8_t is_chromatix_reload;
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 232 int8_t focus_supported; 239 int8_t enable_reproc; 242 int8_t enable_CAC; 246 int8_t is_chromatix_reload;
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 234 int8_t focus_supported; 240 int8_t enable_reproc; 243 int8_t enable_CAC; 247 int8_t is_chromatix_reload;
|