OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnchorTimeRealUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
MediaClock.cpp
34
mAnchorTimeRealUs
(-1),
51
mAnchorTimeRealUs
= -1;
75
if (
mAnchorTimeRealUs
!= -1) {
77
mAnchorTimeMediaUs + (nowUs -
mAnchorTimeRealUs
) * (double)mPlaybackRate;
83
mAnchorTimeRealUs
= nowUs;
95
if (
mAnchorTimeRealUs
== -1) {
101
mAnchorTimeMediaUs += (nowUs -
mAnchorTimeRealUs
) * (double)mPlaybackRate;
106
mAnchorTimeRealUs
= nowUs;
127
if (
mAnchorTimeRealUs
== -1) {
132
+ (realUs -
mAnchorTimeRealUs
) * (double)mPlaybackRate
[
all
...]
/frameworks/av/include/media/stagefright/
MediaClock.h
69
int64_t
mAnchorTimeRealUs
;
Completed in 2236 milliseconds