OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audioTimeUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp
561
int64_t
audioTimeUs
= mAudioPlayer->getMediaTimeUs();
562
int64_t videoLateByUs =
audioTimeUs
- mVideoTimeUs;
[
all
...]
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
647
int64_t
audioTimeUs
= mAudioPlayer->getMediaTimeUs();
648
int64_t videoLateByUs =
audioTimeUs
- mVideoTimeUs;
[
all
...]
Completed in 512 milliseconds