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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiadevd.h 37 STDMETHOD(GetDeviceBitmapLogo)(THIS_ BSTR bstrDeviceId,HBITMAP *phBitmap,ULONG nMaxWidth,ULONG nMaxHeight) PURE;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 112 if (mDecodeSettings.nMaxWidth == 0 ||
120 p->width = mDecodeSettings.nMaxWidth;
279 LOGI("Maximum width = %u, height = %u, dpb = %u", p->nMaxWidth, p->nMaxHeight, p->nMaxNumberOfReferenceFrame);
  /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 762 milliseconds