/frameworks/av/include/camera/ |
CameraParameters2.h | 68 void getSupportedPreviewSizes(Vector<Size> &sizes) const; 74 // getSupportedVideoSizes() returns an empty Vector of Size. 80 // empty Vector of Size. 88 void getSupportedVideoSizes(Vector<Size> &sizes) const; 89 // Retrieve the preferred preview size (width and height) in pixels 93 // Vector of Size. If getSupportedVideoSizes() returns an empty 94 // Vector of Size, the width and height returned from this method 106 void getSupportedPictureSizes(Vector<Size> &sizes) const; 123 size_t size() const { function in struct:android::CameraParameters2::OrderedKeyedVector 124 return mList.size(); [all...] |
/frameworks/av/include/media/ |
StringArray.h | 59 inline int size(void) const { return mCurrent; } function in class:android::StringArray
|
/frameworks/av/media/libmedia/ |
AudioPolicy.cpp | 73 size_t size = (size_t)parcel->readInt32(); local 74 if (size > MAX_CRITERIA_PER_MIX) { 75 size = MAX_CRITERIA_PER_MIX; 77 for (size_t i = 0; i < size; i++) { 96 size_t size = mCriteria.size(); local 97 if (size > MAX_CRITERIA_PER_MIX) { 98 size = MAX_CRITERIA_PER_MIX; 101 parcel->writeInt32(size); 102 size_t finalSize = size; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdClearMbLayer.S | 26 #define size r1 define 53 SUBS size, size, #64 57 SUBS size, size, #64
|
/frameworks/base/core/java/android/os/ |
PooledStringReader.java | 35 final int size = in.readInt(); local 36 mPool = new String[size];
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
Display.java | 32 Point size = new Point(); local 33 activity.getWindowManager().getDefaultDisplay().getSize(size); 34 return size.x;
|
/frameworks/base/tools/layoutlib/bridge/src/dalvik/system/ |
VMRuntime_Delegate.java | 36 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength; local 37 return java.lang.reflect.Array.newInstance(componentType, size); 42 int size = dataBytes / 2; local 43 return new char[size]; 45 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength; local 46 return new int[size]; 51 int size = dataBytes; local 52 return new byte[size]; 57 int size = dataBytes; local 58 return new boolean[size]; 63 int size = dataBytes \/ 2; local 66 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength; local [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FillFragment.h | 37 size_t size() const { return m_Size; } function in class:mcld::FillFragment 43 /// m_ValueSize - The size (in bytes) of \arg Value to use when filling, or 0
|
/frameworks/compile/mclinker/lib/LD/ |
LDContext.cpp | 23 pSection.setIndex(m_SectionTable.size()); 29 if (pIdx >= m_SectionTable.size()) 35 if (pIdx >= m_SectionTable.size()) 60 size_t size = m_SectionTable.size(); local 61 for (; result != size; ++result) 68 if (pIdx >= m_SymTab.size()) 74 if (pIdx >= m_SymTab.size()) 81 size_t size = m_SymTab.size(); local 90 size_t size = m_SymTab.size(); local [all...] |
/frameworks/compile/mclinker/lib/Script/ |
ScriptReader.cpp | 46 size_t size = input.memArea()->size(); local 47 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size);
|
/frameworks/compile/mclinker/lib/Support/ |
LEB128.cpp | 18 size_t size = 0; local 25 size++; 28 return size; 68 size_t size = 0; local 82 size++; 85 return size; 181 * version like decode() to save the code size.
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLA25Stub.cpp | 78 size_t MipsLA25Stub::size() const { function in class:mcld::MipsLA25Stub
|
/frameworks/compile/mclinker/unittests/ |
DirIteratorTest.cpp | 50 size_t size = 0; local 53 size = entry.path()->native().size(); 54 ASSERT_TRUE(size != 0);
|
/frameworks/minikin/libs/minikin/ |
MinikinInternal.h | 67 size_t size() const { function in class:android::HbBlob
|
/frameworks/minikin/tests/ |
LayoutUtilsTest.cpp | 28 size_t size = 0U; local 30 ParseUnicode(buf, BUF_SIZE, query_str, &size, &expected_breakpoint); 32 getNextWordBreakForCache(buf, offset_in, size)) 40 size_t size = 0U; local 42 ParseUnicode(buf, BUF_SIZE, query_str, &size, &expected_breakpoint); 44 getPrevWordBreakForCache(buf, offset_in, size))
|
/frameworks/native/libs/diskusage/ |
dirsize.c | 32 int64_t size = 0; local 57 size += stat_size(&s); 61 size += calculate_dir_size(subfd); 65 size += stat_size(&s); 70 return size;
|
/frameworks/native/libs/ui/ |
FrameStats.cpp | 28 size_t size = timestampSize; local 29 size += 3 * desiredPresentTimesNano.size() * timestampSize; 31 return size; 34 status_t FrameStats::flatten(void* buffer, size_t size) const { 35 if (size < getFlattenedSize()) { 41 size_t frameCount = desiredPresentTimesNano.size(); 57 status_t FrameStats::unflatten(void const* buffer, size_t size) { 60 if (size < timestampSize) { 65 size_t frameCount = (size - timestampSize) / (3 * timestampSize) [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
viddec_pm_parse.h | 10 uint32_t size; /* size pointed to by buf */ member in struct:__anon29756
|
/hardware/intel/common/libwsbm/src/ |
wsbm_mm.h | 59 unsigned long size; member in struct:_WsbmMMNode 64 unsigned long size, 68 unsigned long size, 73 unsigned long size);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_frame_buffers.h | 23 size_t size; member in struct:InternalFrameBuffer 40 // |min_size| is the minimum size in bytes needed to decode the next frame.
|
/hardware/libhardware/include/hardware/ |
bt_gatt.h | 30 size_t size; member in struct:__anon30678 42 size_t size; member in struct:__anon30679
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg_ionbuf.h | 43 size_t size; member in struct:__anon31783
|
/hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg_ionbuf.h | 43 size_t size; member in struct:__anon32444
|
/hardware/qcom/display/msm8084/libqdutils/ |
qd_utils.cpp | 70 int size; local 90 size = (int)read(edidFile, (char*)buffer, EDID_RAW_DATA_SIZE); 92 return size;
|
/hardware/qcom/display/msm8996/libqdutils/ |
qdMetaData.cpp | 53 unsigned long size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local 54 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, 97 if(munmap(base, size)) 117 unsigned long size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local 118 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, 162 if(munmap(base, size)) 182 unsigned long size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local 184 void *base_src = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, 191 void *base_dst = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, 198 memcpy(base_dst, base_src, size); [all...] |