MCPcopy Create free account
hub / github.com/NVIDIA/DALI / Return

Method Return

dali/operators/video/frames_decoder_gpu.cc:265–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263};
264
265void NVDECLease::Return() {
266 if (decoder) {
267 owner->ReturnDecoder(decoder);
268 owner = nullptr;
269 decoder = nullptr;
270 }
271}
272
273int process_video_sequence(void *user_data, CUVIDEOFORMAT *video_format) {
274 FramesDecoderGpu *frames_decoder = static_cast<FramesDecoderGpu*>(user_data);

Callers 4

generate_ReturnMethod · 0.80
NVDECLeaseClass · 0.80
test_keywords_to_dictMethod · 0.80
test_load_astMethod · 0.80

Calls 1

ReturnDecoderMethod · 0.80

Tested by 2

test_keywords_to_dictMethod · 0.64
test_load_astMethod · 0.64