OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCachedDuration_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp
531
bool PreviewPlayerBase::
getCachedDuration_l
(int64_t *durationUs, bool *eos) {
639
if (
getCachedDuration_l
(&cachedDurationUs, &eos)) {
[
all
...]
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
612
bool AwesomePlayer::
getCachedDuration_l
(int64_t *durationUs, bool *eos) {
750
if (
getCachedDuration_l
(&cachedDurationUs, &eos)) {
[
all
...]
Completed in 584 milliseconds