Home
last modified time | relevance | path

Searched +full:576 +full:i (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst56 static unsigned char frame[576*720*3/2];
57 static unsigned char framey[576*720];
58 static unsigned char frameu[576*720 / 4];
59 static unsigned char framev[576*720 / 4];
63 unsigned int y, x, i;
71 for (i = 0; i < 16; i++) {
72 memcpy(dst + x + (y + i) * dstride, src, 16);
81 unsigned int y, x, i;
90 for (i = 0; i < 16; i++) {
91 int idx = x + (y + i) * dstride;
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c304 int i; in DDCModesFromEstablished() local
306 for (i = 0; i < 17; i++) { in DDCModesFromEstablished()
307 if (bits & (0x01 << i)) { in DDCModesFromEstablished()
308 Mode = xf86DuplicateMode(&DDCEstablishedModes[i]); in DDCModesFromEstablished()
430 int i; in FindDMTMode() local
433 for (i = 0; i < ARRAY_SIZE(DMTModes); i++) { in FindDMTMode()
434 ret = &DMTModes[i]; in FindDMTMode()
459 * as CVT-compliant (unless specified in an extension block I suppose).
470 int i, hsize, vsize, refresh; in DDCModesFromStandardTiming() local
472 for (i = 0; i < STD_TIMINGS; i++) { in DDCModesFromStandardTiming()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dfilm_grain_noise_table.c55 -1020, 180, -800, -64, 76, 576, 1068, 396, 660, 552, -108,
81 908, -248, 500, 716, -576, 492, -576, 16, 720, -108, 384,
82 124, 344, 280, 576, -500, 252, 104, -308, 196, -188, -8,
96 392, 356, 212, -80, -424, -1008, -324, 588, -1496, 576, 460,
104 60, 356, 96, -384, -188, -612, -576, 736, 508, 892, 352,
135 -376, -392, 556, -256, -576, 260, -352, 120, -16, -136, -260,
161 -1268, -260, -60, 300, -240, 988, 724, -376, -576, -212, -736,
190 440, 192, -576, -792, -76, -1080, 80, -532, -352, -132, 380,
255 RK_S32 i, j; in GenerateLumaGrainBlock() local
256 for (i = 0; i < 73; i++) { in GenerateLumaGrainBlock()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_tvenc.c73 .vdisplay = 576,
74 .vsync_start = 576 + 2,
75 .vsync_end = 576 + 2 + 2,
76 .vtotal = 576 + 2 + 2 + 20,
136 int i; in zx_tvenc_find_zmode() local
138 for (i = 0; i < ARRAY_SIZE(tvenc_modes); i++) { in zx_tvenc_find_zmode()
139 const struct zx_tvenc_mode *zmode = tvenc_modes[i]; in zx_tvenc_find_zmode()
226 int i; in zx_tvenc_connector_get_modes() local
228 for (i = 0; i < ARRAY_SIZE(tvenc_modes); i++) { in zx_tvenc_connector_get_modes()
229 const struct zx_tvenc_mode *zmode = tvenc_modes[i]; in zx_tvenc_connector_get_modes()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dps3fb.c143 /* 480i */
144 "480i", 60, 576, 384, 74074, 130, 89, 78, 57, 63, 6,
148 "480p", 60, 576, 384, 37037, 130, 89, 78, 57, 63, 6,
155 /* 1080i */
156 "1080i", 60, 1688, 964, 13481, 264, 160, 94, 62, 88, 5,
166 /* 576i */
167 "576i", 50, 576, 460, 74074, 142, 83, 97, 63, 63, 5,
170 /* 576p */
171 "576p", 50, 576, 460, 37037, 142, 83, 97, 63, 63, 5,
178 /* 1080i */
[all …]
H A Dfm2fb.c63 * As mentioned above there are several jumper. I think there
65 * the world so I add these information for completeness.
146 /* 768 x 576, 32 bpp (PAL) */
147 768, 576, 768, 576, 0, 0, 32, 0,
263 for (y = 0; y < 576; y++) { in fm2fb_probe()
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_common.h327 AHD20_SD_H960_NT, //960h*480i
328 AHD20_SD_H960_PAL, //960h*576i
329 AHD20_SD_SH720_NT, //720h*480i
330 AHD20_SD_SH720_PAL, //720h*576i
335 AHD20_SD_H960_EX_NT, //1920h*480i
336 AHD20_SD_H960_EX_PAL, //1920h*576i
339 AHD20_SD_H960_2EX_Btype_NT, //3840h*480i
340 AHD20_SD_H960_2EX_Btype_PAL, //3840h*576i
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk1000_tve.c95 int i, ret; in rk1000_tv_write_block() local
97 for (i = 0; i < len; i++) { in rk1000_tv_write_block()
98 ret = rk1000_tve_i2c_write(rk1000_tve, reg + i, buf[i]); in rk1000_tv_write_block()
144 if (mode->vdisplay == 576) { in rk1000_tve_bridge_enable()
177 int ret, i, screen_size; in drm_rk1000_select_output() local
190 mode->vdisplay = 576; in drm_rk1000_select_output()
221 for (i = 0; i < screen_size; i++) { in drm_rk1000_select_output()
222 if (base_parameter.screen_list[i].type == in drm_rk1000_select_output()
224 screen_info = &base_parameter.screen_list[i]; in drm_rk1000_select_output()
267 mode->vdisplay = 576; in drm_rk1000_select_output()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c53 .tv_enc_mode = { 720, 576, 50000, {
77 .tv_enc_mode = { 720, 576, 50000, {
89 .tv_enc_mode = { 720, 576, 50000, {
137 .tv_enc_mode = { 720, 576, 50000, {
168 720, 730, 738, 864, 0, 576, 581, 585, 625, 0,
225 * field, but I don't know how they are enabled. The whole filtering
244 * After all the hassle, I got the following formula by empirical
322 int i, j, k; in tv_setup_filter() local
337 for (i = 0; i < 7; i++) { in tv_setup_filter()
338 int64_t c = (p->k1 + p->ki*i + p->ki2*i*i + in tv_setup_filter()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dsh_vou.c510 int i, idx = 0; in vou_adjust_input() local
515 img_height_max = 576; in vou_adjust_input()
524 for (i = ARRAY_SIZE(vou_scale_h_num) - 1; i >= 0; i--) { in vou_adjust_input()
526 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input()
527 vou_scale_h_num[i]; in vou_adjust_input()
536 idx = i; in vou_adjust_input()
549 for (i = ARRAY_SIZE(vou_scale_v_num) - 1; i >= 0; i--) { in vou_adjust_input()
551 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
552 vou_scale_v_num[i]; in vou_adjust_input()
561 idx = i; in vou_adjust_input()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vconn.c85 796, 864, 0, 576, 581, 586, 625, 0,
90 796, 864, 0, 576, 581, 586, 625, 0,
106 795, 864, 0, 576, 580, 586, 625, 0,
112 795, 864, 0, 576, 580, 586, 625, 0,
243 int i, count, num_modes = 0; in vconn_drm_add_modes_noedid() local
247 for (i = 0; i < count; i++) { in vconn_drm_add_modes_noedid()
248 const struct drm_display_mode *ptr = &edid_cea_modes_1[i]; in vconn_drm_add_modes_noedid()
458 int i; in rockchip_virtual_connectors_create() local
465 for (i = 0; i < count; i++) { in rockchip_virtual_connectors_create()
469 snprintf(propname, sizeof(propname), "virtual%d-disconnected", i); in rockchip_virtual_connectors_create()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-video.c50 unsigned int i; in cx25821_format_by_fourcc() local
52 for (i = 0; i < ARRAY_SIZE(formats); i++) in cx25821_format_by_fourcc()
53 if (formats[i].fourcc == fourcc) in cx25821_format_by_fourcc()
54 return formats + i; in cx25821_format_by_fourcc()
72 cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | (1 << channel->i)); in cx25821_start_video_dma()
108 &dev->channels[channel->i].dma_vidq; in cx25821_video_irq()
346 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap()
455 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_s_std()
463 struct v4l2_input *i) in cx25821_vidioc_enum_input() argument
465 if (i->index) in cx25821_vidioc_enum_input()
[all …]
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Dmp3_enc_types.h24 #define samp_per_frame2 576
29 #define BUFFER_SIZE 2048//2048//1384 /* output buffer size in bytes 576 bytes */
43 unsigned int i; /* file buffer index */ member
/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Dvpif.c75 .name = "576p50",
77 .height = 576,
207 .height = 576,
324 int i; in config_vpif_params() local
329 for (i = start; i < end; i++) { in config_vpif_params()
330 reg = vpifregs[i].ch_ctrl; in config_vpif_params()
367 vpifregs[i].line_offset); in config_vpif_params()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c57 int i; in select_service_from_set() local
75 for (i = 0; i < 32; i++) { in select_service_from_set()
76 if (BIT(i) & set) in select_service_from_set()
77 return BIT(i); in select_service_from_set()
482 h = min(h, itv->is_50hz ? 576 : 480); in ivtv_try_fmt_vid_cap()
526 /* Why can the height be 576 even when the output is NTSC? in ivtv_try_fmt_vid_out()
541 h = min(h, 576); in ivtv_try_fmt_vid_out()
852 r.height = itv->is_out_50hz ? 576 : 480; in ivtv_s_selection()
889 sel->r.height = itv->is_50hz ? 576 : 480; in ivtv_g_selection()
909 r.height = itv->is_out_50hz ? 576 : 480; in ivtv_g_selection()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dths7303.c71 int i; in ths7303_write() local
73 for (i = 0; i < 3; i++) { in ths7303_write()
99 sel = 0x2; /*720p, 1080i and SVGA/XGA */ in ths7303_setval()
102 sel = 0x1; /* EDTV 480p/576p and VGA */ in ths7303_setval()
105 sel = 0x0; /* SDTV, S-Video, 480i/576i */ in ths7303_setval()
295 bt->width, bt->height, bt->interlaced ? "i" : "p", in ths7303_log_status()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vo.cpp53 *s32H = 576; in TEST_VO_GetDisplaySize()
92 for (RK_S32 i = 0; i < ARRAY_LENGTH(stVoTimings); i++) { in TEST_VO_GetDisplaySize() local
93 if (stVoTimings[i].enIntfSync == enIntfSync) { in TEST_VO_GetDisplaySize()
94 *s32W = stVoTimings[i].u32Width; in TEST_VO_GetDisplaySize()
95 *s32H = stVoTimings[i].u32Height; in TEST_VO_GetDisplaySize()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Drk1000.c31 738, 864, 0, 576, 582, 588, 625, 0,
109 int i, ret = 0; in rk1000_tv_write_block() local
111 for (i = 0; i < len; i++) { in rk1000_tv_write_block()
112 ret = regmap_write(rk1000->tvemap, reg + i, buf[i]); in rk1000_tv_write_block()
123 int i, ret = 0; in rk1000_control_write_block() local
125 for (i = 0; i < len; i++) { in rk1000_control_write_block()
126 ret = regmap_write(rk1000->ctlmap, reg + i, buf[i]); in rk1000_control_write_block()
269 if (adjusted_mode->vdisplay == 576) in rk1000_bridge_mode_set()
H A Drk630-tve.c24 816, 864, 0, 576, 580, 586, 625, 0,
182 int i, ret = 0; in rk630_tve_write_block() local
184 for (i = 0; i < len; i++) { in rk630_tve_write_block()
185 ret = regmap_write(tve->tvemap, config[i].offset, in rk630_tve_write_block()
186 config[i].value); in rk630_tve_write_block()
259 int ret, i; in rk630_tve_enable() local
291 for (i = 0; i < 10; i++) { in rk630_tve_enable()
386 if (adjusted_mode->vdisplay == 576) in rk630_tve_bridge_mode_set()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dtables_nphy.h159 #define B43_NTAB_C0_IQLT_R3 B43_NTAB32(26, 320) /* I/Q lookup 0 */
161 #define B43_NTAB_C0_PAPD_COMP_R3 B43_NTAB16(26, 576)
165 #define B43_NTAB_C1_IQLT_R3 B43_NTAB32(27, 320) /* I/Q lookup 1 */
167 #define B43_NTAB_C1_PAPD_COMP_R3 B43_NTAB16(27, 576)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_pll_8960.c173 /* 576p50/576i50 */
359 int i; in find_rate() local
361 for (i = 1; i < ARRAY_SIZE(freqtbl); i++) in find_rate()
362 if (rate > freqtbl[i].rate) in find_rate()
363 return &freqtbl[i - 1]; in find_rate()
365 return &freqtbl[i - 1]; in find_rate()
389 int i; in hdmi_pll_set_rate() local
393 for (i = 0; i < pll_rate->num_reg; i++) in hdmi_pll_set_rate()
394 pll_write(pll, pll_rate->conf[i].reg, pll_rate->conf[i].val); in hdmi_pll_set_rate()
426 int i; in msm_hdmi_pll_8960_init() local
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dvideo.h111 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
157 /* 5- 3 source resolution (0=720x480/576, 1=704x480/576, 2=352x480/57 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dvideo.h111 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
157 /* 5- 3 source resolution (0=720x480/576, 1=704x480/576, 2=352x480/57 */
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dvideo.h115 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
161 /* 5- 3 source resolution (0=720x480/576, 1=704x480/576, 2=352x480/57 */
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c250 796, 864, 576, 581, 586, 625, 0,
255 796, 864, 576, 581, 586, 625, 0,
271 795, 864, 576, 580, 586, 625, 0,
277 795, 864, 576, 580, 586, 625, 0,
295 3180, 3456, 576, 580, 586, 625, 0,
301 3180, 3456, 576, 580, 586, 625, 0,
317 1592, 1728, 576, 581, 586, 625, 0,
322 1592, 1728, 576, 581, 586, 625, 0,
357 3184, 3456, 576, 581, 586, 625, 0,
362 3184, 3456, 576, 581, 586, 625, 0,
[all …]

12345678910>>...13