OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtp_timestamp_
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
opus_test.h
47
int
rtp_timestamp_
;
member in class:webrtc::OpusTest
opus_test.cc
36
rtp_timestamp_
(0) {}
327
channel->SendData(kAudioFrameSpeech, payload_type_,
rtp_timestamp_
,
331
start_time_stamp =
rtp_timestamp_
;
333
rtp_timestamp_
+= frame_length;
/external/chromium_org/media/cast/net/rtcp/
rtcp_defines.cc
23
:
rtp_timestamp_
(timestamp) {}
rtcp_defines.h
52
uint32
rtp_timestamp_
;
member in struct:media::cast::RtcpReceiverFrameLogMessage
rtcp_utility_unittest.cc
100
EXPECT_EQ(expected_it->
rtp_timestamp_
, incoming_it->
rtp_timestamp_
);
rtcp.cc
169
ReceiverEventKey key = GetReceiverEventKey(i->
rtp_timestamp_
,
rtcp_builder.cc
389
writer_.WriteU32(frame_log_messages.
rtp_timestamp_
);
/external/chromium_org/media/cast/net/rtp/
frame_buffer.h
49
uint32
rtp_timestamp_
;
member in class:media::cast::FrameBuffer
rtp_packetizer.h
64
uint32
rtp_timestamp_
;
member in class:media::cast::RtpPacketizer
frame_buffer.cc
37
rtp_timestamp_
= rtp_header.rtp_timestamp;
80
frame->rtp_timestamp =
rtp_timestamp_
;
rtp_packetizer.cc
30
rtp_timestamp_
(0),
47
rtp_timestamp_
= frame.rtp_timestamp;
/external/chromium_org/media/cast/net/
cast_transport_sender_impl.cc
333
uint32 rtp_timestamp = it->
rtp_timestamp_
;
Completed in 184 milliseconds