Searched refs:streamtypeVIDEO (Results 1 – 14 of 14) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | aviriff.h | 91 #ifndef streamtypeVIDEO 92 #define streamtypeVIDEO FCC('v','i','d','s') macro
|
/reactos/modules/rostests/winetests/msvfw32/ |
H A D | mciwnd.c | 60 streamtypeVIDEO, /* fccType */
|
/reactos/dll/win32/avifil32/ |
H A D | api.c | 1153 if (sInfo.fccType == streamtypeVIDEO) { in AVISaveOptionsFmtChoose() 1161 pOptions->fccType = streamtypeVIDEO; in AVISaveOptionsFmtChoose() 1282 if (sInfo.fccType == streamtypeVIDEO) { in AVISaveOptionsUpdate() 1334 if (sInfo.fccType == streamtypeVIDEO || in AVISaveOptionsUpdate() 1620 if (sInfo.fccType == streamtypeVIDEO) { in AVISaveVW() 1709 if (dwInterleave != 0 && curStream > 0 && sInfo.fccType != streamtypeVIDEO) { in AVISaveVW() 1792 (sInfo.fccType == streamtypeVIDEO ? in AVISaveVW()
|
H A D | avifile.c | 788 This->sInfo.fccType == streamtypeVIDEO) { in IAVIStream_fnFindSample() 918 if (This->sInfo.fccType == streamtypeVIDEO) { in IAVIStream_fnSetFormat() 1351 if (This->sInfo.fccType != streamtypeVIDEO) { in AVIFILE_AddFrame() 1692 if (pStream->sInfo.fccType == streamtypeVIDEO) { in AVIFILE_LoadFile() 1752 if (streamHdr.fccType == streamtypeVIDEO) in AVIFILE_LoadFile()
|
H A D | editstream.c | 457 if (srcInfo.fccType == streamtypeVIDEO) { in IAVIEditStream_fnPaste() 479 if (This->sInfo.fccType == streamtypeVIDEO) { in IAVIEditStream_fnPaste()
|
H A D | getframe.c | 306 if (sInfo.fccType != streamtypeVIDEO) in IGetFrame_fnSetFormat()
|
H A D | icmstream.c | 198 if (This->sInfo.fccType != streamtypeVIDEO) in ICMStream_fnCreate()
|
/reactos/modules/rostests/winetests/avifil32/ |
H A D | api.c | 63 streamtypeVIDEO, /* fccType */ 399 ok(asi0.fccType == streamtypeVIDEO, "got 0x%x (expected streamtypeVIDEO)\n", asi0.fccType); in test_default_data()
|
/reactos/dll/win32/msvfw32/ |
H A D | msvideo_main.c | 687 if (type == streamtypeVIDEO) in ICLocate() 955 ic->icinfo.fccType = streamtypeVIDEO; in icm_choose_compressor_dlgproc()
|
/reactos/dll/win32/mciavi32/ |
H A D | mmoutput.c | 325 if (strh.fccType == streamtypeVIDEO) in MCIAVI_GetInfo()
|
/reactos/dll/directx/wine/quartz/ |
H A D | avisplit.c | 719 case streamtypeVIDEO: in AVISplitter_ProcessStreamList()
|
/reactos/modules/rostests/winetests/winmm/ |
H A D | mmio.c | 39 7*sizeof(DWORD), streamtypeVIDEO, 0xdeadbeef, 0xdeadbeef,
|
/reactos/dll/directx/wine/qcap/ |
H A D | avimux.c | 1806 avimuxin->strh.fccType = streamtypeVIDEO; in AviMuxIn_ReceiveConnection()
|
/reactos/sdk/include/psdk/ |
H A D | vfw.h | 904 #define streamtypeVIDEO mmioFOURCC('v', 'i', 'd', 's') macro
|