Home | History | Annotate | Download | only in src

Lines Matching refs:scanlines

1418         int scanlines = drv_ctx.video_resolution.scan_lines;
1421 scanlines = drv_ctx.video_resolution.frame_height;
1423 scanlines = (scanlines + DEFAULT_HEIGHT_ALIGNMENT - 1) & (~(DEFAULT_HEIGHT_ALIGNMENT - 1));
1427 DEBUG_PRINT_HIGH("Logging width/height(%u/%u) stride/scanlines(%u/%u)",
1429 drv_ctx.video_resolution.frame_height, stride, scanlines);
1435 temp = (char *)drv_ctx.ptr_outputbuffer[buf_index].bufferaddr + stride * scanlines;
10102 // In our case, this happens to be the Stride x Scanlines of Y plane