Searched refs:YBuf0offset (Results 1 – 2 of 2) sorted by relevance
532 offsety = pPriv->YBuf0offset; in i830_display_video()577 overlay->OBUF_0Y = pPriv->YBuf0offset; in i830_display_video()755 overlay->OBUF_0Y = pPriv->YBuf0offset - srcPitch; in i830_display_video()1186 pPriv->YBuf0offset = pre_add + gtt_ofs + top * pitch2 + left; in I830PutImage()1187 pPriv->YBuf1offset = pPriv->YBuf0offset; in I830PutImage()1197 pPriv->UBuf0offset = pPriv->YBuf0offset + (pitch2 * width); in I830PutImage()1202 pPriv->UBuf0offset = pPriv->YBuf0offset + (pitch2 * height); in I830PutImage()
329 uint32_t YBuf0offset; member