HomeSort by relevance Sort by last modified time
    Searched refs:Size (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/chromium/base/gfx/
size.cc 5 #include "base/gfx/size.h"
19 Size::Size(int width, int height) {
25 Size::Size(const CGSize& s) {
30 Size& Size::operator=(const CGSize& s) {
38 SIZE Size::ToSIZE() const {
39 SIZE s
    [all...]
size.h 13 typedef struct tagSIZE SIZE;
21 // A size has width and height values.
23 class Size {
25 Size() : width_(0), height_(0) {}
26 Size(int width, int height);
28 explicit Size(const CGSize& s);
31 ~Size() {}
34 Size& operator=(const CGSize& s);
55 bool operator==(const Size& s) const {
59 bool operator!=(const Size& s) const
    [all...]
rect.h 18 #include "base/gfx/size.h"
40 Rect(const gfx::Point& origin, const gfx::Size& size);
67 const gfx::Size& size() const { return size_; } function in class:gfx::Rect
68 void set_size(const gfx::Size& size) { size_ = size; }
158 gfx::Size size_;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 25 * Description : Initializes the instance distribution and memory size calculation function
40 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;
66 * Returns : The instance memory size
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 40 enum Size {
103 new EnumMap(Size.Big.getClass());
130 EnumMap enumSizeMap = new EnumMap(Size.class);
132 Size.Big, 2));
134 enumSizeMap.get(Size.Big));
142 enumSizeMap = new EnumMap(Size.Middle.getClass());
144 Size.Small, 1));
146 enumSizeMap.get(Size.Small));
188 enumMap.put(Size.Middle, 2);
241 hashColorMap.put(Size.Big, 3)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h 31 LVM_UINT32 TotalSize; /* Accumulative total memory size */
45 * Description : Initializes the instance distribution and memory size calculation function
55 Size - The size in bytes of the new added member
63 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size );
68 * Returns : The instance memory size
69 * Description : This functions returns the calculated instance memory size
76 LVM_UINT32 Size[],
80 LVM_UINT32 Size[],
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osmemapi.c 63 __u32 size; member in struct:os_mem_block
81 Size - Specifies the size, in bytes, to be allocated.
94 UINT32 Size
98 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32);
101 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
103 if( total_size < Size ) { /* Dm: Security fix */
137 blk->size = Size;
161 Size - Specifies the size, in bytes, to be allocated
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
IntSizeHaiku.cpp 31 #include <Size.h>
36 IntSize::IntSize(const BSize& size)
37 : m_width(size.IntegerWidth())
38 , m_height(size.IntegerHeight())
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 66 __u32 size; member in struct:os_mem_block
84 Size - Specifies the size, in bytes, to be allocated.
97 TI_UINT32 Size
101 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32);
105 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
147 blk->size = Size;
161 Size - Length in bytes of each element
171 TI_UINT32 Size
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 66 __u32 size; member in struct:os_mem_block
84 Size - Specifies the size, in bytes, to be allocated.
97 TI_UINT32 Size
101 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32);
104 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
147 blk->size = Size;
161 Size - Length in bytes of each element
171 TI_UINT32 Size
    [all...]
  /external/gtest/samples/
sample3_unittest.cc 101 // Verifies that the new queue has the same size as q.
102 ASSERT_EQ(q->Size(), new_q->Size());
125 EXPECT_EQ(0, q0_.Size());
136 EXPECT_EQ(0, q1_.Size());
142 EXPECT_EQ(1, q2_.Size());
sample5_unittest.cc 174 EXPECT_EQ(0, q0_.Size());
185 EXPECT_EQ(0, q1_.Size());
191 EXPECT_EQ(1, q2_.Size());
  /external/protobuf/gtest/samples/
sample3_unittest.cc 101 // Verifies that the new queue has the same size as q.
102 ASSERT_EQ(q->Size(), new_q->Size());
125 EXPECT_EQ(0, q0_.Size());
136 EXPECT_EQ(0, q1_.Size());
142 EXPECT_EQ(1, q2_.Size());
sample5_unittest.cc 174 EXPECT_EQ(0, q0_.Size());
185 EXPECT_EQ(0, q1_.Size());
191 EXPECT_EQ(1, q2_.Size());
  /external/libvpx/vp8/common/
vfwsetting.hpp 41 Size = 16
54 long size() const;
71 mutable unsigned char m_p_data[Size];
  /external/webkit/WebKit/chromium/public/
WebSize.h 81 WebSize(const gfx::Size& s)
87 WebSize& operator=(const gfx::Size& s)
94 operator gfx::Size() const
96 return gfx::Size(width, height);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 150 UINT32 Size
157 UINT32 Size
164 UINT32 Size
187 UINT32 Size
195 UINT32 Size
202 UINT32 Size
216 UINT32 Size
223 UINT32 Size
395 UINT32 Size
402 UINT32 Size,
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
memalign.c 35 mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID)
44 MemInfo.Size = size + 1;
50 pMemop->Set(CodecID, mem_ptr, 0, size + 1);
59 MemInfo.Size = size + alignment;
66 pMemop->Set(CodecID, tmp, 0, size + alignment);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
mem_align.c 35 mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID)
44 MemInfo.Size = size + 1;
50 pMemop->Set(CodecID, mem_ptr, 0, size + 1);
59 MemInfo.Size = size + alignment;
66 pMemop->Set(CodecID, tmp, 0, size + alignment);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 185 * \param Size - Size (in bytes) to be allocated
195 void *os_memoryAlloc (TI_HANDLE OsContext,TI_UINT32 Size);
201 * \param Size - Size (in bytes) of one element
213 void *os_memoryCAlloc (TI_HANDLE OsContext, TI_UINT32 Number, TI_UINT32 Size);
249 * \param Size - Size (in bytes) to copy
257 void os_memoryCopy (TI_HANDLE OsContext, void *pDestination, void *pSource, TI_UINT32 Size);
263 * \param Size - Size (in bytes) to fre
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
osApi.h 185 * \param Size - Size (in bytes) to be allocated
195 void *os_memoryAlloc (TI_HANDLE OsContext,TI_UINT32 Size);
201 * \param Size - Size (in bytes) of one element
213 void *os_memoryCAlloc (TI_HANDLE OsContext, TI_UINT32 Number, TI_UINT32 Size);
249 * \param Size - Size (in bytes) to copy
257 void os_memoryCopy (TI_HANDLE OsContext, void *pDestination, void *pSource, TI_UINT32 Size);
263 * \param Size - Size (in bytes) to fre
    [all...]
  /frameworks/base/include/camera/
CameraParameters.h 25 struct Size {
29 Size() {
34 Size(int w, int h) {
61 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
69 void getSupportedPictureSizes(Vector<Size> &sizes) const;
80 // Preview frame size in pixels (width x height).
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 152 /* 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/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Init.c 80 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;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 22 import android.hardware.Camera.Size;
89 Size mPreviewSize;
90 List<Size> mSupportedPreviewSizes;
176 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) {
181 Size optimalSize = null;
186 // Try to find an size match aspect ratio and size
187 for (Size size : sizes)
    [all...]

Completed in 963 milliseconds

1 2 3 4 5 6