Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dfec.c128 u32 out_w = buf->out_width, out_h = buf->out_height; in fec_running() local
140 __func__, in_w, in_h, out_w, out_h, in fec_running()
151 mesh_size = cal_fec_mesh(out_w, out_h, !!density); in fec_running()
207 out_offs = out_w * out_h; in fec_running()
210 out_h = ALIGN(out_h, 16); in fec_running()
211 out_offs = out_w * out_h >> 4; in fec_running()
215 out_w * out_h * 2 : out_w * out_h * 3 / 2; in fec_running()
269 val = out_h << 16 | out_w; in fec_running()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c297 src_h = dflow->out_h; in komeda_layer_check_cfg()
420 st->vsize = dflow->out_h; in komeda_wb_layer_validate()
453 vsize_out = dflow->out_h; in komeda_scaler_check_cfg()
538 st->vsize_out = dflow->out_h; in komeda_scaler_validate()
633 if (!in_range(&merger->vsize_merged, output->out_h)) { in komeda_merger_validate()
635 output->out_h); in komeda_merger_validate()
647 st->vsize_merged = output->out_h; in komeda_merger_validate()
681 (dflow->out_y + dflow->out_h > compiz_h) || in komeda_compiz_set_input()
682 dflow->out_w == 0 || dflow->out_h == 0) { in komeda_compiz_set_input()
685 dflow->out_w, dflow->out_h); in komeda_compiz_set_input()
[all …]
H A Dkomeda_wb_connector.c21 dflow->out_h = fb->height; in komeda_wb_init_data_flow()
H A Dkomeda_plane.c43 dflow->out_h = st->crtc_h; in komeda_plane_init_data_flow()
H A Dkomeda_pipeline.h355 u32 out_x, out_y, out_w, out_h; member
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D14-support-out-of-tree-config.patch100 FILE *out, *tristate, *out_h;
135 - out_h = fopen(".tmpconfig.h", "w");
137 + out_h = fopen(buf, "w");
138 if (!out_h) {
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsrccode.c126 goto out_h; in find_srcfile()
151 out_h: in find_srcfile()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconfdata.c956 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
976 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf()
977 if (!out_h) { in conf_write_autoconf()
987 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf()
999 conf_write_symbol(out_h, sym, &header_printer_cb, NULL); in conf_write_autoconf()
1003 fclose(out_h); in conf_write_autoconf()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra20/
H A Ddisplay.h26 unsigned out_h; /* Height of output window in pixels */ member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dtegra.c63 val |= win->out_h << V_SIZE_SHIFT; in update_window()
74 v_dda = (win->h * 0x1000) / max(win->out_h - 1, 1U); in update_window()
229 win->out_h = priv->height; in setup_window()
H A Dstb_truetype.h775 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f…
781 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f…
800 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f…
801 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f…
2465 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmapSubpixel() argument
2475 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel()
2484 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmap() argument
2486 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap()
2494 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeCodepointBitmapSubpixel() argument
2496 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, s… in stbtt_MakeCodepointBitmapSubpixel()
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconfdata.c1051 FILE *out, *out_h; in conf_write_autoconf() local
1066 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf()
1067 if (!out_h) { in conf_write_autoconf()
1073 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf()
1082 conf_write_symbol(out_h, sym, &header_printer_cb, NULL); in conf_write_autoconf()
1085 fclose(out_h); in conf_write_autoconf()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconfdata.c975 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
1008 out_h = fopen(buf, "w"); in conf_write_autoconf()
1009 if (!out_h) { in conf_write_autoconf()
1019 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf()
1031 conf_write_symbol(out_h, sym, &header_printer_cb, NULL); in conf_write_autoconf()
1035 fclose(out_h); in conf_write_autoconf()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c174 out_w = output_res.width, out_h = output_res.height; in binarydesc_calculate_bds_factor() local
183 assert(out_w != 0 && out_h != 0); in binarydesc_calculate_bds_factor()
194 (out_h * num / den + delta > in_h) && in binarydesc_calculate_bds_factor()
195 (out_h * num / den <= in_h); in binarydesc_calculate_bds_factor()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Drj54n1cb0c.c541 s32 *out_w, s32 *out_h);
634 s32 *out_w, s32 *out_h) in rj54n1_sensor_scale() argument
639 output_w = *out_w, output_h = *out_h; in rj54n1_sensor_scale()
812 *out_h = output_h; in rj54n1_sensor_scale()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Ddsa.h162 unsigned long *out_h,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Ddsa.h162 unsigned long *out_h,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Ddsa.h162 unsigned long *out_h,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Ddsa.h142 unsigned long *out_h,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Ddsa.h142 unsigned long *out_h,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Ddsa.h162 unsigned long *out_h,
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1844 RK_U32 out_h = MPP_ALIGN(dxva->max_height, 16); in vdpu_av1d_gen_regs() local
1845 RK_U32 luma_size = out_w * out_h; in vdpu_av1d_gen_regs()
2179 RK_U32 out_h = ver_stride; in vdpu_av1d_gen_regs() local
2180 RK_U32 y_stride = out_w * out_h; in vdpu_av1d_gen_regs()
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch1828 - out_h = sys.stdout
1831 + out_h = getattr(sys.stdout, 'buffer', sys.stdout)
1841 - GeneratePlatformListHeader(out_h, platforms)
1850 + out_h.write(out_h_str.getvalue().encode('utf-8'))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c843 const int out_h = stream->dst.height; in calculate_scaling_ratios() local
863 pipe_ctx->plane_res.scl_data.ratios.vert.value * in_h, out_h); in calculate_scaling_ratios()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c876 u32 v_out = dflow->out_h; in d71_downscaling_clk_check()