OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latestTimeUs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp
198
int64_t
latestTimeUs
= 0;
199
CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &
latestTimeUs
));
200
if (lastQueuedTimeUs >
latestTimeUs
) {
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
[
all
...]
PlaylistFetcher.cpp
553
int64_t
latestTimeUs
= 0, stopTimeUs = 0;
556
&& (latestMeta->findInt64("timeUs", &
latestTimeUs
)
558
int64_t diffUs = stopTimeUs -
latestTimeUs
;
[
all
...]
Completed in 65 milliseconds