Searched defs:size (Results 1 - 25 of 421) sorted by relevance

1234567891011>>

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpvmp4audiodecodergetmemrequirements.cpp49 size = amount of memory needed to be allocated by the calling
76 size = sizeof(tDec_Int_File);
78 RETURN (size)
150 UInt32 size; local
152 size = (UInt32) sizeof(tDec_Int_File);
154 return (size);
/frameworks/media/libvideoeditor/osal/src/
H A DM4PSW_MemoryInterface.c32 * @fn M4OSA_MemAddr32 M4OSA_32bitAlignedMalloc(M4OSA_UInt32 size,
37 * @param size (IN): size of allocated block in bytes
44 M4OSA_MemAddr32 M4OSA_32bitAlignedMalloc(M4OSA_UInt32 size, argument
51 * If size is 0, malloc on WIN OS allocates a zero-length item in
55 if (size == 0)
60 if (size%4 != 0)
62 size = size + 4 - (size
[all...]
/frameworks/base/core/java/android/database/
H A DCharArrayBuffer.java23 public CharArrayBuffer(int size) { argument
24 data = new char[size];
H A DCursorIndexOutOfBoundsException.java24 public CursorIndexOutOfBoundsException(int index, int size) { argument
25 super("Index " + index + " requested, with a size of " + size);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s26 size RN 1 label
53 SUBS size, size, #64
57 SUBS size, size, #64
/frameworks/compile/linkloader/include/
H A DELFSectionRelTable.h45 size_t size() const { function in class:ELFSectionRelTable
46 return table.size();
H A DELFSectionBits.h56 size_t size() const { function in class:ELFSectionBits
57 return chunk.size();
H A DELFSectionSymTab.h48 size_t size() const { function in class:ELFSectionSymTab
49 return table.size();
71 void getFuncNameList(size_t size, char const **list) const;
H A DMemChunk.h33 bool allocate(size_t size);
55 size_t size() const { function in class:MemChunk
/frameworks/compile/linkloader/utils/
H A Dhelper.cpp26 size_t size, size_t begin, size_t end) {
51 if (j < size) {
25 dump_hex(unsigned char const *data, size_t size, size_t begin, size_t end) argument
H A Dtraits.h31 enum { size = sizeof(Type) }; enumerator in enum:TypeTraits::__anon1310
38 enum { size = SIZE }; \
/frameworks/base/core/java/android/hardware/
H A DSensorEvent.java455 SensorEvent(int size) { argument
456 values = new float[size];
/frameworks/base/core/jni/android/graphics/
H A DUtils.cpp31 size_t AssetStreamAdaptor::read(void* buffer, size_t size) { argument
35 if (0 == size) { // caller is asking us for our total length
46 off64_t newOffset = fAsset->seek(size, SEEK_CUR);
48 SkDebugf("---- fAsset->seek(%d) failed\n", size);
53 amount = fAsset->read(buffer, size);
55 SkDebugf("---- fAsset->read(%d) returned %d\n", size, amount);
/frameworks/base/include/utils/
H A DCallStack.h61 size_t size() const { return mCount; } function in class:android::CallStack
H A DStringArray.h59 inline int size(void) const { return mCurrent; } function in class:android::StringArray
/frameworks/base/libs/binder/
H A DMemoryBase.cpp29 ssize_t offset, size_t size)
30 : mSize(size), mOffset(offset), mHeap(heap)
34 sp<IMemoryHeap> MemoryBase::getMemory(ssize_t* offset, size_t* size) const
37 if (size) *size = mSize;
28 MemoryBase(const sp<IMemoryHeap>& heap, ssize_t offset, size_t size) argument
/frameworks/base/libs/diskusage/
H A Ddirsize.c27 int64_t size = s->st_size; local
30 /* round up to filesystem block size */
31 size = (size + blksize - 1) & (~(blksize - 1));
34 return size;
39 int64_t size = 0; local
65 size += calculate_dir_size(subfd);
69 size += stat_size(&s);
74 return size;
/frameworks/base/media/libeffects/lvm/lib/Common/src/
H A DDelayMix_16x16.c30 LVM_INT16 size, /* Delay size */
61 if (Offset >= size)
28 DelayMix_16x16(const LVM_INT16 *src, LVM_INT16 *delay, LVM_INT16 size, LVM_INT16 *dst, LVM_INT16 *pOffset, LVM_INT16 n) argument
H A DDelayWrite_32.c30 LVM_UINT16 size, /* Delay size */
44 if (Offset >= size)
28 DelayWrite_32(const LVM_INT32 *src, LVM_INT32 *delay, LVM_UINT16 size, LVM_UINT16 *pOffset, LVM_INT16 n) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S26 #define size r1 define
53 SUBS size, size, #64
57 SUBS size, size, #64
/frameworks/base/media/libstagefright/foundation/
H A Dhexdump.cpp32 void hexdump(const void *_data, size_t size) { argument
36 while (offset < size) {
48 if (offset + i >= size) {
59 if (offset + i >= size) {
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A Dbcc_internal.h44 size_t size; member in struct:bcc::FuncInfo
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx25 for (size_t i = 0; i < table.size(); ++i) {
39 for (size_t i = 0; i < this->size(); ++i) {
60 size_t size = sh->getSize() / sh->getEntrySize(); local
64 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelTy>::size);
65 for (size_t i = 0; i < size; ++i) {
70 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelaTy>::size);
71 for (size_t i = 0; i < size; ++i) {
/frameworks/opt/emoji/
H A DEmojiFactory.h32 // Returns binary image data corresponding to "pua". The size of binary is
33 // stored to "size". Returns NULL if there's no mapping from the "pua" to a
38 virtual const char *GetImageBinaryFromAndroidPua(int pua, int *size) = 0;
43 int *size) {
45 GetAndroidPuaFromVendorSpecificSjis(sjis), size);
51 int *size) {
53 GetAndroidPuaFromVendorSpecificPua(vsp), size);
42 GetImageBinaryFromVendorSpecificSjis(unsigned short sjis, int *size) argument
50 GetImageBinaryFromVendorSpecificPua(int vsp, int *size) argument
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatCreatorCallbacks.java42 * @param size Size of the array.
46 public T[] newArray(int size); argument

Completed in 2585 milliseconds

1234567891011>>