Searched defs:Size (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/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/av/media/libstagefright/codecs/common/include/
H A DvoMem.h34 VO_S32 Size; /*!< Buffer stride */ member in struct:__anon641
55 voMemInfo.Size=nSize; \
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp47 off_t FileWrapperInput::Size() { function in class:FileWrapperInput
H A Din_memory_wrapper_input.cpp49 off_t InMemoryWrapperInput::Size() { function in class:InMemoryWrapperInput
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h107 /// uint32_t BitcodeSize; // Size of traditional bitcode file.
117 KnownHeaderSize = 4*4, // Size of header we read.
119 SizeField = 3*4 // Offset in bytes to Size field.
129 unsigned Size = ( BufPtr[SizeField ] | local
134 // Verify that Offset+Size fits in the file.
135 if (Offset+Size > unsigned(BufEnd-BufPtr))
138 BufEnd = BufPtr+Size;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h107 /// uint32_t BitcodeSize; // Size of traditional bitcode file.
117 KnownHeaderSize = 4*4, // Size of header we read.
119 SizeField = 3*4 // Offset in bytes to Size field.
129 unsigned Size = ( BufPtr[SizeField ] | local
134 // Verify that Offset+Size fits in the file.
135 if (Offset+Size > unsigned(BufEnd-BufPtr))
138 BufEnd = BufPtr+Size;
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.h57 int Size() { function in class:android::filterfw::NativeFrame
73 // Size of data buffer in bytes.
H A Dvertex_frame.cpp79 int VertexFrame::Size() const { function in class:android::filterfw::VertexFrame
H A Dgl_frame.cpp167 return (size >= Size())
184 return (data_size == Size()) ? UploadTexturePixels(data) : false;
214 int GLFrame::Size() const { function in class:android::filterfw::GLFrame
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h107 enum { Size = SizeOfStr }; enumerator in enum:mcld::StringSizerHelper::__anon1261
110 #define STR_SIZE(str, fieldTy) StringSizerHelper<sizeof(str)-1, fieldTy>::Size
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp95 void registerObject(const ObjectBuffer* Object, std::size_t Size);
155 void GDBJITRegistrar::registerObject(const ObjectBuffer* Object, std::size_t Size) { argument
168 JITCodeEntry->symfile_size = Size;
170 ObjectBufferMap[Object] = std::make_pair(Size, JITCodeEntry);
233 void registerObjectWithGDB(const ObjectBuffer* Object, std::size_t Size) { argument
236 Registrar->registerObject(Object, Size);
/frameworks/av/libvideoeditor/vss/common/inc/
H A DLVM_Types.h150 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon101
H A DM4WRITER_common.h119 M4OSA_UInt32 Size; /**< Size of the data */ member in struct:__anon194
H A DM4ENCODER_common.h350 M4OSA_UInt32 Size; /**< Size of the data */ member in struct:__anon158
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h92 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon433
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h185 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon447
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h226 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon339
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h154 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon395
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h228 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon413
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h67 /* Block Size */
126 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon366
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1365 unsigned Size = static_cast<unsigned>(CAT->getSize().getZExtValue()); local
1366 slangAssert((Size > 0) && "Constant array should have size greater than 0");
1377 Size);
H A Dslang_rs_export_type.h450 unsigned Size)
455 mSize(Size) {
448 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned Size) argument
H A Dslang_rs_reflection.cpp1828 int Size = (ET->getClass() == RSExportType::ExportClassVector) ? local
1843 << Size << ")");
/frameworks/av/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/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1128 unsigned Size = Record.size(); local
1130 for (unsigned i = 0; i != Size; ++i) {
1156 unsigned Size = Record.size(); local
1158 for (unsigned i = 0; i != Size; i += 2) {
1343 unsigned Size = Record.size(); local
1347 for (unsigned i = 0; i != Size; ++i)
1353 for (unsigned i = 0; i != Size; ++i)
1358 for (unsigned i = 0; i != Size; ++i)
1373 unsigned Size = Record.size(); local
1375 for (unsigned i = 0; i != Size;
1387 unsigned Size = Record.size(); local
2452 unsigned Size = Record.size(); local
2634 Value *Size = getFnValueByID(Record[1], Type::getInt32Ty(Context)); local
2669 Value *Size = getFnValueByID(Record[OpNum++], OpTy); local
[all...]

Completed in 241 milliseconds

12