Home
last modified time | relevance | path

Searched refs:block_bytes (Results 1 – 2 of 2) sorted by relevance

/liblc3-latest/tools/
Delc3.c197 int block_bytes = lc3_hr_frame_block_bytes( in main() local
201 p.hrmode, frame_us, srate_hz, block_bytes); in main()
260 int frame_bytes = block_bytes / nchannels in main()
261 + (ich < block_bytes % nchannels); in main()
270 lc3bin_write_data(fp_out, out, block_bytes); in main()
Ddlc3.c224 int block_bytes = lc3bin_read_data(fp_in, nchannels, in); in main() local
237 if (block_bytes <= 0) in main()
242 int frame_bytes = block_bytes / nchannels in main()
243 + (ich < block_bytes % nchannels); in main()