8#ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_YUVA_32_H
9#define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_YUVA_32_H
ConversionFlag
Definition of individual conversion flags.
Definition FrameConverter.h:39
This class implements a YUVA 32 bit frame converter test.
Definition TestFrameConverterYUVA32.h:34
static bool testYUVA32ToY8(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the YUVA32 to Y8 conversion.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
Tests all YUVA 32 bit frame conversion functions.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
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