Murl::Util::VideoSurfaceTools Member List
This is the complete list of members for Murl::Util::VideoSurfaceTools, including all inherited members.
| DecodeAstcImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeAstcImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeDdsImage(const ConstData &source, UInt32 surfaceIndex=0, UInt32 mipLevel=0, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeDdsImage(const IImageDecoder::ImageInfo &info, UInt32 surfaceIndex=0, UInt32 mipLevel=0, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeHdrImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeHdrImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeJpgImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeJpgImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeKtxImage(const ConstData &source, UInt32 surfaceIndex=0, UInt32 mipLevel=0, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeKtxImage(const IImageDecoder::ImageInfo &info, UInt32 surfaceIndex=0, UInt32 mipLevel=0, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePfmImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePfmImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePkmImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePkmImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePngImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePngImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePvrImage(const ConstData &source, UInt32 surfaceIndex=0, UInt32 mipLevel=0, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodePvrImage(const IImageDecoder::ImageInfo &info, UInt32 surfaceIndex=0, UInt32 mipLevel=0, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeRawImage(const ConstData &source, UInt32 flags, IEnums::PixelFormat pixelFormat, UInt32 sizeX, UInt32 sizeY, UInt32 pitch) | Murl::Util::VideoSurfaceTools | static |
| DecodeTgaImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeTgaImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeWebpImage(const ConstData &source, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeWebpImage(const IImageDecoder::ImageInfo &info, UInt32 flags=0, IEnums::PixelFormat pixelFormat=IEnums::PIXEL_FORMAT_UNDEFINED) | Murl::Util::VideoSurfaceTools | static |
| DecodeZipImage(const ConstData &source, UInt32 flags, IEnums::PixelFormat pixelFormat, UInt32 sizeX, UInt32 sizeY, UInt32 pitch) | Murl::Util::VideoSurfaceTools | static |
| EncodeDdsImage(Data &destination, const IVideoSurface *source) | Murl::Util::VideoSurfaceTools | static |
| EncodeImage(IEnums::ImageFormat imageFormat, Data &destination, const IVideoSurface *source, IEnums::CompressionType compression, Real quality) | Murl::Util::VideoSurfaceTools | static |
| EncodeImageAs(IEnums::ImageFormat imageFormat, Data &destination, const IVideoSurface *source, IEnums::PixelFormat pixelFormat, const SInt32 components[4], IEnums::CompressionType compression, Real quality) | Murl::Util::VideoSurfaceTools | static |
| EncodeJpgImage(Data &destination, const IVideoSurface *source, Real quality) | Murl::Util::VideoSurfaceTools | static |
| EncodeJpgImageAs(Data &destination, const IVideoSurface *source, IEnums::PixelFormat pixelFormat, const SInt32 components[4], Real quality) | Murl::Util::VideoSurfaceTools | static |
| EncodePngImage(Data &destination, const IVideoSurface *source, IEnums::CompressionType compression) | Murl::Util::VideoSurfaceTools | static |
| EncodePngImageAs(Data &destination, const IVideoSurface *source, IEnums::PixelFormat pixelFormat, const SInt32 components[4], IEnums::CompressionType compression) | Murl::Util::VideoSurfaceTools | static |
| EncodeRawImage(Data &destination, const IVideoSurface *source) | Murl::Util::VideoSurfaceTools | static |
| EncodeWebpImage(Data &destination, const IVideoSurface *source, IEnums::CompressionType compression, Real quality) | Murl::Util::VideoSurfaceTools | static |
| EncodeWebpImageAs(Data &destination, const IVideoSurface *source, IEnums::PixelFormat pixelFormat, const SInt32 components[4], IEnums::CompressionType compression, Real quality) | Murl::Util::VideoSurfaceTools | static |
| EncodeZipImage(Data &destination, const IVideoSurface *source) | Murl::Util::VideoSurfaceTools | static |
| GetAstcImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetDdsImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetFileExtension(IEnums::ImageFormat imageFormat) | Murl::Util::VideoSurfaceTools | static |
| GetHdrImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetImageFormat(const String &fileName) | Murl::Util::VideoSurfaceTools | static |
| GetImageFormat(const ConstData &imageData) | Murl::Util::VideoSurfaceTools | static |
| GetImageInfo(const String &fileName, IImageDecoder::ImageInfo &imageInfo) | Murl::Util::VideoSurfaceTools | static |
| GetImageInfo(const ConstData &imageData, IImageDecoder::ImageInfo &imageInfo) | Murl::Util::VideoSurfaceTools | static |
| GetJpgImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetKtxImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetPfmImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetPixelFormatToEncodeImage(IEnums::ImageFormat outputImageFormat, IEnums::PixelFormat outputPixelFormat, IEnums::PixelFormat &surfacePixelFormat, IEnums::PixelFormat &intermediatePixelFormat, IEnums::PixelFormat &imagePixelFormat, SInt32 imageComponents[4]) | Murl::Util::VideoSurfaceTools | static |
| GetPixelFormatToEncodeJpgImage(IEnums::PixelFormat outputPixelFormat, IEnums::PixelFormat &surfacePixelFormat, IEnums::PixelFormat &intermediatePixelFormat, IEnums::PixelFormat &imagePixelFormat, SInt32 imageComponents[4]) | Murl::Util::VideoSurfaceTools | static |
| GetPixelFormatToEncodePngImage(IEnums::PixelFormat outputPixelFormat, IEnums::PixelFormat &surfacePixelFormat, IEnums::PixelFormat &intermediatePixelFormat, IEnums::PixelFormat &imagePixelFormat, SInt32 imageComponents[4]) | Murl::Util::VideoSurfaceTools | static |
| GetPixelFormatToEncodeWebpImage(IEnums::PixelFormat outputPixelFormat, IEnums::PixelFormat &surfacePixelFormat, IEnums::PixelFormat &intermediatePixelFormat, IEnums::PixelFormat &imagePixelFormat, SInt32 imageComponents[4]) | Murl::Util::VideoSurfaceTools | static |
| GetPkmImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetPngImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetPvrImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetTgaImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| GetWebpImageInfo(const ConstData &source, IImageDecoder::ImageInfo &info) | Murl::Util::VideoSurfaceTools | static |
| IsAstcImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsDdsImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsHdrImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsJpgImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsKtxImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsPfmImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsPkmImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsPngImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsPvrImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsSupportedImage(const String &fileName) | Murl::Util::VideoSurfaceTools | static |
| IsSupportedImage(const ConstData &imageData) | Murl::Util::VideoSurfaceTools | static |
| IsTgaImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| IsWebpImage(const ConstData &source) | Murl::Util::VideoSurfaceTools | static |
| ReadImage(const ConstData &imageData, IEnums::PixelFormat preferredPixelFormat) | Murl::Util::VideoSurfaceTools | static |
| ReadImage(const ConstData &imageData, IImageDecoder::ImageInfo &imageInfo, IEnums::PixelFormat preferredPixelFormat) | Murl::Util::VideoSurfaceTools | static |
| ReadImageFile(const String &fileName, IEnums::PixelFormat preferredPixelFormat) | Murl::Util::VideoSurfaceTools | static |
| ReadImageFile(const String &fileName, IImageDecoder::ImageInfo &imageInfo, IEnums::PixelFormat preferredPixelFormat) | Murl::Util::VideoSurfaceTools | static |
| WriteDdsImageFile(const String &fileName, const IVideoSurface *source) | Murl::Util::VideoSurfaceTools | static |
| WriteJpgImageFile(const String &fileName, const IVideoSurface *source, Real quality) | Murl::Util::VideoSurfaceTools | static |
| WritePngImageFile(const String &fileName, const IVideoSurface *source, IEnums::CompressionType compression) | Murl::Util::VideoSurfaceTools | static |
| WriteWebpImageFile(const String &fileName, const IVideoSurface *source, IEnums::CompressionType compression, Real quality) | Murl::Util::VideoSurfaceTools | static |