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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 89 FOURCC fccType;
vfw.h 186 DWORD fccType;
198 DWORD fccType;
361 WINBOOL WINAPI ICInfo(DWORD fccType,DWORD fccHandler,ICINFO *lpicinfo);
362 WINBOOL WINAPI ICInstall(DWORD fccType,DWORD fccHandler,LPARAM lParam,LPSTR szDesc,UINT wFlags);
363 WINBOOL WINAPI ICRemove(DWORD fccType,DWORD fccHandler,UINT wFlags);
365 HIC WINAPI ICOpen(DWORD fccType,DWORD fccHandler,UINT wMode);
366 HIC WINAPI ICOpenFunction(DWORD fccType,DWORD fccHandler,UINT wMode,FARPROC lpfnHandler);
520 #define ICDecompressOpen(fccType,fccHandler,lpbiIn,lpbiOut) ICLocate(fccType,fccHandler,lpbiIn,lpbiOut,ICMODE_DECOMPRESS)
521 #define ICDrawOpen(fccType,fccHandler,lpbiIn) ICLocate(fccType,fccHandler,lpbiIn,NULL,ICMODE_DRAW
    [all...]
dmusicf.h 631 FOURCC fccType;
723 FOURCC fccType;
748 FOURCC fccType;
    [all...]
msacm.h 169 FOURCC fccType;
188 FOURCC fccType;
mmsystem.h     [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 99 uint32_t fccType; // 'vids', 'auds', 'txts'...
495 if(strm_hdr.fccType == VIDS_CC && strm_hdr.fccHandler == MJPG_CC)
cap_vfw.cpp 759 aviinfo.fccType = streamtypeVIDEO;
771 copts.fccType = streamtypeVIDEO;

Completed in 104 milliseconds