Searched defs:Size (Results 1 - 25 of 30) 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) & (LVM_UINT32)~3); /* 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:__anon427
55 voMemInfo.Size=nSize; \
/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/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/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.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/core/java/android/util/
H A DSize.java24 public final class Size { class
26 * Create a new immutable Size instance.
31 public Size(int width, int height) { method in class:Size
72 if (obj instanceof Size) {
73 Size other = (Size) obj;
90 throw new NumberFormatException("Invalid Size: \"" + s + "\"");
100 * For any {@code Size s}: {@code Size.parseSize(s.toString()).equals(s)}.
105 * "<i>width</i>{@code *}<i>height</i>" {@code => new Size(widt
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h35 typedef uint32_t Size; typedef in class:mcld::Relocation
82 Size size(Relocator& pRelocator) const;
/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/compile/mclinker/include/mcld/LD/
H A DRelocator.h33 typedef Relocation::Size Size; typedef in class:mcld::Relocator
116 virtual Size getSize(Type pType) const = 0;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DSize.java29 public class Size { class
34 * {@link android.hardware.Camera.Size}.
39 public static List<Size> buildListFromCameraSizes(List<Camera.Size> cameraSizes) {
40 ArrayList<Size> list = new ArrayList<Size>(cameraSizes.size());
41 for (Camera.Size cameraSize : cameraSizes) {
42 list.add(new Size(cameraSize));
48 * A helper method to build a list of this class from a list of {@link android.util.Size}.
53 public static List<Size> buildListFromAndroidSize
98 public Size(int width, int height) { method in class:Size
105 public Size(Size other) { method in class:Size
118 public Size(Camera.Size other) { method in class:Size
131 public Size(android.util.Size other) { method in class:Size
144 public Size(Point p) { method in class:Size
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h189 enum { Size = SizeOfStr }; enumerator in enum:mcld::StringSizerHelper::__anon1073
192 #define STR_SIZE(str, fieldTy) StringSizerHelper<sizeof(str)-1, fieldTy>::Size
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h92 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon198
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h185 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon212
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h226 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon104
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h155 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon160
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h228 LVM_UINT32 Size; /* Region size in bytes */ member in struct:__anon178
/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:__anon131
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1363 unsigned Size = static_cast<unsigned>(CAT->getSize().getZExtValue()); local
1364 slangAssert((Size > 0) && "Constant array should have size greater than 0");
1375 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/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h111 struct Size { struct in struct:android::camera2::Parameters
364 Vector<Size> availablePreviewSizes;
365 Vector<Size> availableVideoSizes;
367 status_t getFilteredSizes(Size limit, Vector<Size> *sizes);
369 Size getMaxSizeForRatio(float ratio, const int32_t* sizeArray, size_t count);
391 Vector<Size> getAvailableJpegSizes();

Completed in 783 milliseconds

12