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

  /hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelVideoExt.h 82 OMX_U32 nMaxWidth; // Maximum width of video
  /external/libvncserver/libvncserver/
tight.c 359 int maxRectSize, maxRectWidth, nMaxWidth;
363 nMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
364 nMaxRows = maxRectSize / nMaxWidth;
    [all...]

Completed in 294 milliseconds