Home
last modified time | relevance | path

Searched refs:h_res (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/tests/etnaviv/
Dwrite_bmp.c54 unsigned int h_res; member
83 .h_res = 0xB13, in bmp_header_write()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp_info.h27 unsigned int h_res; member
/external/u-boot/drivers/video/exynos/
Dexynos_dp.c31 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info()
891 priv->disp_info.h_res = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
Dexynos_dp_lowlevel.c1086 writel(ACTIVE_PIXEL_CFG_L(priv->disp_info.h_res), in exynos_dp_config_video_bist()
1088 writel(ACTIVE_PIXEL_CFG_H(priv->disp_info.h_res), in exynos_dp_config_video_bist()
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Drnn_cell_test.py1413 [gh_res, h_res] = sess.run([gh, h])
1415 h_res, 1e-5)
1417 h_res, 1e-5)