Searched refs:total_frame_count (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-utils/axfer/test/ |
H A D | mapper-test.c | 47 unsigned int total_frame_count; in test_demuxer() local 59 total_frame_count = frame_count; in test_demuxer() 61 &total_frame_count, cntrs); in test_demuxer() 63 assert(total_frame_count == frame_count); in test_demuxer() 80 uint64_t total_frame_count; in test_demux() local 95 total_frame_count = frame_count; in test_demux() 102 &total_frame_count); in test_demux() 107 assert(total_frame_count >= 0); in test_demux() 120 container_context_post_process(cntrs + i, &total_frame_count); in test_demux() 121 assert(total_frame_count in test_demux() 138 unsigned int total_frame_count; test_muxer() local 170 uint64_t total_frame_count; test_mux() local [all...] |
H A D | container-test.c | 50 uint64_t total_frame_count; in test_builder() local 75 total_frame_count = 0; in test_builder() 76 err = container_context_post_process(cntr, &total_frame_count); in test_builder() 78 assert(total_frame_count == frame_count); in test_builder() 94 uint64_t total_frame_count; in test_parser() local 104 total_frame_count = 0; in test_parser() 106 &total_frame_count); in test_parser() 111 assert(total_frame_count == frame_count); in test_parser() 113 handled_frame_count = total_frame_count; in test_parser() 119 total_frame_count in test_parser() [all...] |
/third_party/alsa-utils/axfer/ |
H A D | subcmd-transfer.c | 167 uint64_t *total_frame_count) in capture_pre_process() 192 *total_frame_count = 0; in capture_pre_process() 220 if (*total_frame_count == 0) in capture_pre_process() 221 *total_frame_count = frame_count; in capture_pre_process() 222 if (frame_count < *total_frame_count) in capture_pre_process() 223 *total_frame_count = frame_count; in capture_pre_process() 231 uint64_t *total_frame_count) in playback_pre_process() 295 *total_frame_count = frame_count; in playback_pre_process() 314 if (frame_count < *total_frame_count) in playback_pre_process() 315 *total_frame_count in playback_pre_process() 165 capture_pre_process(struct context *ctx, snd_pcm_access_t *access, snd_pcm_uframes_t *frames_per_buffer, uint64_t *total_frame_count) capture_pre_process() argument 229 playback_pre_process(struct context *ctx, snd_pcm_access_t *access, snd_pcm_uframes_t *frames_per_buffer, uint64_t *total_frame_count) playback_pre_process() argument 328 context_pre_process(struct context *ctx, snd_pcm_stream_t direction, uint64_t *total_frame_count) context_pre_process() argument 444 uint64_t total_frame_count; context_post_process() local [all...] |
H A D | xfer-options.c | 396 uint64_t *total_frame_count) in xfer_options_calculate_duration() 402 if (frame_count < *total_frame_count) in xfer_options_calculate_duration() 403 *total_frame_count = frame_count; in xfer_options_calculate_duration() 408 if (frame_count < *total_frame_count) in xfer_options_calculate_duration() 409 *total_frame_count = frame_count; in xfer_options_calculate_duration() 395 xfer_options_calculate_duration(struct xfer_context *xfer, uint64_t *total_frame_count) xfer_options_calculate_duration() argument
|
H A D | xfer.h | 80 uint64_t *total_frame_count);
|
Completed in 3 milliseconds