Home
last modified time | relevance | path

Searched refs:IAVIStream_SetFormat (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/avifil32/
H A Dicmstream.c419 return IAVIStream_SetFormat(This->pStream, pos, format, formatsize); in ICMStream_fnSetFormat()
523 return IAVIStream_SetFormat(This->pStream, pos, in ICMStream_fnSetFormat()
H A Dacmstream.c401 return IAVIStream_SetFormat(This->pStream, pos, This->lpOutFormat, in ACMStream_fnSetFormat()
H A Dapi.c571 return IAVIStream_SetFormat(pstream, pos, format, formatsize); in AVIStreamSetFormat()
/reactos/sdk/include/psdk/
H A Dvfw.h1183 #define IAVIStream_SetFormat(p,a,b,c) (p)->lpVtbl->SetFormat(p,a,b,c) macro