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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 95 DWORD dwScale;
vfw.h 251 DWORD dwScale;
327 DWORD dwScale;
475 DWORD WINAPIV ICDrawBegin(HIC hic,DWORD dwFlags,HPALETTE hpal,HWND hwnd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int xSrc,int ySrc,int dxSrc,int dySrc,DWORD dwRate,DWORD dwScale);
712 DWORD dwScale;
789 DWORD dwScale;
810 DWORD dwScale;
838 DWORD dwScale;
853 DWORD dwScale;
    [all...]
dmusici.h 604 DWORD dwScale;
    [all...]
  /external/opencv3/modules/videoio/src/
cap_vfw.cpp 180 fps = (double)aviinfo.dwRate/aviinfo.dwScale;
761 // use highest possible accuracy for dwRate/dwScale
762 aviinfo.dwScale = (DWORD)((double)0x7FFFFFFF / fps);
763 aviinfo.dwRate = cvRound(fps * aviinfo.dwScale);
cap_mjpeg_decoder.cpp 104 DWORD dwScale; // 1
503 m_fps = double(strm_hdr.dwRate)/strm_hdr.dwScale;

Completed in 285 milliseconds