HomeSort by relevance Sort by last modified time
    Searched refs:bytespp (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/examples/android/jni/
fbvncserver.c 86 size_t bytespp; local
101 bytespp = scrinfo.bits_per_pixel / 8;
109 fbmmap = mmap(NULL, pixels * bytespp, PROT_READ, MAP_SHARED, fbfd, 0);
  /external/libvpx/libvpx/
tools_common.c 82 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; local
109 size_t needed = w * bytespp;

Completed in 516 milliseconds