Searched refs:window_width (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_mode.c | 44 .window_width = 2592, 145 .window_width = 2592, 201 .window_width = 1296, 257 .window_width = 864, 313 .window_width = 648, 369 .window_width = 2592, 424 .window_width = 648, 480 .window_width = 1296, 536 .window_width = 1296,
|
H A D | et8ek8_driver.c | 397 fmt->width = reglist->mode.window_width; in et8ek8_reglist_to_mbus() 471 if (mode->window_width != current_mode->window_width || in et8ek8_reglist_find_mode_ival() 496 if ((*list1)->mode.window_width > (*list2)->mode.window_width) in et8ek8_reglist_cmp() 498 if ((*list1)->mode.window_width < (*list2)->mode.window_width) in et8ek8_reglist_cmp() 537 list->mode.window_width, list->mode.window_height, in et8ek8_reglist_import() 740 pixel_rate = mode->window_width * (pixel_rate - 1) / mode->width; in et8ek8_update_controls()
|
H A D | et8ek8_reg.h | 36 u16 window_width; member
|
/openbmc/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-h264.c | 331 u16 window_width; member 632 td->window_width = frame_width; in hva_h264_prepare_task()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 942 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local 975 window_width = end_tap - start_tap; in tegra_sdhci_post_tuning() 983 (end_tap == num_iter - 2) || window_width >= thdupper) { in tegra_sdhci_post_tuning()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 13431 + int window_width, window_height; 13513 + int width = de->window_width ? de->window_width : 1280; 13921 + if (!de->window_width || !de->window_height) { 13922 + de->window_width = 1280; 14100 + { "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, { .s…
|