Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
static offset_type
230
FrameToBlock(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_chunk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected