Lines Matching refs:bytes_per_sample
14 char **buf, unsigned int bytes_per_sample,
22 char **src_bufs, unsigned int bytes_per_sample, in align_to_i() argument
40 src_pos = bytes_per_sample * cntr->samples_per_frame * j; in align_to_i()
41 dst_pos = bytes_per_sample * (cntr_count * j + i); in align_to_i()
43 memcpy(dst + dst_pos, src + src_pos, bytes_per_sample); in align_to_i()
49 char **dst_bufs, unsigned int bytes_per_sample, in align_from_i() argument
66 src_pos = bytes_per_sample * (cntr_count * j + i); in align_from_i()
67 dst_pos = bytes_per_sample * cntr->samples_per_frame * j; in align_from_i()
69 memcpy(dst + dst_pos, src + src_pos, bytes_per_sample); in align_from_i()
86 if (mapper->bytes_per_sample != cntr->bytes_per_sample) in multiple_pre_process()
134 bytes_per_buffer = mapper->bytes_per_sample * in multiple_pre_process()
195 mapper->bytes_per_sample, cntrs, in multiple_muxer_process_frames()
219 mapper->bytes_per_sample, cntrs, in multiple_demuxer_process_frames()