![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
Go to the source code of this file.
Functions | |
| STDAPI_ (DWORD) GetBitmapSize(const BITMAPINFOHEADER *pHeader) | |
| STDAPI_ (const GUID) GetTrueColorType(const BITMAPINFOHEADER *pbmiHeader) | |
| STDAPI_ (WORD) GetBitCount(const GUID *pSubtype) | |
| int | LocateSubtype (const GUID *pSubtype) |
| STDAPI_ (WCHAR *) GetSubtypeNameW(const GUID *pSubtype) | |
| STDAPI_ (CHAR *) GetSubtypeNameA(const GUID *pSubtype) | |
| STDAPI_ (LONG) GetBitmapFormatSize(const BITMAPINFOHEADER *pHeader) | |
| STDAPI_ (BOOL) ContainsPalette(const VIDEOINFOHEADER *pVideoInfo) | |
| STDAPI_ (const RGBQUAD *) GetBitmapPalette(const VIDEOINFOHEADER *pVideoInfo) | |
Variables | |
| const DWORD | bits555 [] = {0x007C00,0x0003E0,0x00001F} |
| const DWORD | bits565 [] = {0x00F800,0x0007E0,0x00001F} |
| const DWORD | bits888 [] = {0xFF0000,0x00FF00,0x0000FF} |
| struct { | |
| const GUID * pSubtype | |
| WORD BitCount | |
| CHAR * pName | |
| WCHAR * wszName | |
| } | BitCountMap [] |
| int LocateSubtype | ( | const GUID * | pSubtype | ) |
Definition at line 150 of file amvideo.cpp.
| STDAPI_ | ( | BOOL | ) | const |
Definition at line 256 of file amvideo.cpp.
| STDAPI_ | ( | CHAR * | ) | const |
Definition at line 181 of file amvideo.cpp.
| STDAPI_ | ( | const | GUID | ) | const |
Definition at line 51 of file amvideo.cpp.
| STDAPI_ | ( | const RGBQUAD * | ) | const |
Definition at line 269 of file amvideo.cpp.
| STDAPI_ | ( | DWORD | ) | const |
Definition at line 42 of file amvideo.cpp.
| STDAPI_ | ( | LONG | ) | const |
Definition at line 213 of file amvideo.cpp.
| STDAPI_ | ( | WCHAR * | ) | const |
Definition at line 176 of file amvideo.cpp.
| STDAPI_ | ( | WORD | ) | const |
Definition at line 124 of file amvideo.cpp.
| WORD BitCount |
Definition at line 25 of file amvideo.cpp.
| const { ... } BitCountMap[] |
| const DWORD bits555[] = {0x007C00,0x0003E0,0x00001F} |
Definition at line 16 of file amvideo.cpp.
| const DWORD bits565[] = {0x00F800,0x0007E0,0x00001F} |
Definition at line 17 of file amvideo.cpp.
| const DWORD bits888[] = {0xFF0000,0x00FF00,0x0000FF} |
Definition at line 18 of file amvideo.cpp.
| CHAR* pName |
Definition at line 26 of file amvideo.cpp.
| const GUID* pSubtype |
Definition at line 24 of file amvideo.cpp.
| WCHAR* wszName |
Definition at line 27 of file amvideo.cpp.