Home
last modified time | relevance | path

Searched defs:cntrs (Results 1 - 11 of 11) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dmapper.c71 mapper_context_pre_process(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, struct container_context *cntrs) mapper_context_pre_process() argument
120 mapper_context_process_frames(struct mapper_context *mapper, void *frame_buffer, unsigned int *frame_count, struct container_context *cntrs) mapper_context_process_frames() argument
H A Dmapper-multiple.c21 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 Dmapper-single.c63 single_pre_process(struct mapper_context *mapper, struct container_context *cntrs, unsigned int cntr_count ATTRIBUTE_UNUSED) single_pre_process() argument
109 single_muxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count ATTRIBUTE_UNUSED) single_muxer_process_frames() argument
140 single_demuxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count ATTRIBUTE_UNUSED) single_demuxer_process_frames() argument
H A Dxfer.c225 xfer_context_process_frames(struct xfer_context *xfer, struct mapper_context *mapper, struct container_context *cntrs, unsigned int *frame_count) xfer_context_process_frames() argument
H A Dxfer-libasound-irq-mmap.c70 irq_mmap_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_process_frames() argument
184 irq_mmap_r_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_r_process_frames() argument
238 irq_mmap_w_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_w_process_frames() argument
H A Dxfer-libasound-irq-rw.c57 read_frames(struct libasound_state *state, unsigned int *frame_count, unsigned int avail_count, struct mapper_context *mapper, struct container_context *cntrs) read_frames() argument
107 r_process_frames_blocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames_blocking() argument
155 r_process_frames_nonblocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames_nonblocking() argument
201 write_frames(struct libasound_state *state, unsigned int *frame_count, unsigned int avail_count, struct mapper_context *mapper, struct container_context *cntrs) write_frames() argument
251 w_process_frames_blocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames_blocking() argument
315 w_process_frames_nonblocking(struct libasound_state *state, snd_pcm_state_t pcm_state ATTRIBUTE_UNUSED, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames_nonblocking() argument
409 irq_rw_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_rw_process_frames() argument
[all...]
H A Dsubcmd-transfer.c19 struct container_context *cntrs; member
[all...]
H A Dxfer-libasound-timer-mmap.c119 timer_mmap_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) timer_mmap_process_frames() argument
244 timer_mmap_r_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) timer_mmap_r_process_frames() argument
374 timer_mmap_w_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) timer_mmap_w_process_frames() argument
H A Dxfer-libasound.c758 xfer_libasound_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) xfer_libasound_process_frames() argument
H A Dxfer-libffado.c174 r_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames() argument
237 w_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames() argument
474 xfer_libffado_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) xfer_libffado_process_frames() argument
/third_party/alsa-utils/axfer/test/
H A Dmapper-test.c31 struct container_context *cntrs; member
77 struct container_context *cntrs = trial->cntrs; in test_demux() local
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
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
168 struct container_context *cntrs = trial->cntrs; test_mux() local
444 struct container_context *cntrs; main() local
[all...]

Completed in 7 milliseconds