| /OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/ |
| H A D | rga_alpha_3channel_demo.cpp | 44 int output_width, output_height, output_format; in main() local 64 output_height = 720; in main() 69 output_buf_size = output_width * output_height * get_bpp_from_format(output_format); in main() 96 output_img = wrapbuffer_handle(output_handle, output_width, output_height, output_format); in main() 122 write_image_to_file(output_buf, LOCAL_FILE_PATH, output_width, output_height, output_format, 0); in main()
|
| H A D | rga_alpha_yuv_demo.cpp | 44 int output_width, output_height, output_format; in main() local 69 output_height = 1080; in main() 74 output_buf_size = output_width * output_height * get_bpp_from_format(output_format); in main() 101 output_img = wrapbuffer_handle(output_handle, output_width, output_height, output_format); in main() 154 write_image_to_file(output_buf, LOCAL_FILE_PATH, output_width, output_height, output_format, 0); in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | rk_aiq_algo_aorb_itf.cpp | 36 int output_height; member 115 ORBctx->output_height = params->u.prepare.sns_op_height; in ORBPrepare() 118 ORBctx->roi_rect.top = (ORBctx->output_height / 15) * 5; in ORBPrepare() 120 ORBctx->roi_rect.height = (ORBctx->output_height / 15) * 5; in ORBPrepare()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 128 int output_width, output_height; in output_get_new_size() local 132 output_height = xwl_output->height; in output_get_new_size() 135 output_height = xwl_output->width; in output_get_new_size() 141 if (*height < xwl_output->y + output_height) in output_get_new_size() 142 *height = xwl_output->y + output_height; in output_get_new_size()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | jpeg_reader.cpp | 114 if (cinfo.output_width == 0 || cinfo.output_height == 0) in decodeJPEG() 118 size_t height = cinfo.output_height; in decodeJPEG() 127 while (cinfo.output_scanline < cinfo.output_height) { in decodeJPEG()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 292 + MCU_rows = srcinfo->output_height / 401 + MCU_cols = srcinfo->output_height / 540 + MCU_rows = srcinfo->output_height / 686 + MCU_cols = srcinfo->output_height / 880 + MCU_rows = info->output_height / info->iMCU_sample_height; 883 + info->output_height = MCU_rows * info->iMCU_sample_height; 936 + srcinfo->output_height = srcinfo->image_height; 944 + srcinfo->output_height, 951 + srcinfo->output_height, 969 + info->output_width = srcinfo->output_height; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_postproc.c | 46 .output_height = {G1_REG_PP_CONTROL, 15, 0x7ff}, 92 HANTRO_PP_REG_WRITE(vpu, output_height, ctx->dst_fmt.height); in hantro_postproc_enable()
|
| H A D | hantro.h | 286 struct hantro_reg output_height; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 660 if (openhevc_sps->output_height != sps->output_height) { in compare_sps() 1749 sps->output_height = sps->height - in mpp_hevc_decode_nal_sps() 1751 if (sps->output_width <= 0 || sps->output_height <= 0) { in mpp_hevc_decode_nal_sps() 1753 sps->output_width, sps->output_height); in mpp_hevc_decode_nal_sps() 1766 sps->output_height = sps->height; in mpp_hevc_decode_nal_sps() 1773 s->h265dctx->height = sps->output_height; in mpp_hevc_decode_nal_sps() 1841 sps->output_width, sps->output_height, in mpp_hevc_decode_nal_sps()
|
| H A D | h265d_parser.h | 200 RK_S32 output_width, output_height; member
|
| H A D | h265d_parser.c | 490 s->h265dctx->height = sps->output_height; in set_sps()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc0310.c | 367 buf->output_height = val | (reg_val & 0xFF); in gc0310_get_intg_factor() 368 pr_info("output_height=%d\n", buf->output_height); in gc0310_get_intg_factor() 371 buf->crop_vertical_end = buf->crop_vertical_start + buf->output_height - 1; in gc0310_get_intg_factor() 406 buf->frame_length_lines = buf->output_height + vert_blanking; in gc0310_get_intg_factor()
|
| H A D | atomisp-gc2235.c | 307 buf->output_height = (reg_val_h << 8) | reg_val; in gc2235_get_intg_factor() 312 buf->output_height - 1; in gc2235_get_intg_factor() 342 buf->frame_length_lines = buf->output_height + 32 + in gc2235_get_intg_factor()
|
| H A D | atomisp-ov2722.c | 383 buf->output_height = reg_val; in ov2722_get_intg_factor()
|
| H A D | atomisp-ov2680.c | 235 buf->output_height = reg_val; in ov2680_get_intg_factor()
|
| H A D | atomisp-mt9m114.c | 782 buf->output_height = reg_val; in mt9m114_get_intg_factor()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-params.c | 138 unsigned int *output_width, unsigned int *output_height, in imgu_css_scaler_calc() argument 190 *output_height = out_height; in imgu_css_scaler_calc() 352 int output_height[IMGU_ABI_OSYS_PINS]; member 790 stripe_params[s].output_height[i] = in imgu_css_osys_calc_frame_and_stripe_params() 800 stripe_params[s].output_height[i] = in imgu_css_osys_calc_frame_and_stripe_params() 1020 osys->stripe[s].output_height[pin] = in imgu_css_osys_calc() 1021 stripe_params[s].output_height[pin]; in imgu_css_osys_calc() 1161 stripe_params[s].output_height[pin]; in imgu_css_osys_calc()
|
| H A D | ipu3-abi.h | 1042 u32 output_height[IMGU_ABI_OSYS_PINS]; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp.h | 669 unsigned int output_height; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/ |
| H A D | atomisp-ov5693.c | 526 buf->output_height = reg_val; in ov5693_get_intg_factor()
|