Home
last modified time | relevance | path

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

/external/webrtc/webrtc/call/
Drtc_event_log_unittest.cc478 size_t playout_index = 1; in LogSessionAndReadBack() local
493 if (i * playout_count >= playout_index * rtp_count) { in LogSessionAndReadBack()
494 log_dumper->LogAudioPlayout(playout_ssrcs[playout_index - 1]); in LogSessionAndReadBack()
495 playout_index++; in LogSessionAndReadBack()
524 size_t playout_index = 1; in LogSessionAndReadBack() local
542 if (i * playout_count >= playout_index * rtp_count) { in LogSessionAndReadBack()
544 playout_ssrcs[playout_index - 1]); in LogSessionAndReadBack()
546 playout_index++; in LogSessionAndReadBack()