Searched refs:handled_byte_count (Results 1 – 5 of 5) sorted by relevance
390 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()
58 uint64_t handled_byte_count; member88 uint64_t handled_byte_count);
174 uint64_t handled_byte_count) in au_builder_post_process() argument182 return write_container_header(cntr, handled_byte_count); in au_builder_post_process()
539 uint64_t handled_byte_count) in wave_builder_post_process() argument547 return write_riff_chunk_for_wave(cntr, handled_byte_count); in wave_builder_post_process()
804 uint64_t handled_byte_count) in voc_builder_post_process() argument812 return write_data_size(cntr, handled_byte_count); in voc_builder_post_process()