HomeSort by relevance Sort by last modified time
    Searched refs:arrival (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 43 one_desc_ix=find(isnan(s.arrival));
48 s.arrival(one_desc_ix(k))=s.arrival(ix)+s.decode(one_desc_ix(k))-s.decode(ix);
56 s.arrival=s.arrival(ix);
74 s.arrival=s.arrival(sort_ix);
100 send_t=send_t+max(min(s.arrival-send_t),0);
105 plot_nw_delay(seq_ix)=s.arrival-send_t;
117 s.arrival(cng_ix(peak_ix))+abs(s.optbuf(cng_ix(peak_ix)))-send_t(cng_ix(peak_ix)),..
    [all...]
parse_delay_file.m 183 'arrival', recin_t,...
  /prebuilts/go/darwin-x86/src/syscall/
route_netbsd.go 30 // network interface arrival and departure information.
route_openbsd.go 30 // network interface arrival and departure information.
route_dragonfly.go 33 // network interface arrival and departure information.
route_freebsd.go 55 // network interface arrival and departure information.
  /prebuilts/go/linux-x86/src/syscall/
route_netbsd.go 30 // network interface arrival and departure information.
route_openbsd.go 30 // network interface arrival and departure information.
route_dragonfly.go 33 // network interface arrival and departure information.
route_freebsd.go 55 // network interface arrival and departure information.
  /external/speex/libspeex/
jitter.c 82 /** Buffer that keeps the time of arrival of the latest packets */
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */ member in struct:JitterBuffer_
159 struct TimingBuffer *timeBuffers[MAX_BUFFERS]; /**< Storing arrival time of latest frames so we can compute some stats */
392 /*fprintf(stderr, "arrival: %d %d %d\n", packet->timestamp, jitter->next_stop, jitter->pointer_timestamp);*/
456 jitter->arrival[i] = 0;
458 jitter->arrival[i] = jitter->next_stop;
588 if (jitter->arrival[i] != 0)
590 update_timings(jitter, ((spx_int32_t)jitter->packets[i].timestamp) - ((spx_int32_t)jitter->arrival[i]) - jitter->buffer_margin);
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);

Completed in 504 milliseconds