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

Method getBitDepth

src/OpenColorIO/ImageDesc.cpp:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520BitDepth PackedImageDesc::getBitDepth() const
521{
522 return getImpl()->m_bitDepth;
523}
524
525void * PackedImageDesc::getData() const
526{

Callers 10

mainFunction · 0.45
ProcessLinesFunction · 0.45
_get_valueMethod · 0.45
_set_valueMethod · 0.45
saveFunction · 0.45
initMethod · 0.45
test_copyMethod · 0.45
test_bitdepthMethod · 0.45
test_configMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 4

test_copyMethod · 0.36
test_bitdepthMethod · 0.36
test_configMethod · 0.36
OCIO_ADD_TESTFunction · 0.36