Searched refs:bytesperline (Results 1 – 2 of 2) sorted by relevance
633 int off_pitch, int bytesperline, in cirrus_invalidate_region() argument641 off_begin -= bytesperline - 1; in cirrus_invalidate_region()646 off_cur_end = ((off_cur + bytesperline - 1) & s->cirrus_addr_mask) + 1; in cirrus_invalidate_region()
2466 + layer->planes[i].pitch = avbuf->plane_info[i].bytesperline;2522 + layer->planes[1].offset = avbuf->plane_info[0].bytesperline *2524 + layer->planes[1].pitch = avbuf->plane_info[0].bytesperline;2537 + layer->planes[1].offset = avbuf->plane_info[0].bytesperline *2539 + layer->planes[1].pitch = avbuf->plane_info[0].bytesperline >> 1;2543 + ((avbuf->plane_info[0].bytesperline *2545 + layer->planes[2].pitch = avbuf->plane_info[0].bytesperline >> 1;2747 frame->linesize[i] = avbuf->plane_info[i].bytesperline;2756 - frame->linesize[1] = avbuf->plane_info[0].bytesperline;2757 - frame->data[1] = frame->buf[0]->data + avbuf->plane_info[0].bytesperline * avbuf->context-…[all …]