Searched defs:dwWidth (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_mjpeg_decoder.cpp92 DWORD dwWidth; // Fields specify the width of the AVIfile in pixels. member in struct:cv::AviMainHeader
116 } rcFrame; // If stream has a different size than dwWidth*dwHeight(unused)
556 m_width = avi_hdr.dwWidth;
557 m_height = avi_hdr.dwWidth;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1395 FX_DWORD dwWidth = m_DefaultWidth; local
1400 dwWidth = (FX_WORD)list[i + 2];
1404 vx = (short)dwWidth / 2;
/external/opencv3/3rdparty/include/dshow/
H A Dddraw.h986 DWORD dwWidth; /* C: width of input surface*/ member in struct:_DDSURFACEDESC
1013 DWORD dwWidth; /* C: width of input surface*/ member in struct:_DDSURFACEDESC2
1369 STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP) PURE;
1472 /*54*/ STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
1567 /*54*/ STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
1668 /*54*/ STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
1781 /*54*/ STDMETHOD(SetDisplayMode)(THIS_ DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwRefreshRate, DWORD dwFlags) PURE;
H A Dstrmif.h8091 virtual HRESULT WINAPI OnUpdateSize(DWORD dwWidth,DWORD dwHeight,DWORD dwARWidth,DWORD dwARHeight) = 0;
8101 HRESULT (WINAPI *OnUpdateSize)(IDDrawExclModeVideoCallback *This,DWORD dwWidth,DWORD dwHeight,DWORD dwARWidth,DWORD dwARHeight);
8113 #define IDDrawExclModeVideoCallback_OnUpdateSize(This,dwWidth,dwHeight,dwARWidth,dwARHeight) (This)->lpVtbl->OnUpdateSize(This,dwWidth,dwHeight,dwARWidth,dwARHeight)
8120 HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateSize_Proxy(IDDrawExclModeVideoCallback *This,DWORD dwWidth,DWORD dwHeight,DWORD dwARWidth,DWORD dwARHeight);
9111 DWORD dwWidth; member in struct:_VMRVIDEOSTREAMINFO

Completed in 477 milliseconds