OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLastNTPTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
ARTPSource.h
57
uint64_t
mLastNTPTime
;
ARTPWriter.h
93
uint64_t
mLastNTPTime
;
MyTransmitter.h
92
mLastNTPTime
(0) {
681
mLastNTPTime
= ntpTime();
854
uint64_t
mLastNTPTime
;
901
data[8] =
mLastNTPTime
>> (64 - 8);
902
data[9] = (
mLastNTPTime
>> (64 - 16)) & 0xff;
903
data[10] = (
mLastNTPTime
>> (64 - 24)) & 0xff;
904
data[11] = (
mLastNTPTime
>> 32) & 0xff;
905
data[12] = (
mLastNTPTime
>> 24) & 0xff;
906
data[13] = (
mLastNTPTime
>> 16) & 0xff;
907
data[14] = (
mLastNTPTime
>> 8) & 0xff
[
all
...]
Completed in 26 milliseconds