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

Method seek

external/nvImageCodec/src/code_stream.cpp:275–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 nvimgcodecStatus_t CodeStream::seek(ptrdiff_t offset, int whence) {
276 try {
277 assert(io_stream_);
278 io_stream_->seek(offset, whence);
279 return NVIMGCODEC_STATUS_SUCCESS;
280 } catch (std::exception& e) {
281 return NVIMGCODEC_STATUS_EXECUTION_FAILED;
282 }
283 }
284
285 nvimgcodecStatus_t CodeStream::tell(ptrdiff_t* offset) {
286 try {

Callers 7

seek_staticMethod · 0.45
canParseMethod · 0.45
getImageInfoMethod · 0.45
canParseMethod · 0.45
getImageInfoMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected