Color Space Converter Filter (Windows CE 5.0)
Applies to: Devices based on Windows Mobile Version 5.0 and later
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 | IBaseFilter Interface |
Input Pin Media Types | MEDIATYPE_Video, FORMAT_VideoInfo. The following subtypes are valid:
|
Input Pin Interfaces | IMemInputPin, IPin, IQualityControl |
Output Pin Media Types | MEDIATYPE_Video, FORMAT_VideoInfo. The following subtypes are valid:
|
Output Pin Interfaces | IMediaPosition, IMediaSeeking, IPin, IQualityControl |
Filter CLSID | CLSID_Colour |
Property Page CLSID | No property page. |
Executable | quartz.dll |
Merit | MERIT_UNLIKELY |
Filter Category | CLSID_LegacyAmFilterCategory |
The following table shows the color space conversions that this filter supports:
Output | ||||||
---|---|---|---|---|---|---|
Input | RGB24 | RGB32 | RGB555 | RGB565 | RGB8 | YV12 |
RGB24 | X | X | X | X | X | |
RGB32 | X | X | X | X | X | |
RGB8 | X | X | X | X | X | |
CLJR | X | |||||
UYVY | X | |||||
Y41P | X | |||||
YUY2 | X | X | X | X | X | X |
YV12 | X | |||||
YVU9 | X |
See Also
Send Feedback on this topic to the authors