Home
last modified time | relevance | path

Searched refs:output_height (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/
H A Drga_alpha_3channel_demo.cpp44 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 Drga_alpha_yuv_demo.cpp44 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 Drk_aiq_algo_aorb_itf.cpp36 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 Dxwayland-output.c128 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 Djpeg_reader.cpp114 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 Dsupport-jpeg-turbo.patch292 + 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 Dhantro_postproc.c46 .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 Dhantro.h286 struct hantro_reg output_height; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c660 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 Dh265d_parser.h200 RK_S32 output_width, output_height; member
H A Dh265d_parser.c490 s->h265dctx->height = sps->output_height; in set_sps()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc0310.c367 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 Datomisp-gc2235.c307 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 Datomisp-ov2722.c383 buf->output_height = reg_val; in ov2722_get_intg_factor()
H A Datomisp-ov2680.c235 buf->output_height = reg_val; in ov2680_get_intg_factor()
H A Datomisp-mt9m114.c782 buf->output_height = reg_val; in mt9m114_get_intg_factor()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-css-params.c138 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 Dipu3-abi.h1042 u32 output_height[IMGU_ABI_OSYS_PINS]; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h669 unsigned int output_height; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Datomisp-ov5693.c526 buf->output_height = reg_val; in ov5693_get_intg_factor()