| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_resize.h | 227 STBIRDEF int stbir_resize_uint8( const unsigned char *input_pixels , int input_w , int input_h … 231 STBIRDEF int stbir_resize_float( const float *input_pixels , int input_w , int input_h , int in… 252 STBIRDEF int stbir_resize_uint8_srgb(const unsigned char *input_pixels , int input_w , int input_h … 266 STBIRDEF int stbir_resize_uint8_srgb_edgemode(const unsigned char *input_pixels , int input_w , int… 306 STBIRDEF int stbir_resize_uint8_generic( const unsigned char *input_pixels , int input_w , int inpu… 312 STBIRDEF int stbir_resize_uint16_generic(const stbir_uint16 *input_pixels , int input_w , int inpu… 318 STBIRDEF int stbir_resize_float_generic( const float *input_pixels , int input_w , int inpu… 349 STBIRDEF int stbir_resize( const void *input_pixels , int input_w , int input_h , int input… 357 STBIRDEF int stbir_resize_subpixel(const void *input_pixels , int input_w , int input_h , int input… 367 STBIRDEF int stbir_resize_region( const void *input_pixels , int input_w , int input_h , int input… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_resize.h | 227 STBIRDEF int stbir_resize_uint8( const unsigned char *input_pixels , int input_w , int input_h … 231 STBIRDEF int stbir_resize_float( const float *input_pixels , int input_w , int input_h , int in… 252 STBIRDEF int stbir_resize_uint8_srgb(const unsigned char *input_pixels , int input_w , int input_h … 266 STBIRDEF int stbir_resize_uint8_srgb_edgemode(const unsigned char *input_pixels , int input_w , int… 306 STBIRDEF int stbir_resize_uint8_generic( const unsigned char *input_pixels , int input_w , int inpu… 312 STBIRDEF int stbir_resize_uint16_generic(const stbir_uint16 *input_pixels , int input_w , int inpu… 318 STBIRDEF int stbir_resize_float_generic( const float *input_pixels , int input_w , int inpu… 349 STBIRDEF int stbir_resize( const void *input_pixels , int input_w , int input_h , int input… 357 STBIRDEF int stbir_resize_subpixel(const void *input_pixels , int input_w , int input_h , int input… 367 STBIRDEF int stbir_resize_region( const void *input_pixels , int input_w , int input_h , int input… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | rj54n1cb0c.c | 550 int output_w, output_h, input_w = rect->width, input_h = rect->height; in rj54n1_set_selection() local 558 v4l_bound_align_image(&input_w, 8, RJ54N1_MAX_WIDTH, 0, in rj54n1_set_selection() 561 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection() 565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection() 567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_set_selection() 574 rj54n1->rect.width = input_w; in rj54n1_set_selection() 638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local 650 if (output_w > max(512U, input_w / 2)) { in rj54n1_sensor_scale() 652 input_w = RJ54N1_MAX_WIDTH; in rj54n1_sensor_scale() 655 input_w = output_w * 2; in rj54n1_sensor_scale() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_crtc.c | 291 s->input_w = pstate->src_h >> 16; in malidp_crtc_atomic_check_scaling() 294 s->input_w = pstate->src_w >> 16; in malidp_crtc_atomic_check_scaling() 304 phase = s->input_w; in malidp_crtc_atomic_check_scaling() 308 phase = s->input_w; in malidp_crtc_atomic_check_scaling()
|
| H A D | malidp_hw.h | 87 u16 input_w, input_h; member
|
| H A D | malidp_hw.c | 487 unsigned long input_size = se_config->input_w * se_config->input_h; in malidp500_se_calc_mclk() 832 numerator = max(se_config->input_w, se_config->output_w) * in malidp550_se_calc_mclk()
|
| H A D | malidp_drv.c | 153 MALIDP_SE_SET_H_SIZE(s->input_w); in malidp_atomic_commit_se_config()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | goodix.c | 353 int input_w = get_unaligned_le16(&coor_data[5]); in goodix_ts_report_touch_8b() local 359 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w); in goodix_ts_report_touch_8b() 360 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch_8b() 368 int input_w = get_unaligned_le16(&coor_data[7]); in goodix_ts_report_touch_9b() local 374 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w); in goodix_ts_report_touch_9b() 375 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch_9b()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.c | 593 s32 input_w = 0; in goodix_ts_work_func() local 909 input_w = coor_data[pos + 5] | (coor_data[pos + 6] << 8); in goodix_ts_work_func() 911 gtp_pen_down(input_x, input_y, input_w, 0); in goodix_ts_work_func() 935 input_w = coor_data[pos + 5] | (coor_data[pos + 6] << 8); in goodix_ts_work_func() 937 gtp_touch_down(ts, id, input_x, input_y, input_w); in goodix_ts_work_func() 966 input_w = coor_data[5] | (coor_data[6] << 8); in goodix_ts_work_func() 973 gtp_pen_down(input_x, input_y, input_w, 0); in goodix_ts_work_func() 981 gtp_touch_down(ts, id, input_x, input_y, input_w); in goodix_ts_work_func()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 1137 s32 input_w = 0; in gt1x_touch_event_handler() local 1228 input_w = coor_data[5] | (coor_data[6] << 8); in gt1x_touch_event_handler() 1234 gt1x_pen_down(input_x, input_y, input_w, 0); in gt1x_touch_event_handler() 1277 input_w = coor_data[5] | (coor_data[6] << 8); in gt1x_touch_event_handler() 1282 GTP_DEBUG("(%d)(%d,%d)[%d]", id, input_x, input_y, input_w); in gt1x_touch_event_handler() 1283 gt1x_touch_down(input_x, input_y, input_w, i); in gt1x_touch_event_handler()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 1134 int input_w = 0; in cst2xx_ts_worker() local 1298 input_w = (unsigned int)(buf[idx + 4]); in cst2xx_ts_worker() 1319 cst2xx_touch_down(ts->input, finger_id, input_x, input_y, input_w); in cst2xx_ts_worker()
|