| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | indirect_reqsize.c | 68 GLint image_height = 0; in __glXBitmapReqSize() local 84 image_height, row_length, skip_images, in __glXBitmapReqSize() 148 GLint image_height = 0; in __glXPolygonStippleReqSize() local 160 image_height, row_length, skip_images, in __glXPolygonStippleReqSize() 182 GLint image_height = 0; in __glXTexImage1DReqSize() local 202 image_height, row_length, skip_images, in __glXTexImage1DReqSize() 210 GLint image_height = 0; in __glXTexImage2DReqSize() local 232 image_height, row_length, skip_images, in __glXTexImage2DReqSize() 306 GLint image_height = 0; in __glXDrawPixelsReqSize() local 326 image_height, row_length, skip_images, in __glXDrawPixelsReqSize() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 499 int frame_width, image_height, image_width; in v4l2_detect_cvt() local 552 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_cvt() 554 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt() 556 if (image_height < 0) in v4l2_detect_cvt() 562 image_width = (image_height * 4) / 3; in v4l2_detect_cvt() 565 image_width = (image_height * 16) / 9; in v4l2_detect_cvt() 568 image_width = (image_height * 16) / 10; in v4l2_detect_cvt() 572 if (image_height == 1024) in v4l2_detect_cvt() 573 image_width = (image_height * 5) / 4; in v4l2_detect_cvt() 574 else if (image_height == 768) in v4l2_detect_cvt() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch | 9 for (i = 0; i < (data->image_width * data->image_height); 53 unsigned image_width, image_height; 85 data->image_data = grub_calloc (data->image_height, data->row_bytes); 115 for (j = 0; j < data->image_height; j++, d1c += data->image_width * 3, 126 - for (i = 0; i < (data->image_width * data->image_height); 139 - for (i = 0; i < (data->image_width * data->image_height); 150 - for (i = 0; i < (data->image_width * data->image_height); 162 - for (i = 0; i < (data->image_width * data->image_height);
|
| H A D | video-readers-jpeg-Refuse-to-handle-multiple-start-o.patch | 38 data->image_height,
|
| H A D | video-readers-jpeg-Abort-sooner-if-a-read-operation-.patch | 259 nr2 = (data->r1 == nr1 - 1) ? (data->image_height - data->r1 * vb) : vb;
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_vout_vrfb.c | 97 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local 122 image_height = VID_MAX_HEIGHT / TILE_SIZE; in omap_vout_setup_vrfb_bufs() 125 image_height++; in omap_vout_setup_vrfb_bufs() 127 image_height = image_height * TILE_SIZE; in omap_vout_setup_vrfb_bufs() 128 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/ |
| H A D | objects_tracker.cc | 50 void ObjectsTracker::predict_loctation(TrackedObject& curObject, int image_width,int image_height, … in predict_loctation() argument 68 if(y + prevRect.height >= image_height) in predict_loctation() 69 y -= (y + prevRect.height -image_height +1); in predict_loctation() 95 … , const std::vector<float> objects_score, int maxTrackLifetime, int image_width,int image_height) in updateTrackedObjects() argument 123 predict_loctation(curObject, image_width, image_height, pre_x, pre_y, vx, vy); in updateTrackedObjects()
|
| H A D | objects_tracker.h | 68 …, const std::vector<float> objects_score, int maxTrackLifetime, int image_width, int image_height); 106 …void predict_loctation(TrackedObject& curObject, int image_width,int image_height, float& pre_x, f…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | eis_loader.h | 32 using getMeshSize = void (*)(int image_height, int image_width, int* mesh_size); 33 using getOriginalMeshXY = void (*)(int image_width, int image_height, double clip_ratio_x, double …
|
| H A D | dvs_app.h | 180 void getMeshSize(int image_height, int image_width, int* mesh_size); 198 void getOriginalMeshXY(int image_width, int image_height, double clip_ratio_x, double clip_ratio_y,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/ |
| H A D | 0001-avcodec-rpzaenc-stop-accessing-out-of-bounds-frame.patch | 50 + const int y_size = FFMIN(4, bi->image_height - bi->row * 4); 66 + y_size = FFMIN(4, bi.image_height - bi.row * 4);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 36 +#define _jpeg_height image_height 291 - MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE); 476 - MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE); 537 - MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE); 685 - MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE); 936 + srcinfo->output_height = srcinfo->image_height; 1193 dstinfo->image_width = dstinfo->image_height; 1194 - dstinfo->image_height = dtemp; 1195 + dstinfo->image_height = jtemp; 1344 - MCU_rows = dstinfo->image_height / (max_v_samp_factor * DCTSIZE); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-params.c | 1255 unsigned int image_height) in imgu_css_shd_ops_calc() argument 1291 if (image_height > first_process_lines) { in imgu_css_shd_ops_calc() 1293 (image_height - first_process_lines) % set_height; in imgu_css_shd_ops_calc() 1295 (image_height - first_process_lines) / set_height + 2 : in imgu_css_shd_ops_calc() 1296 (image_height - first_process_lines) / set_height + 1; in imgu_css_shd_ops_calc() 1302 first_process_lines = image_height; in imgu_css_shd_ops_calc() 1303 last_tr = set_height - image_height <= block_height ? 1 : 0; in imgu_css_shd_ops_calc() 1484 unsigned int image_height; member 1519 if (pl->acc_enable && grid_last_line > pl->image_height) in imgu_css_acc_process_lines() 1533 pl->image_height - grid_last_line - 4; in imgu_css_acc_process_lines() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/8M/ |
| H A D | rkadk_setting_sensor_0.ini | 112 image_height = 2160 key
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/5M/ |
| H A D | rkadk_setting_sensor_0.ini | 112 image_height = 1944 key
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 612 int image_height = cursor_info->MaxHeight; in xf86_crtc_load_cursor_argb() local 615 for (y = 0; y < image_height; y++) in xf86_crtc_load_cursor_argb() 617 xf86_crtc_rotate_coord(rotation, image_width, image_height, x, y, in xf86_crtc_load_cursor_argb()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0101-video-readers-jpeg-Don-t-decode-data-before-start-of.patch | 28 nr1 = (data->image_height + vb - 1) >> (3 + data->log_vs);
|
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 1628 - data->image_data = grub_malloc (data->image_height * data->row_bytes); 1629 + data->image_data = grub_calloc (data->image_height, data->row_bytes);
|
| /OK3568_Linux_fs/external/libmali/include/CL/ |
| H A D | cl_ext.h | 276 size_t image_height,
|
| H A D | cl.h | 105 size_t image_height; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 59 int image_width, image_height; member 1030 port_priv->image_height = a_height; in ephyrPutImage() 1073 port_priv->image_width, port_priv->image_height, in ephyrReputImage()
|
| /OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/ |
| H A D | 0002-HACK-vo_xv-Support-dma-buffer-rendering.patch | 70 uint32_t image_height;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1381 info.image_height = mode[i].imageHeight; in ProcXDGAQueryModes() 1507 info.image_height = mode.imageHeight; in ProcXDGASetMode()
|