Color Space Converter Filter (Windows Embedded CE 6.0)
1/6/2010
This transform filter converts from one color type to another color type, such as between 24-bit and 8-bit RGB color. Since this type of conversion is generally handled more efficiently within a video decompressor, the main use of the Color Space Converter is when the stream source consists of uncompressed RGB frames.
Filter Property | Description |
---|---|
Filter Interfaces |
|
Input Pin Media Types |
MEDIATYPE_Video, FORMAT_VideoInfo. The following subtypes are valid:
|
Input Pin Interfaces |
|
Output Pin Media Types |
MEDIATYPE_Video, FORMAT_VideoInfo. The following subtypes are valid:
|
Output Pin Interfaces |
|
Filter CLSID |
CLSID_Colour |
Property Page CLSID |
No property page. |
Executable |
quartz.dll |
MERIT_UNLIKELY |
|
CLSID_LegacyAmFilterCategory |
The following table shows the color space conversions that this filter supports:
Supported conversion | RGB24 Output | RGB32 Output | RGB555 Output | RGB565 Output | RGB8 Output | YV12 Output |
---|---|---|---|---|---|---|
RGB24 Input |
X |
X |
X |
X |
X |
|
RGB32 Input |
X |
X |
X |
X |
X |
|
RGB8 Input |
X |
X |
X |
X |
X |
|
CLJR Input |
|
|
|
X |
|
|
UYVY Input |
|
|
|
X |
|
|
Y41P Input |
|
|
|
X |
|
|
YUY2 Input |
X |
X |
X |
X |
X |
X |
YV12 Input |
|
|
|
X |
|
|
YVU9 Input |
|
|
|
X |
|
|