OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedDuration
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
NuMediaExtractor.h
97
bool
getCachedDuration
(int64_t *durationUs, bool *eos) const;
/frameworks/av/media/libmedia/include/media/
NdkWrapper.h
339
int64_t
getCachedDuration
();
/frameworks/av/media/ndk/
NdkMediaExtractor.cpp
410
if (ex->mImpl->
getCachedDuration
(&durationUs, &eos)) {
/cts/tests/tests/media/src/android/media/cts/
MediaExtractorTest.java
281
long cachedDurationUs = mExtractor.
getCachedDuration
();
/frameworks/av/media/libmedia/
NdkWrapper.cpp
[
all
...]
/frameworks/av/media/libstagefright/
NuMediaExtractor.cpp
780
bool NuMediaExtractor::
getCachedDuration
(
/frameworks/av/media/libmediaplayer2/nuplayer2/
GenericSource2.cpp
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java
[
all
...]
Completed in 2251 milliseconds