Searched refs:xfer_context (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/axfer/ |
D | xfer.h | 29 struct xfer_context { struct 58 int xfer_context_init(struct xfer_context *xfer, enum xfer_type type, argument 60 void xfer_context_destroy(struct xfer_context *xfer); 61 int xfer_context_pre_process(struct xfer_context *xfer, 67 int xfer_context_process_frames(struct xfer_context *xfer, 71 void xfer_context_pause(struct xfer_context *xfer, bool enable); 72 void xfer_context_post_process(struct xfer_context *xfer); 75 int xfer_options_parse_args(struct xfer_context *xfer, 78 int xfer_options_fixup_paths(struct xfer_context *xfer); 79 void xfer_options_calculate_duration(struct xfer_context *xfer, [all …]
|
D | xfer-libffado.c | 35 int (*process_frames)(struct xfer_context *xfer, 63 static int xfer_libffado_init(struct xfer_context *xfer, in xfer_libffado_init() 78 static int xfer_libffado_parse_opt(struct xfer_context *xfer, int key, in xfer_libffado_parse_opt() 125 static int xfer_libffado_validate_opts(struct xfer_context *xfer) in xfer_libffado_validate_opts() 174 static int r_process_frames(struct xfer_context *xfer, in r_process_frames() 237 static int w_process_frames(struct xfer_context *xfer, in w_process_frames() 299 static int open_handle(struct xfer_context *xfer, in open_handle() 387 static int xfer_libffado_pre_process(struct xfer_context *xfer, in xfer_libffado_pre_process() 474 static int xfer_libffado_process_frames(struct xfer_context *xfer, in xfer_libffado_process_frames() 501 static void xfer_libffado_pause(struct xfer_context *xfer, bool enable) in xfer_libffado_pause() [all …]
|
D | xfer-options.c | 52 static int allocate_paths(struct xfer_context *xfer, char *const *paths, in allocate_paths() 83 static int verify_cntr_format(struct xfer_context *xfer) in verify_cntr_format() 113 static int verify_sample_format(struct xfer_context *xfer) in verify_sample_format() 171 static int validate_options(struct xfer_context *xfer) in validate_options() 257 int xfer_options_parse_args(struct xfer_context *xfer, in xfer_options_parse_args() 395 void xfer_options_calculate_duration(struct xfer_context *xfer, in xfer_options_calculate_duration() 421 static int generate_path_with_suffix(struct xfer_context *xfer, in generate_path_with_suffix() 448 static int generate_path_without_suffix(struct xfer_context *xfer, in generate_path_without_suffix() 474 static int generate_path(struct xfer_context *xfer, char *template, in generate_path() 477 int (*generator)(struct xfer_context *xfer, const char *template, in generate_path() [all …]
|
D | xfer.c | 38 int xfer_context_init(struct xfer_context *xfer, enum xfer_type type, in xfer_context_init() 85 void xfer_context_destroy(struct xfer_context *xfer) in xfer_context_destroy() 114 int xfer_context_pre_process(struct xfer_context *xfer, in xfer_context_pre_process() 225 int xfer_context_process_frames(struct xfer_context *xfer, in xfer_context_process_frames() 241 void xfer_context_pause(struct xfer_context *xfer, bool enable) in xfer_context_pause() 251 void xfer_context_post_process(struct xfer_context *xfer) in xfer_context_post_process()
|
D | xfer-libasound.c | 62 static int xfer_libasound_init(struct xfer_context *xfer, in xfer_libasound_init() 79 static int xfer_libasound_parse_opt(struct xfer_context *xfer, int key, in xfer_libasound_parse_opt() 131 int xfer_libasound_validate_opts(struct xfer_context *xfer) in xfer_libasound_validate_opts() 260 static int open_handle(struct xfer_context *xfer) in open_handle() 642 static int xfer_libasound_pre_process(struct xfer_context *xfer, in xfer_libasound_pre_process() 758 static int xfer_libasound_process_frames(struct xfer_context *xfer, in xfer_libasound_process_frames() 792 static void xfer_libasound_pause(struct xfer_context *xfer, bool enable) in xfer_libasound_pause() 819 static void xfer_libasound_post_process(struct xfer_context *xfer) in xfer_libasound_post_process() 867 static void xfer_libasound_destroy(struct xfer_context *xfer) in xfer_libasound_destroy() 890 static void xfer_libasound_help(struct xfer_context *xfer) in xfer_libasound_help()
|
D | subcmd-transfer.c | 17 struct xfer_context xfer;
|