Searched refs:getSize (Results 1 - 25 of 223) sorted by path

123456789

/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp68 int size = decodeSessionMap.getSize();
76 size = convertSessionMap.getSize();
/frameworks/av/include/media/stagefright/
H A DDataSource.h59 virtual status_t getSize(off64_t *size);
H A DFileSource.h39 virtual status_t getSize(off64_t *size);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1499 pC->mDataSource->getSize(&fileSize);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp307 mHeap->getBase(), mHeap->getSize(), mHeap->getFlags(), mHeap->getDevice());
1816 if (mSize + size > mHeap->getSize()) {
1817 ALOGE("Heap size overflow! req size: %d, max size: %d", (mSize + size), mHeap->getSize());
1818 size = mHeap->getSize() - mSize;
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp174 if (mDataSource->getSize(&streamSize) == OK) {
H A DAMRExtractor.cpp141 if (mDataSource->getSize(&streamSize) == OK) {
H A DAwesomePlayer.cpp601 && mCachedSource->getSize(&size) == OK) {
H A DDataSource.cpp62 status_t DataSource::getSize(off64_t *size) { function in class:android::DataSource
H A DFLACExtractor.cpp306 if (OK == mDataSource->getSize(&size)) {
H A DFileSource.cpp118 status_t FileSource::getSize(off64_t *size) { function in class:android::FileSource
H A DJPEGSource.cpp63 CHECK(mSource->getSize(&mSize) == OK);
H A DMP3Extractor.cpp340 if (mDataSource->getSize(&fileSize) == OK) {
H A DMPEG4Extractor.cpp105 virtual status_t getSize(off64_t *size);
164 status_t MPEG4DataSource::getSize(off64_t *size) { function in class:android::MPEG4DataSource
165 return mSource->getSize(size);
H A DNuCachedSource2.cpp250 status_t NuCachedSource2::getSize(off64_t *size) { function in class:android::NuCachedSource2
251 return mSource->getSize(size);
H A DNuMediaExtractor.cpp515 if (mDurationUs >= 0 && mDataSource->getSize(&size) == OK) {
H A DOggExtractor.cpp628 && mSource->getSize(&size) == OK
731 if (mSource->getSize(&size) == OK) {
H A DStagefrightMetadataRetriever.cpp573 if (mSource->getSize(&sourceSize) == OK) {
H A DThrottledSource.cpp69 status_t ThrottledSource::getSize(off64_t *size) { function in class:android::ThrottledSource
70 return mSource->getSize(size);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp234 status_t ChromiumHTTPDataSource::getSize(off64_t *size) { function in class:android::ChromiumHTTPDataSource
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp258 status_t err = source->getSize(&size);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp819 if (source->getSize(&size) != OK || size < (off64_t)V1_TAG_SIZE) {
/frameworks/av/media/libstagefright/include/
H A DChromiumHTTPDataSource.h43 virtual status_t getSize(off64_t *size);
H A DDataUriSource.h39 virtual status_t getSize(off64_t *size) { function in class:android::DataUriSource

Completed in 237 milliseconds

123456789