MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / getCodec

Method getCodec

external/nvImageCodec/src/code_stream.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 ICodec* CodeStream::getCodec() const {
224 return codec_registry_->getCodecByName(getCodecName().c_str());
225 }
226
227 nvimgcodecIoStreamDesc_t* CodeStream::getInputStreamDesc() {
228 return &io_stream_desc_;

Callers 2

initSampleMethod · 0.80
getMetadataMethod · 0.80

Calls 2

getCodecByNameMethod · 0.80
c_strMethod · 0.80

Tested by

no test coverage detected