OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastQueuedTimeUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp
36
mLastQueuedTimeUs
(0),
188
mLastQueuedTimeUs
= lastQueuedTimeUs;
189
ALOGV("queueAccessUnit timeUs=%lld us (%.2f secs)",
mLastQueuedTimeUs
,
mLastQueuedTimeUs
/ 1E6);
237
mLastQueuedTimeUs
= 0;
317
int64_t diff = duration -
mLastQueuedTimeUs
;
AnotherPacketSource.h
76
int64_t
mLastQueuedTimeUs
;
Completed in 30 milliseconds