Home
last modified time | relevance | path

Searched refs:streamtypeVIDEO (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Daviriff.h91 #ifndef streamtypeVIDEO
92 #define streamtypeVIDEO FCC('v','i','d','s') macro
/reactos/modules/rostests/winetests/msvfw32/
H A Dmciwnd.c60 streamtypeVIDEO, /* fccType */
/reactos/dll/win32/avifil32/
H A Dapi.c1153 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 Davifile.c788 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 Deditstream.c457 if (srcInfo.fccType == streamtypeVIDEO) { in IAVIEditStream_fnPaste()
479 if (This->sInfo.fccType == streamtypeVIDEO) { in IAVIEditStream_fnPaste()
H A Dgetframe.c306 if (sInfo.fccType != streamtypeVIDEO) in IGetFrame_fnSetFormat()
H A Dicmstream.c198 if (This->sInfo.fccType != streamtypeVIDEO) in ICMStream_fnCreate()
/reactos/modules/rostests/winetests/avifil32/
H A Dapi.c63 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 Dmsvideo_main.c687 if (type == streamtypeVIDEO) in ICLocate()
955 ic->icinfo.fccType = streamtypeVIDEO; in icm_choose_compressor_dlgproc()
/reactos/dll/win32/mciavi32/
H A Dmmoutput.c325 if (strh.fccType == streamtypeVIDEO) in MCIAVI_GetInfo()
/reactos/dll/directx/wine/quartz/
H A Davisplit.c719 case streamtypeVIDEO: in AVISplitter_ProcessStreamList()
/reactos/modules/rostests/winetests/winmm/
H A Dmmio.c39 7*sizeof(DWORD), streamtypeVIDEO, 0xdeadbeef, 0xdeadbeef,
/reactos/dll/directx/wine/qcap/
H A Davimux.c1806 avimuxin->strh.fccType = streamtypeVIDEO; in AviMuxIn_ReceiveConnection()
/reactos/sdk/include/psdk/
H A Dvfw.h904 #define streamtypeVIDEO mmioFOURCC('v', 'i', 'd', 's') macro