MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / Process

Function Process

tests/cpu/CPUProcessor_tests.cpp:1409–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407}
1408
1409void Process(const OCIO::ConstCPUProcessorRcPtr & cpuProcessor,
1410 const OCIO::PackedImageDesc & srcImgDesc,
1411 OCIO::PackedImageDesc & dstImgDesc,
1412 unsigned lineNo)
1413{
1414 OCIO_CHECK_NO_THROW_FROM(cpuProcessor->apply(srcImgDesc, dstImgDesc), lineNo);
1415 Validate(dstImgDesc, lineNo);
1416}
1417
1418void Process(const OCIO::ConstCPUProcessorRcPtr & cpuProcessor,
1419 OCIO::PackedImageDesc & imgDesc,

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 6

ValidateFunction · 0.85
applyMethod · 0.45
getRDataMethod · 0.45
getGDataMethod · 0.45
getBDataMethod · 0.45
getADataMethod · 0.45

Tested by

no test coverage detected