Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/quartz/
H A Dvmr9.c74 BITMAPINFOHEADER bmiheader; member
417 switch (This->bmiheader.biBitCount) in VMR9_maybe_init()
439 SetRect(&This->source_rect, 0, 0, This->bmiheader.biWidth, This->bmiheader.biHeight); in VMR9_maybe_init()
1740 *width = This->bmiheader.biWidth; in VMR7WindowlessControl_GetNativeVideoSize()
1741 *height = This->bmiheader.biHeight; in VMR7WindowlessControl_GetNativeVideoSize()
1742 *arwidth = This->bmiheader.biWidth; in VMR7WindowlessControl_GetNativeVideoSize()
1743 *arheight = This->bmiheader.biHeight; in VMR7WindowlessControl_GetNativeVideoSize()
1947 *width = This->bmiheader.biWidth; in VMR9WindowlessControl_GetNativeVideoSize()
1948 *height = This->bmiheader.biHeight; in VMR9WindowlessControl_GetNativeVideoSize()
1949 *arwidth = This->bmiheader.biWidth; in VMR9WindowlessControl_GetNativeVideoSize()
[all …]