OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:send_timestamp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video/
full_stack.cc
172
uint32_t
send_timestamp
= video_frame.timestamp() - rtp_timestamp_delta_;
variable
175
while (frames_.front()->timestamp() <
send_timestamp
) {
185
EXPECT_EQ(reference_frame->timestamp(),
send_timestamp
);
186
assert(reference_frame->timestamp() ==
send_timestamp
);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
insert_packet_with_timing.cc
38
DEFINE_string(send_ts, "
send_timestamp
", "Send timestamp file.");
Completed in 68 milliseconds