Home
last modified time | relevance | path

Searched refs:window_width (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/et8ek8/
H A Det8ek8_mode.c44 .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 Det8ek8_driver.c397 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 Det8ek8_reg.h36 u16 window_width; member
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c675 pXWDHeader->pixmap_width = pXWDHeader->window_width = pvfb->width; in vfbWriteXWDFileHeader()
679 pXWDHeader->pixmap_width = pXWDHeader->window_width = pvfb->paddedWidth; in vfbWriteXWDFileHeader()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/
H A Dhva-h264.c331 u16 window_width; member
630 td->window_width = frame_width; in hva_h264_prepare_task()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c993 gint * window_width, gint * window_height) in xwindow_calculate_display_ratio() argument
1007 *window_width = video_width; in xwindow_calculate_display_ratio()
1030 if (video_width < *window_width) { in xwindow_calculate_display_ratio()
1032 *window_width = video_width; in xwindow_calculate_display_ratio()
1037 *window_width = self->xwindow->width; in xwindow_calculate_display_ratio()
1041 GST_DEBUG_OBJECT (self, "scaling to %dx%d", *window_width, *window_height); in xwindow_calculate_display_ratio()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-tegra.c928 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local
961 window_width = end_tap - start_tap; in tegra_sdhci_post_tuning()
969 (end_tap == num_iter - 2) || window_width >= thdupper) { in tegra_sdhci_post_tuning()