Searched defs:getSize (Results 1 - 25 of 86) sorted by path

1234

/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap
/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.cpp34 size_t OpcodeListBuilder::getSize() const { function in class:android::img_utils::OpcodeListBuilder
35 return mOpList.getSize() + sizeof(mCount);
45 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();
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp118 virtual off64_t getSize() { function in struct:android::BpMediaHTTPConnection
/frameworks/av/media/libstagefright/
H A DDataSource.cpp103 status_t DataSource::getSize(off64_t *size) { function in class:android::DataSource
H A DDataURISource.cpp102 status_t DataURISource::getSize(off64_t *size) { function in class:android::DataURISource
H A DFileSource.cpp118 status_t FileSource::getSize(off64_t *size) { function in class:android::FileSource
H A DMPEG4Extractor.cpp174 virtual status_t getSize(off64_t *size);
233 status_t MPEG4DataSource::getSize(off64_t *size) { function in class:android::MPEG4DataSource
234 return mSource->getSize(size);
787 if (mDataSource->getSize(&sourceSize) == OK) {
H A DNuCachedSource2.cpp281 status_t NuCachedSource2::getSize(off64_t *size) { function in class:android::NuCachedSource2
282 return mSource->getSize(size);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp117 status_t MediaHTTP::getSize(off64_t *size) { function in class:android::MediaHTTP
126 mCachedSize = mHTTPConnection->getSize();
/frameworks/av/media/libstagefright/include/
H A DDataUriSource.h39 virtual status_t getSize(off64_t *size) { function in class:android::DataUriSource
H A DThrottledSource.h45 virtual status_t getSize(off64_t *size) { function in struct:android::ThrottledSource
46 return mSource->getSize(size);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java104 public Size getSize() { method in class:HighSpeedVideoConfiguration
H A DMeteringRectangle.java205 public Size getSize() { method in class:MeteringRectangle
H A DStreamConfiguration.java104 public Size getSize() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java99 public Size getSize() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java223 public int getSize() { method in class:MifareClassic
/frameworks/base/core/java/android/os/
H A DBundle.java694 public Size getSize(String key) { method in class:Bundle
H A DMemoryFile.java257 public static int getSize(FileDescriptor fd) throws IOException { method in class:MemoryFile
/frameworks/base/core/java/android/print/
H A DPageRange.java101 public int getSize() { method in class:PageRange
/frameworks/base/core/java/android/text/
H A DAutoText.java120 public static int getSize(View view) { method in class:AutoText
122 return getInstance(view).getSize();
128 private int getSize() { method in class:AutoText
/frameworks/base/core/java/android/text/style/
H A DAbsoluteSizeSpan.java64 public int getSize() { method in class:AbsoluteSizeSpan
H A DDynamicDrawableSpan.java74 public int getSize(Paint paint, CharSequence text, method in class:DynamicDrawableSpan
H A DReplacementSpan.java25 public abstract int getSize(Paint paint, CharSequence text, method in class:ReplacementSpan

Completed in 585 milliseconds

1234