Searched refs:bytespp (Results 1 – 3 of 3) sorted by relevance
51 ((x+OffsetX) * fbinfo.bytespp)); in NX_NormalUpdate()53 dest = fbinfo.winpixels + ((y * fbinfo.pitch) + (x * fbinfo.bytespp)); in NX_NormalUpdate()208 (OffsetX * fbinfo.bytespp)); in NX_RefreshDisplay()
86 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local112 size_t needed = w * bytespp; in read_yuv_frame()
1811 int bytespp = (bitspp+7)/8; in android_display_reset() local1812 int pitch = (bytespp*width + 3) & ~3; in android_display_reset()