Searched refs:bytespp (Results 1 – 2 of 2) sorted by relevance
86 size_t bytespp; in init_fb() local101 bytespp = scrinfo.bits_per_pixel / 8; in init_fb()109 fbmmap = mmap(NULL, pixels * bytespp, PROT_READ, MAP_SHARED, fbfd, 0); in init_fb()
82 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local109 size_t needed = w * bytespp; in read_yuv_frame()