Searched refs:line_pitch (Results 1 – 5 of 5) sorted by relevance
27 dev_dbg(dev, " MXC JPEG LINE_PITCH %d\n", desc->line_pitch); in print_descriptor_info()171 void mxc_jpeg_set_line_pitch(struct mxc_jpeg_desc *desc, u32 line_pitch) in mxc_jpeg_set_line_pitch() argument173 desc->line_pitch = line_pitch; in mxc_jpeg_set_line_pitch()
75 u32 line_pitch; member
138 void mxc_jpeg_set_line_pitch(struct mxc_jpeg_desc *desc, u32 line_pitch);
921 desc->line_pitch = q_data_cap->bytesperline[0]; in mxc_jpeg_config_dec_desc()945 cfg_desc->line_pitch = MXC_JPEG_MIN_WIDTH * 2; in mxc_jpeg_config_dec_desc()986 cfg_desc->line_pitch = 0; in mxc_jpeg_config_enc_desc()
999 line_pitch = info->fix.line_length; in imsttfb_fillrect()1001 dy = rect->dy * line_pitch; in imsttfb_fillrect()1025 write_reg_le32(par->dc_regs, SP, line_pitch); in imsttfb_fillrect()1050 line_pitch = info->fix.line_length; in imsttfb_copyarea()1052 sp = line_pitch << 16; in imsttfb_copyarea()1058 sp |= -(line_pitch) & 0xffff; in imsttfb_copyarea()1059 dp_octl = -(line_pitch) & 0xffff; in imsttfb_copyarea()1061 sp |= line_pitch; in imsttfb_copyarea()1062 dp_octl = line_pitch; in imsttfb_copyarea()1072 fb_offset_old = sy * line_pitch + sx; in imsttfb_copyarea()[all …]
Completed in 16 milliseconds