Lines Matching refs:total_samples
2140 block->total_samples = (((FLAC__uint64)(b[3] & 0x0f)) << 32) | unpack_uint64_(b+4, 4);2569 buffer[13] = (FLAC__byte)(((bps1 & 0x0f) << 4) | ((block->total_samples >> 32) & 0x0f));2570 pack_uint32_((FLAC__uint32)block->total_samples, buffer+14, 4);