Searched refs:IAVIStream_SetFormat (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/avifil32/ |
H A D | icmstream.c | 419 return IAVIStream_SetFormat(This->pStream, pos, format, formatsize); in ICMStream_fnSetFormat() 523 return IAVIStream_SetFormat(This->pStream, pos, in ICMStream_fnSetFormat()
|
H A D | acmstream.c | 401 return IAVIStream_SetFormat(This->pStream, pos, This->lpOutFormat, in ACMStream_fnSetFormat()
|
H A D | api.c | 571 return IAVIStream_SetFormat(pstream, pos, format, formatsize); in AVIStreamSetFormat()
|
/reactos/sdk/include/psdk/ |
H A D | vfw.h | 1183 #define IAVIStream_SetFormat(p,a,b,c) (p)->lpVtbl->SetFormat(p,a,b,c) macro
|