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

Method size

external/nvImageCodec/src/code_stream.cpp:295–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 nvimgcodecStatus_t CodeStream::size(size_t* size) {
296 try {
297 assert(io_stream_);
298 *size = io_stream_->size();
299 return NVIMGCODEC_STATUS_SUCCESS;
300 } catch (std::exception& e) {
301 return NVIMGCODEC_STATUS_EXECUTION_FAILED;
302 }
303 }
304
305 nvimgcodecStatus_t CodeStream::reserve(size_t bytes) {
306 try {

Callers 15

setMethod · 0.45
getNumSamplesMethod · 0.45
postSyncMethod · 0.45
initStateMethod · 0.45
processSampleMethod · 0.45
processMethod · 0.45
batchProcessMethod · 0.45
canDecodeMethod · 0.45
decodeMethod · 0.45
sortSamplesMethod · 0.45
processBatchImplMethod · 0.45
allocateTempBuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected