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

Method DecodeFrames

dali/operators/decoder/audio/audio_decoder.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 */
74 template <typename T>
75 ptrdiff_t DecodeFrames(T* output, int64_t nframes) {
76 return DecodeFramesImpl(output, nframes);
77 }
78
79 virtual ~AudioDecoderBase() = default;
80

Callers 2

TESTFunction · 0.45
DecodeAudioFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36