Home
last modified time | relevance | path

Searched refs:target_byte_count (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/axfer/
Dcontainer.c366 unsigned int target_byte_count; in container_context_process_frames() local
375 target_byte_count = *frame_count * bytes_per_frame; in container_context_process_frames()
380 byte_count = target_byte_count; in container_context_process_frames()
401 cntr->handled_byte_count += target_byte_count; in container_context_process_frames()
405 *frame_count = target_byte_count / bytes_per_frame; in container_context_process_frames()
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc344 int64 target_byte_count = streams_[0]->ByteCount() + count; in Skip() local
350 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count); in Skip()
351 count = target_byte_count - final_byte_count; in Skip()