Searched refs:Size (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/base/media/libeffects/lvm/lib/Common/src/
H A DInstAlloc.c40 Size - The size in bytes of the new added member
49 LVM_UINT32 Size )
54 Size = ((Size + 3) & 0xFFFFFFFC); /* Ceil the size to a multiple of four */
56 pms->TotalSize += Size;
57 pms->pNextMember += Size;
118 * Description : This function reserves Size of 3 bytes for all memory regions and
142 LVM_UINT32 Size[],
148 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_SLOW_DATA], Size[LVM_PERSISTENT_SLOW_DATA]);
150 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size
141 InstAlloc_AddMemberAll( INST_ALLOC *pms, LVM_UINT32 Size[], LVM_MemoryTable_st *pMemoryTable) argument
176 InstAlloc_AddMemberAllRet( INST_ALLOC *pms, LVM_UINT32 Size[], void **ptr) argument
[all...]
/frameworks/base/media/libeffects/lvm/lib/Common/lib/
H A DInstAlloc.h55 Size - The size in bytes of the new added member
63 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size );
76 LVM_UINT32 Size[],
80 LVM_UINT32 Size[],
H A DLVM_Types.h154 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon414
/frameworks/compile/libbcc/lib/Disassembler/
H A DDisassembler.cpp111 uint64_t Size; local
114 for (Index = 0; Index < FuncSize; Index += Size) {
117 if (Disassmbler->getInstruction(Inst, Size, *BufferMObj, Index,
127 if (Size == 0)
128 Size = 1; // skip illegible bytes
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.cpp68 uint8_t *CodeMemoryManager::allocateSGMemory(uintptr_t Size, argument
72 if ((FreeMemSize < 0) || (static_cast<uintptr_t>(FreeMemSize) < Size))
79 uint8_t *result = getCodeMemBase() + mCurSGMemIdx - Size;
175 uint8_t *CodeMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { argument
176 if (getFreeCodeMemSize() < Size) {
188 mCurFuncMemIdx = (result + Size) - getCodeMemBase();
194 uint8_t *CodeMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { argument
195 if (getFreeGVMemSize() < Size) {
208 mCurGVMemIdx = (result + Size) - getGVMemBase();
H A DCodeMemoryManager.h187 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
190 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment);
231 uint8_t *allocateSGMemory(uintptr_t Size,
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
H A Dmem_align.c44 MemInfo.Size = size + 1;
59 MemInfo.Size = size + alignment;
/frameworks/base/include/camera/
H A DCameraParameters.h25 struct Size { struct in namespace:android
29 Size() { function in struct:android::Size
34 Size(int w, int h) { function in struct:android::Size
61 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
67 // getSupportedVideoSizes() returns an empty Vector of Size.
73 // empty Vector of Size.
81 void getSupportedVideoSizes(Vector<Size> &sizes) const;
86 // Vector of Size. If getSupportedVideoSizes() returns an empty
87 // Vector of Size, the width and height returned from this method
98 void getSupportedPictureSizes(Vector<Size>
[all...]
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Init.c152 /* Maximum Internal Black Size should not be more than MAX_INTERNAL_BLOCKSIZE*/
217 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
219 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
220 if (CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
250 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
252 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
253 if (DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
284 EQNB_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h111 /// uint32_t BitcodeSize; // Size of traditional bitcode file.
121 KnownHeaderSize = 4*4, // Size of header we read.
123 SizeField = 3*4 // Offset in bytes to Size field.
133 unsigned Size = ( BufPtr[SizeField ] | local
138 // Verify that Offset+Size fits in the file.
139 if (Offset+Size > unsigned(BufEnd-BufPtr))
142 BufEnd = BufPtr+Size;
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Init.c80 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].Size = (LVM_UINT32)sizeof(LVCS_Instance_t);
87 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].Size = (LVM_UINT32)sizeof(LVCS_Data_t);
94 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size = (LVM_UINT32)sizeof(LVCS_Coefficient_t);
102 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].Size = ScratchSize;
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dmemalign.c49 MemInfo.Size = size + 1;
64 MemInfo.Size = size + alignment;
/frameworks/base/media/libstagefright/codecs/common/include/
H A DvoMem.h34 VO_S32 Size; /*!< Buffer stride */ member in struct:__anon702
55 voMemInfo.Size=nSize; \
/frameworks/base/include/media/stagefright/
H A DCameraSource.h74 Size videoSize,
139 Size mVideoSize;
161 Size videoSize, int32_t frameRate,
201 int32_t cameraId, Size videoSize, int32_t frameRate,
206 int32_t cameraId, Size videoSize, int32_t frameRate,
H A DCameraSourceTimeLapse.h38 Size videoSize,
111 Size videoSize,
/frameworks/base/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Init.c75 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Size = sizeof(LVDBE_Instance_t);
83 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].Size = sizeof(LVDBE_Data_t);
91 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].Size = sizeof(LVDBE_Coef_t);
100 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Size = ScratchSize;
175 if (pMemoryTable->Region[i].Size!=0)
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetMemoryTable.c153 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size = InstAlloc_GetTotal(&SlowData);
181 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size = InstAlloc_GetTotal(&FastData);
190 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size = InstAlloc_GetTotal(&FastCoef);
225 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary);
H A DLVREV_GetInstanceHandle.c74 if (pMemoryTable->Region[i].Size!=0)
111 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size)/sizeof(LVM_INT16)));
112 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size)/sizeof(LVM_INT16)));
113 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size)/sizeof(LVM_INT16)));
114 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_TEMPORARY_FAST].Size)/sizeof(LVM_INT16)));
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Memory.c130 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&Instance);
138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
147 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&Coef);
156 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&Data);
/frameworks/media/libvideoeditor/vss/common/inc/
H A DLVM_Types.h150 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon1385
/frameworks/base/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Init.c88 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&AllocMem);
109 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&AllocMem);
125 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&AllocMem);
137 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&AllocMem);
209 if (pMemoryTable->Region[i].Size!=0)
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h92 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon452
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h185 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon466
/frameworks/base/media/libstagefright/codecs/common/
H A DcmnMemory.c34 pMemInfo->VBuffer = malloc (pMemInfo->Size);
/frameworks/base/core/java/android/hardware/
H A DCamera.java1315 public class Size { class in class:Camera
1322 public Size(int w, int h) { method in class:Camera.Size
1335 if (!(obj instanceof Size)) {
1338 Size s = (Size) obj;
1950 * @return a Size object with the width and height setting
1953 public Size getPreviewSize() {
1961 * @return a list of Size object. This method will always return a list
1964 public List<Size> getSupportedPreviewSizes() {
1974 * least one Size an
[all...]

Completed in 1137 milliseconds

123