Searched refs:in_pipe_input_counter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy_main.cc63 ByteCounter in_pipe_input_counter; variable
94 in_pipe_input_counter.push(now);
101 in_pipe_input_counter.megabits_per_second(),
103 in_pipe_input_counter.packets_per_second());
168 SetupByteCounters(&in_pipe, &in_pipe_input_counter, &in_pipe_output_counter);
H A Dtap_proxy.cc167 ByteCounter in_pipe_input_counter; variable
198 in_pipe_input_counter.push(now);
205 in_pipe_input_counter.megabits_per_second(),
207 in_pipe_input_counter.packets_per_second());
304 SetupByteCounters(&in_pipe, &in_pipe_input_counter, &in_pipe_output_counter);

Completed in 86 milliseconds