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

1234567891011>>

/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/
H A DIDataSource.h42 virtual status_t getSize(off64_t* size) = 0;
H A DIMediaHTTPConnection.h39 virtual off64_t getSize() = 0;
/frameworks/av/include/media/stagefright/
H A DDataSource.h89 virtual status_t getSize(off64_t *size);
H A DDataURISource.h33 virtual status_t getSize(off64_t *size);
H A DFileSource.h40 virtual status_t getSize(off64_t *size);
H A DMediaHTTP.h43 virtual status_t getSize(off64_t *size);
/frameworks/av/media/img_utils/include/img_utils/
H A DByteArrayOutput.h67 virtual size_t getSize() const;
H A DDngUtils.h55 virtual size_t getSize() const;
65 * by calling the getSize() method.
H A DTiffEntryImpl.h48 size_t getSize() const;
96 size_t TiffEntryImpl<T>::getSize() const {
198 total += mData[i]->getSize();
208 offset += mData[i]->getSize();
H A DTiffIfd.h59 * when calculating the size of IFD and entries for the getSize()
84 virtual size_t getSize() const;
H A DTiffWritable.h53 virtual size_t getSize() const = 0;
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp45 size_t ByteArrayOutput::getSize() const { function in class:android::img_utils::ByteArrayOutput
H A DDngUtils.cpp39 size_t OpcodeListBuilder::getSize() const { function in class:android::img_utils::OpcodeListBuilder
40 return mOpList.getSize() + sizeof(mCount);
50 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize());
H A DTiffIfd.cpp120 valueOffset += mEntries[i]->getSize();
124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0;
136 if (mEntries[i]->getSize() > OFFSET_SIZE) {
141 size_t actual = mEntries[i]->getSize();
148 assert(out->getCurrentOffset() == offset + getSize());
153 size_t TiffIfd::getSize() const { function in class:android::img_utils::TiffIfd
158 total += mEntries[i]->getSize();
H A DTiffWriter.cpp99 offset += ifd->getSize();
146 offset += ifd->getSize();
375 totalSize += ifd->getSize();
/frameworks/av/media/libmedia/
H A DIDataSource.cpp61 virtual status_t getSize(off64_t* size) { function in struct:android::BpDataSource
152 status_t err = getSize(&size);
H A DIMediaHTTPConnection.cpp133 virtual off64_t getSize() { function in struct:android::BpMediaHTTPConnection
H A DMidiIoWrapper.cpp55 if (mDataSource->getSize(&l) == OK) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1746 if (mDurationUs > 0 && mCachedSource->getSize(&size) == OK) {
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp174 if (mDataSource->getSize(&streamSize) == OK) {
H A DAMRExtractor.cpp144 if (mDataSource->getSize(&streamSize) == OK) {
H A DCallbackDataSource.cpp88 status_t CallbackDataSource::getSize(off64_t *size) { function in class:android::CallbackDataSource
89 status_t err = mIDataSource->getSize(size);
178 status_t TinyCacheSource::getSize(off64_t *size) { function in class:android::TinyCacheSource
179 return mSource->getSize(size);
H A DDataSource.cpp107 status_t DataSource::getSize(off64_t *size) { function in class:android::DataSource

Completed in 1360 milliseconds

1234567891011>>