Searched refs:subChanLen (Results 1 – 1 of 1) sorted by relevance
/dports/sysutils/cdrdao/cdrdao-1.2.4/trackdb/ |
H A D | Track.cc | 1342 long subChanLen = TrackData::subChannelSize(smode); in encodeZeroData() local 1348 memset(buf, 0, AUDIO_BLOCK_LEN + subChanLen); in encodeZeroData() 1384 memset(buf, 0, AUDIO_BLOCK_LEN + subChanLen); in encodeZeroData() 1387 memset(buf, 0, MODE0_BLOCK_LEN + subChanLen); in encodeZeroData() 1391 memset(buf, 0, MODE1_BLOCK_LEN + subChanLen); in encodeZeroData() 1396 memset(buf, 0, MODE2_BLOCK_LEN + subChanLen); in encodeZeroData() 1399 memset(buf, 0, MODE2_BLOCK_LEN + subChanLen); in encodeZeroData() 1402 memset(buf, 0, MODE2_BLOCK_LEN + subChanLen); in encodeZeroData() 1916 long subChanLen = TrackData::subChannelSize(track_->subChannelType()); in readSamples() local 1939 if (subChanLen > 0 && fullBurst && in readSamples() [all …]
|