Searched refs:UBuf1offset (Results 1 – 2 of 2) sorted by relevance
536 offsetu = pPriv->UBuf1offset; in i830_display_video()581 overlay->OBUF_1U = pPriv->UBuf1offset; in i830_display_video()759 overlay->OBUF_1U = pPriv->UBuf1offset - srcPitch; in i830_display_video()1190 pPriv->UBuf1offset = pPriv->UBuf0offset; in I830PutImage()1199 pPriv->UBuf1offset = pPriv->YBuf1offset + (pitch2 * width); in I830PutImage()1200 pPriv->VBuf1offset = pPriv->UBuf1offset + (pitch2 * width / 2); in I830PutImage()1204 pPriv->UBuf1offset = pPriv->YBuf1offset + (pitch2 * height); in I830PutImage()1205 pPriv->VBuf1offset = pPriv->UBuf1offset + (pitch2 * height / 2); in I830PutImage()
333 uint32_t UBuf1offset; member