Lines Matching defs:act
1131 struct v4l2_bt_timings *act = &video->active_timings;
1132 unsigned int size = act->width * ALIGN(act->height, 8);
1137 if (!IS_ALIGNED(act->width, 64)) {
1146 u32 width = ALIGN(act->width, 64);
1148 aspeed_video_write(video, VE_CAP_WINDOW, width << 16 | act->height);
1149 size = width * ALIGN(act->height, 8);
1152 act->width << 16 | act->height);
1155 act->width << 16 | act->height);
1156 aspeed_video_write(video, VE_SRC_SCANLINE_OFFSET, act->width * 4);