OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntpTime
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp
151
uint64_t
ntpTime
;
153
"ntp-time", (int64_t *)&
ntpTime
));
158
accessUnit->size(),
ntpTime
);
161
accessUnit->size(),
ntpTime
);
175
accessUnit->meta()->setInt64("ntp-time",
ntpTime
);
ARTPSource.h
41
void timeUpdate(uint32_t rtpTime, uint64_t
ntpTime
);
ARTPSource.cpp
97
void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t
ntpTime
) {
98
mLastNTPTime =
ntpTime
;
104
notify->setInt64("ntp-time",
ntpTime
);
ARTPConnection.cpp
607
uint64_t
ntpTime
= u64at(&data[8]);
611
ALOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u ==
ntpTime
%.3f",
614
(
ntpTime
>> 32) + (double)(
ntpTime
& 0xffffffff) / (1ll << 32));
619
source->timeUpdate(rtpTime,
ntpTime
);
MyHandler.h
[
all
...]
MyTransmitter.h
140
uint64_t
ntpTime
() {
160
uint64_t ntp =
ntpTime
();
684
mLastNTPTime =
ntpTime
();
Completed in 48 milliseconds