OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStartTimeRealUs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/cmds/stagefright/
SimplePlayer.h
94
int64_t
mStartTimeRealUs
;
SimplePlayer.cpp
40
mStartTimeRealUs
(-1ll) {
380
mStartTimeRealUs
= -1ll;
406
mStartTimeRealUs
= -1ll;
511
if (
mStartTimeRealUs
< 0ll) {
512
mStartTimeRealUs
= nowUs + 1000000ll;
521
int64_t whenRealUs = info->mPresentationTimeUs +
mStartTimeRealUs
;
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
323
int64_t
mStartTimeRealUs
;
[
all
...]
Completed in 3532 milliseconds