Home
last modified time | relevance | path

Searched refs:handled_byte_count (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-utils/axfer/
Dcontainer.c390 if (cntr->handled_byte_count > cntr->max_size - byte_count) in container_context_process_frames()
391 byte_count = cntr->max_size - cntr->handled_byte_count; in container_context_process_frames()
401 cntr->handled_byte_count += target_byte_count; in container_context_process_frames()
402 if (cntr->handled_byte_count == cntr->max_size) in container_context_process_frames()
418 if (cntr->verbose && cntr->handled_byte_count > 0) { in container_context_post_process()
420 cntr->handled_byte_count); in container_context_post_process()
429 err = cntr->ops->post_process(cntr, cntr->handled_byte_count); in container_context_post_process()
442 *frame_count = cntr->handled_byte_count / in container_context_post_process()
Dcontainer.h58 uint64_t handled_byte_count; member
88 uint64_t handled_byte_count);
Dcontainer-au.c174 uint64_t handled_byte_count) in au_builder_post_process() argument
182 return write_container_header(cntr, handled_byte_count); in au_builder_post_process()
Dcontainer-riff-wave.c539 uint64_t handled_byte_count) in wave_builder_post_process() argument
547 return write_riff_chunk_for_wave(cntr, handled_byte_count); in wave_builder_post_process()
Dcontainer-voc.c804 uint64_t handled_byte_count) in voc_builder_post_process() argument
812 return write_data_size(cntr, handled_byte_count); in voc_builder_post_process()