OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntp_time_ms
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/test/
fake_audio_device.cc
119
int64_t
ntp_time_ms
= -1;
local
128
&
ntp_time_ms
));
/external/webrtc/webrtc/common_video/
i420_video_frame_unittest.cc
50
EXPECT_EQ(456, frame.
ntp_time_ms
());
73
int64_t
ntp_time_ms
= 2;
local
85
small_frame.set_ntp_time_ms(
ntp_time_ms
);
119
int64_t
ntp_time_ms
= 2;
local
141
frame1.set_ntp_time_ms(
ntp_time_ms
);
158
EXPECT_EQ(frame2.
ntp_time_ms
(), frame1.
ntp_time_ms
());
163
frame2.set_ntp_time_ms(
ntp_time_ms
+ 1);
168
EXPECT_NE(frame2.
ntp_time_ms
(), frame1.
ntp_time_ms
());
[
all
...]
/external/webrtc/webrtc/
video_frame.h
112
void set_ntp_time_ms(int64_t
ntp_time_ms
) {
113
ntp_time_ms_ =
ntp_time_ms
;
117
int64_t
ntp_time_ms
() const { return ntp_time_ms_; }
function in class:webrtc::VideoFrame
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc
538
int64_t
ntp_time_ms
= -1;
local
546
&
ntp_time_ms
);
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
105
int64_t*
ntp_time_ms
) {
107
audioSamples, elapsed_time_ms,
ntp_time_ms
);
local
170
int64_t*
ntp_time_ms
) {
175
audio_data, elapsed_time_ms,
ntp_time_ms
);
770
int64_t*
ntp_time_ms
) {
793
*
ntp_time_ms
= audioFrame_.ntp_time_ms_;
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
703
int64_t
ntp_time_ms
= 0;
local
707
&elapsed_time_ms, &
ntp_time_ms
) != 0) {
/external/webrtc/webrtc/modules/include/
module_common_types.h
260
int64_t
ntp_time_ms
;
member in struct:webrtc::WebRtcRTPHeader
Completed in 244 milliseconds