Lines Matching refs:cntr
29 struct container_context *cntr; in align_to_i() local
36 cntr = cntrs + i; in align_to_i()
40 src_pos = bytes_per_sample * cntr->samples_per_frame * j; in align_to_i()
57 struct container_context *cntr; in align_from_i() local
62 cntr = cntrs + i; in align_from_i()
67 dst_pos = bytes_per_sample * cntr->samples_per_frame * j; in align_from_i()
79 struct container_context *cntr; in multiple_pre_process() local
85 cntr = cntrs + i; in multiple_pre_process()
86 if (mapper->bytes_per_sample != cntr->bytes_per_sample) in multiple_pre_process()
117 cntr = cntrs + i; in multiple_pre_process()
118 if (cntr->samples_per_frame != 1) in multiple_pre_process()
132 cntr = cntrs + i; in multiple_pre_process()
135 cntr->samples_per_frame * in multiple_pre_process()
152 struct container_context *cntr; in process_containers() local
159 cntr = &cntrs[i]; in process_containers()
162 err = container_context_process_frames(cntr, src, frame_count); in process_containers()