MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetDest

Function SetDest

tensorflow/core/lib/jpeg/jpeg_handle.cc:81–83  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

79
80// -----------------------------------------------------------------------------
81void SetDest(j_compress_ptr cinfo, void *buffer, int bufsize) {
82 SetDest(cinfo, buffer, bufsize, nullptr);
83}
84
85// -----------------------------------------------------------------------------
86void SetDest(j_compress_ptr cinfo, void *buffer, int bufsize,

Callers 1

CompressInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected