8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_RGBA_32_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_RGBA_32_H
43 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
ConversionFlag
Definition of individual conversion flags.
Definition: FrameConverter.h:39
This class implements a RGBA frame converter test.
Definition: TestFrameConverterRGBA32.h:32
static bool testRGBA32ToRGBA32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact RGBA32 to RGBA32 conversion.
static bool testRGBA32ToYA16(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact RGBA32 to YA16 conversion.
static bool testRGBA32ToY8(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact RGBA32 to Y8 conversion.
static bool testRGBA32ToARGB32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact RGBA32 to ARGB32 conversion.
static bool testRGBA32ToBGR32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the RGBA32 to BGR32 conversion.
static bool testRGBA32ToRGB32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the RGBA32 to RGB32 conversion.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all RGBA 32 bit frame conversion functions.
static bool testRGBA32ToRGB24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the RGBA32 to RGB24 conversion.
static bool testRGBA32ToYUV24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the RGBA32 to YUV24 conversion.
static bool testRGBA32ToBGR24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the RGBA32 to BGR24 conversion.
static bool testRGBA32ToABGR32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact RGBA32 to ABGR32 conversion.
static bool testRGBA32ToBGRA32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the RGBA32 to BGRA32 conversion.
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15