Home
last modified time | relevance | path

Searched refs:bytespp (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/examples/android/jni/
Dfbvncserver.c86 size_t bytespp; in init_fb() local
101 bytespp = scrinfo.bits_per_pixel / 8; in init_fb()
109 fbmmap = mmap(NULL, pixels * bytespp, PROT_READ, MAP_SHARED, fbfd, 0); in init_fb()
/external/libvpx/libvpx/
Dtools_common.c82 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local
109 size_t needed = w * bytespp; in read_yuv_frame()