/third_party/alsa-utils/axfer/ |
H A D | mapper.c | 25 mapper_context_init(struct mapper_context *mapper, enum mapper_type type, unsigned int cntr_count, unsigned int verbose) mapper_context_init() argument
|
H A D | mapper-multiple.c | 18 unsigned int cntr_count; member 21 align_to_i(void *frame_buf, unsigned int frame_count, char **src_bufs, unsigned int bytes_per_sample, struct container_context *cntrs, unsigned int cntr_count) align_to_i() argument 48 align_from_i(void *frame_buf, unsigned int frame_count, char **dst_bufs, unsigned int bytes_per_sample, struct container_context *cntrs, unsigned int cntr_count) align_from_i() argument 74 multiple_pre_process(struct mapper_context *mapper, struct container_context *cntrs, unsigned int cntr_count) multiple_pre_process() argument 148 process_containers(char **src_bufs, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count) process_containers() argument 170 multiple_muxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count) multiple_muxer_process_frames() argument 202 multiple_demuxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count) multiple_demuxer_process_frames() argument [all...] |
H A D | mapper.h | 36 unsigned int cntr_count; member
|
H A D | subcmd-transfer.c | 20 unsigned int cntr_count; member [all...] |
/third_party/alsa-utils/axfer/test/ |
H A D | mapper-test.c | 39 test_demuxer(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, struct container_context *cntrs, unsigned int cntr_count, bool verbose) test_demuxer() argument 69 test_demux(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, int *cntr_fds, unsigned int cntr_count) test_demux() argument 130 test_muxer(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, struct container_context *cntrs, unsigned int cntr_count, bool verbose) test_muxer() argument 160 test_mux(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, int *cntr_fds, unsigned int cntr_count) test_mux() argument 220 test_mapper(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, void *check_buffer, unsigned int frame_count, unsigned int cntr_count) test_mapper() argument 279 test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_i_buf() argument 319 test_vector(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_vector() argument 378 test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_n_buf() argument [all...] |