OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCachedSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
538
mCachedSource
.clear();
626
if (mDurationUs > 0 &&
mCachedSource
!= NULL
627
&&
mCachedSource
->getSize(&size) == OK) {
646
if (
mCachedSource
!= NULL && getBitrate(&bitrate) && (bitrate > 0)) {
648
size_t cachedDataRemaining =
mCachedSource
->approxDataRemaining(&finalStatus);
663
if (
mCachedSource
!= NULL) {
664
mCachedSource
->resumeFetchingIfNecessary();
697
if (
mCachedSource
!= NULL) {
699
size_t cachedDataRemaining =
mCachedSource
->approxDataRemaining(&finalStatus);
713
size_t cachedSize =
mCachedSource
->cachedSize()
[
all
...]
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
238
sp<NuCachedSource2>
mCachedSource
;
Completed in 29 milliseconds