Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 25 of 100) sorted by relevance

1234

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.h216 void drawPixel (int8_t x, int8_t y, uint8_t color=COLOR_WHITE);
227 void drawLine (int8_t x0, int8_t y0, int8_t x1, int8_t y1, uint8_t color = COLOR_WHITE);
237 void drawLineHorizontal (int8_t x, int8_t y, uint8_t width, uint8_t color = COLOR_WHITE);
247 void drawLineVertical (int8_t x, int8_t y, uint8_t height, uint8_t color = COLOR_WHITE);
258 …void drawRectangle (int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color = COLOR_WHITE…
270 …void drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, uint8_t…
281 …void drawRectangleFilled (int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color = COLOR…
294 …void drawTriangle (int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color…
307 …void drawTriangleFilled ( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_…
328 void drawRoundCorners( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color);
[all …]
Deboled.cxx191 for (int8_t i=0; i<6; i++ ) { in drawChar()
199 for (int8_t j = 0; j<8; j++) in drawChar()
234 void EBOLED::drawPixel(int8_t x, int8_t y, uint8_t color) in drawPixel()
262 void EBOLED::drawLine(int8_t x0, int8_t y0, int8_t x1, int8_t y1, uint8_t color) in drawLine()
303 void EBOLED::drawLineHorizontal(int8_t x, int8_t y, uint8_t width, uint8_t color) in drawLineHorizontal()
308 void EBOLED::drawLineVertical(int8_t x, int8_t y, uint8_t height, uint8_t color) in drawLineVertical()
313 void EBOLED::drawRectangle(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangle()
326 void EBOLED::drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, … in drawRoundedRectangle()
339 void EBOLED::drawRectangleFilled(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangleFilled()
346 void EBOLED::drawTriangle(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t… in drawTriangle()
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.h16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy,
[all …]
Dhal_outputs.c74 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer()
103 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration()
132 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity()
138 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_gravity()
162 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope()
188 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw()
232 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector()
235 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_rotation_vector()
253 int inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector_6_axis()
296 int inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_geomagnetic_rotation_vector()
[all …]
Ddata_builder.h291 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
292 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
293 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
294 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
295 void inv_get_compass_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dhal_outputs.h16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy,
[all …]
Dhal_outputs.c122 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer()
151 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration()
176 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity()
181 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_gravity()
201 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope()
227 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw()
271 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector()
275 *accuracy = (int8_t) hal_out.accuracy_quat; in inv_get_sensor_type_rotation_vector()
293 int inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector_6_axis()
338 int inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_geomagnetic_rotation_vector()
[all …]
Ddata_builder.h295 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
296 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
297 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
298 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
299 void inv_get_compass_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
/hardware/intel/common/libva/va/
Dva_dec_hevc.h193 int8_t init_qp_minus26;
195 int8_t pps_cb_qp_offset;
196 int8_t pps_cr_qp_offset;
250 int8_t pps_beta_offset_div2;
251 int8_t pps_tc_offset_div2;
401 int8_t slice_qp_delta;
403 int8_t slice_cb_qp_offset;
405 int8_t slice_cr_qp_offset;
407 int8_t slice_beta_offset_div2;
409 int8_t slice_tc_offset_div2;
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter_filters.c16 static INLINE int8_t signed_char_clamp(int t) { in signed_char_clamp()
17 return (int8_t)clamp(t, -128, 127); in signed_char_clamp()
21 static INLINE int8_t filter_mask(uint8_t limit, uint8_t blimit, in filter_mask()
26 int8_t mask = 0; in filter_mask()
37 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4()
42 int8_t mask = 0; in flat_mask4()
52 static INLINE int8_t flat_mask5(uint8_t thresh, in flat_mask5()
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3); in flat_mask5()
65 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask()
67 int8_t hev = 0; in hev_mask()
[all …]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Ddatalogger_outputs.h23 void inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy,
25 void inv_get_sensor_type_accel_float(float *values, int8_t *accuracy,
28 float *values, int8_t *accuracy, inv_time_t *timestamp);
/hardware/qcom/camera/QCamera2/HAL/
DQCameraPostProc.h66 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
DQCameraParametersIntf.h246 int8_t getReprocCount();
247 int8_t getCurPPCount();
251 void setCurPPCount(int8_t count);
255 int8_t getBufBatchCount();
256 int8_t getVideoBatchSize();
/hardware/bsp/intel/peripheral/libupm/src/hp20x/
Dhp20x.h372 void setTemperatureThreshholds(int8_t low, int8_t med, int8_t high);
Dhp20x.cxx276 void HP20X::setTemperatureThreshholds(int8_t low, int8_t med, int8_t high) in setTemperatureThreshholds()
/hardware/qcom/camera/
DQCamera_Intf.h173 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 …]
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h42 int8_t get_accuracy_accuracy(enum accuracy_signal_type_e type);
65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h42 int8_t get_accuracy_accuracy(enum accuracy_signal_type_e type);
65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_rmnet.h99 int8_t if_name[IFNAMSIZ];
104 int8_t vchannel_name[IFNAMSIZ];
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_rmnet.h110 int8_t if_name[IFNAMSIZ];
114 int8_t vchannel_name[IFNAMSIZ];
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_rmnet.h112 int8_t if_name[IFNAMSIZ];
116 int8_t vchannel_name[IFNAMSIZ];
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_rmnet.h101 int8_t if_name[IFNAMSIZ];
106 int8_t vchannel_name[IFNAMSIZ];
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_rmnet.h101 int8_t if_name[IFNAMSIZ];
106 int8_t vchannel_name[IFNAMSIZ];
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_rmnet.h112 int8_t if_name[IFNAMSIZ];
116 int8_t vchannel_name[IFNAMSIZ];
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_rmnet.h104 int8_t if_name[IFNAMSIZ];
109 int8_t vchannel_name[IFNAMSIZ];

1234