MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / FrameToBlock

Function FrameToBlock

src/decoder/plugins/DsfDecoderPlugin.cxx:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static offset_type
230FrameToBlock(uint64_t frame)
231{
232 return frame / DSF_BLOCK_SIZE;
233}
234
235/**
236 * Decode one complete DSF 'data' chunk i.e. a complete song

Callers 1

dsf_decode_chunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected