Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c25 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 },
46 from->grid.bqs_per_grid_cell; in ia_css_sdis_horicoef_vmem_encode()
190 dis->grid.dim.width = in ia_css_sdis_init_info()
192 dis->grid.dim.height = in ia_css_sdis_init_info()
194 dis->grid.pad.width = in ia_css_sdis_init_info()
196 dis->grid.pad.height = in ia_css_sdis_init_info()
315 assert(grid); in ia_css_isp_dvs_statistics_allocate()
317 IA_CSS_ENTER("grid=%p", grid); in ia_css_isp_dvs_statistics_allocate()
319 if (!grid->enable) in ia_css_isp_dvs_statistics_allocate()
327 grid->aligned_height, in ia_css_isp_dvs_statistics_allocate()
[all …]
H A Dia_css_sdis_types.h36 grid;/** grid info contains the dimensions of the dvs grid */ member
49 grid;/** grid info contains the dimensions of the dvs grid */ member
H A Dia_css_sdis.host.h69 const struct ia_css_dvs_grid_info *grid);
/openbmc/webui-vue/src/layouts/
H A DAppLayout.vue70 display: grid;
71 grid-template-columns: 100%;
72 grid-template-rows: auto;
73 grid-template-areas:
78 grid-template-columns: $navigation-width 1fr;
79 grid-template-areas:
86 grid-area: header;
93 grid-area: navigation;
97 grid-area: content;
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c23 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 },
41 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis2_horicoef_vmem_encode()
42 from->grid.bqs_per_grid_cell; in ia_css_sdis2_horicoef_vmem_encode()
43 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis2_horicoef_vmem_encode()
67 from->grid.bqs_per_grid_cell; in ia_css_sdis2_vertcoef_vmem_encode()
68 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis2_vertcoef_vmem_encode()
266 dst_offset += host_stats->grid.aligned_width; in ia_css_translate_dvs2_statistics()
274 const struct ia_css_dvs_grid_info *grid) in ia_css_isp_dvs2_statistics_allocate() argument
279 assert(grid); in ia_css_isp_dvs2_statistics_allocate()
281 IA_CSS_ENTER("grid=%p", grid); in ia_css_isp_dvs2_statistics_allocate()
[all …]
H A Dia_css_sdis2_types.h46 grid; /** grid info contains the dimensions of the dvs grid */ member
69 grid; /** grid info contains the dimensions of the dvs grid */ member
H A Dia_css_sdis2.host.h78 const struct ia_css_dvs_grid_info *grid);
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_dvs.h168 ia_css_isp_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
182 ia_css_isp_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
196 ia_css_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
210 ia_css_dvs_coefficients_allocate(const struct ia_css_dvs_grid_info *grid);
224 ia_css_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
238 ia_css_dvs2_coefficients_allocate(const struct ia_css_dvs_grid_info *grid);
H A Dsh_css_params.c2142 assert(grid); in ia_css_isp_3a_statistics_allocate()
4134 assert(grid); in ia_css_3a_statistics_allocate()
4140 me->grid = *grid; in ia_css_3a_statistics_allocate()
4141 grid_size = grid->width * grid->height; in ia_css_3a_statistics_allocate()
4172 assert(grid); in ia_css_dvs_statistics_allocate()
4178 me->grid = *grid; in ia_css_dvs_statistics_allocate()
4210 assert(grid); in ia_css_dvs_coefficients_allocate()
4216 me->grid = *grid; in ia_css_dvs_coefficients_allocate()
4251 assert(grid); in ia_css_dvs2_statistics_allocate()
4257 me->grid = *grid; in ia_css_dvs2_statistics_allocate()
[all …]
H A Dia_css_3a.h135 ia_css_isp_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid);
149 ia_css_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-detect.rst37 - The image is divided into a grid, each cell with its own motion
41 - The image is divided into a grid, each cell with its own region
45 values for the grid are set through the
55 Sets the motion detection thresholds for each cell in the grid. To
58 top-left of the grid.
61 Sets the motion detection region value for each cell in the grid. To
64 top-left of the grid.
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c241 count_for_3a = host_stats->grid.width * host_stats->grid.height in ia_css_s3a_hmem_decode()
242 * host_stats->grid.bqs_per_grid_cell in ia_css_s3a_hmem_decode()
243 * host_stats->grid.bqs_per_grid_cell; in ia_css_s3a_hmem_decode()
304 isp_width = host_stats->grid.aligned_width; in ia_css_s3a_dmem_decode()
305 host_width = host_stats->grid.width; in ia_css_s3a_dmem_decode()
306 height = host_stats->grid.height; in ia_css_s3a_dmem_decode()
344 out_width = host_stats->grid.width; in ia_css_s3a_vmem_decode()
345 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode()
349 chunk = ISP_VEC_NELEMS >> host_stats->grid.deci_factor_log2; in ia_css_s3a_vmem_decode()
H A Dia_css_s3a_types.h197 grid; /** grid info contains the dimensions of the 3A grid */ member
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss2 display: grid;
3 grid-gap: 1rem;
4 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css-params.c2122 if (acc->shd.shd.grid.width <= 0) in imgu_css_cfg_acc()
2132 (-acc->shd.shd.grid.y_start >> in imgu_css_cfg_acc()
2490 acc->ae.stripes[0].grid.width = in imgu_css_cfg_acc()
2495 acc->ae.stripes[1].grid.width = in imgu_css_cfg_acc()
2499 acc->ae.stripes[0].grid.x_end = in imgu_css_cfg_acc()
2509 acc->ae.stripes[1].grid.x_end = in imgu_css_cfg_acc()
2646 acc->awb.stripes[1].grid.x_end = in imgu_css_cfg_acc()
2657 acc->awb.stripes[0].grid.width = in imgu_css_cfg_acc()
2661 acc->awb.stripes[1].grid.width = acc->awb.config.grid.width - in imgu_css_cfg_acc()
2665 acc->awb.stripes[0].grid.x_end = in imgu_css_cfg_acc()
[all …]
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_calendar.scss10 .b-calendar-grid .btn {
15 .b-calendar .b-calendar-grid {
H A D_index.scss6 @import "./bootstrap-grid";
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst10 The transformation function is exposed by the hardware as a grid map with 16x16
54 vertex of the grid. The x coordinate is stored in the 16 LSBs and the y
77 the vertex coordinates of the block. The dewarping grid map is comprised of
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h41 } grid, coef, proj; member
/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss19 @import "~bootstrap/scss/grid";
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/files/
H A D0001-desktop-file-Hide-the-keyboard-from-app-list.patch7 it via the desktop app grid when using Sato desktop:
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c338 dvs_info->width = binary->dis.grid.dim.width; in ia_css_binary_dvs_grid_info()
339 dvs_info->height = binary->dis.grid.dim.height; in ia_css_binary_dvs_grid_info()
340 dvs_info->aligned_width = binary->dis.grid.pad.width; in ia_css_binary_dvs_grid_info()
341 dvs_info->aligned_height = binary->dis.grid.pad.height; in ia_css_binary_dvs_grid_info()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css.map1grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixi…
/openbmc/docs/designs/
H A Dmultihost-physical-led.md22 front edge of the board in a grid. The grid will be 2 × rows of 2 × LEDs to
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DEUDatagrid18 therefrom, except with prior written permission by hep-project-grid-edg-license@cern.ch.

12