OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_packet_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
330
first_packet_
(true),
366
if (!end_of_file_ && (TimeUntilNextPacket() == 0 ||
first_packet_
)) {
367
if (
first_packet_
) {
372
first_packet_
= false;
454
bool
first_packet_
;
member in class:webrtc::rtpplayer::RtpPlayerImpl
/external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc
86
first_packet_
(true) {
151
bool
first_packet_
;
member in class:SSLDummyStreamBase
785
if (
first_packet_
) {
786
first_packet_
= false;
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc
94
first_packet_
(true),
366
if (
first_packet_
) {
408
first_packet_
= true;
467
if (
first_packet_
||
509
if ((main_header.ssrc != ssrc_) ||
first_packet_
) {
510
// Note: |
first_packet_
| will be cleared further down in this method, once
665
if (
first_packet_
) {
666
first_packet_
= false;
[
all
...]
neteq_impl.h
393
bool
first_packet_
GUARDED_BY(crit_sect_);
Completed in 5450 milliseconds