Searched refs:target_byte_count (Results 1 – 2 of 2) sorted by relevance
366 unsigned int target_byte_count; in container_context_process_frames() local375 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()
344 int64 target_byte_count = streams_[0]->ByteCount() + count; in Skip() local350 GOOGLE_DCHECK_LT(final_byte_count, target_byte_count); in Skip()351 count = target_byte_count - final_byte_count; in Skip()