/external/llvm/include/llvm/Object/ |
ELF.h | 29 if (Object.size() < ELF::EI_NIDENT) 129 report_fatal_error("Invalid symbol size"); 135 uint64_t Size = Sec->sh_size; 136 if (Size % sizeof(Elf_Sym)) 137 report_fatal_error("Invalid symbol table size"); 138 return symbol_begin(Sec) + Size / sizeof(Elf_Sym); 148 report_fatal_error("Invalid relocation entry size"); 153 uint64_t Size = sec->sh_size; 154 if (Size % sizeof(Elf_Rela)) 155 report_fatal_error("Invalid relocation table size"); [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
ExtendedCameraCharacteristicsTest.java | 38 import android.util.Size; 68 private static final Size FULLHD = new Size(1920, 1080); 69 private static final Size FULLHD_ALT = new Size(1920, 1088); 70 private static final Size HD = new Size(1280, 720); 71 private static final Size VGA = new Size(640, 480); 72 private static final Size QVGA = new Size(320, 240) 1009 Size size = supportedSizes.get(i); local 1279 Size size = CameraTestUtils.getValueNotNull(c, local [all...] |
/external/opencv3/modules/core/test/ |
test_umat.cpp | 52 #define UMAT_TEST_SIZES testing::Values(cv::Size(1, 1), cv::Size(1,128), cv::Size(128, 1), \ 53 cv::Size(128, 128), cv::Size(640, 480), cv::Size(751, 373), cv::Size(1200, 1200)) 57 PARAM_TEST_CASE(UMatBasicTests, int, int, Size, bool) 64 Size size; local 274 Size size; local 362 Size size; local 437 Size size; local 486 Size size; local [all...] |
/external/opencv3/modules/cudaarithm/perf/ |
perf_element_operations.cpp | 58 const cv::Size size = GET_PARAM(0); local 61 cv::Mat src1(size, depth); 64 cv::Mat src2(size, depth); 94 const cv::Size size = GET_PARAM(0); local 97 cv::Mat src(size, depth); 129 const cv::Size size = GET_PARAM(0); local 132 cv::Mat src1(size, depth) 165 const cv::Size size = GET_PARAM(0); local 200 const cv::Size size = GET_PARAM(0); local 236 const cv::Size size = GET_PARAM(0); local 271 const cv::Size size = GET_PARAM(0); local 307 const cv::Size size = GET_PARAM(0); local 342 const cv::Size size = GET_PARAM(0); local 377 const cv::Size size = GET_PARAM(0); local 413 const cv::Size size = GET_PARAM(0); local 448 const cv::Size size = GET_PARAM(0); local 476 const cv::Size size = GET_PARAM(0); local 504 const cv::Size size = GET_PARAM(0); local 536 const cv::Size size = GET_PARAM(0); local 568 const cv::Size size = GET_PARAM(0); local 603 const cv::Size size = GET_PARAM(0); local 641 const cv::Size size = GET_PARAM(0); local 679 const cv::Size size = GET_PARAM(0); local 715 const cv::Size size = GET_PARAM(0); local 747 const cv::Size size = GET_PARAM(0); local 784 const cv::Size size = GET_PARAM(0); local 823 const cv::Size size = GET_PARAM(0); local 860 const cv::Size size = GET_PARAM(0); local 899 const cv::Size size = GET_PARAM(0); local 936 const cv::Size size = GET_PARAM(0); local 976 const cv::Size size = GET_PARAM(0); local 1010 const cv::Size size = GET_PARAM(0); local 1043 const cv::Size size = GET_PARAM(0); local 1079 const cv::Size size = GET_PARAM(0); local 1114 const cv::Size size = GET_PARAM(0); local 1150 const cv::Size size = GET_PARAM(0); local 1189 const cv::Size size = GET_PARAM(0); local 1226 const cv::Size size = GetParam(); local 1259 const cv::Size size = GetParam(); local 1285 const cv::Size size = GetParam(); local 1319 const cv::Size size = GetParam(); local 1352 const cv::Size size = GET_PARAM(0); local 1388 const cv::Size size = GET_PARAM(0); local 1428 const cv::Size size = GET_PARAM(0); local 1473 const cv::Size size = GET_PARAM(0); local [all...] |
/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 48 // First and Second size parameters (or -1 if unused) 218 // The size of the malloc's result type must be known to determine array size. 281 /// getMallocArraySize - Returns the array size of a malloc call. If the 282 /// argument passed to malloc is a multiple of the size of the malloced type, 284 /// constant 1. Otherwise, return NULL for mallocs whose array size cannot be 360 // Utility functions to compute size of objects. 364 /// \brief Compute the size of the object pointed by Ptr. Returns true and the 365 /// object size in Size if successful, and false otherwise [all...] |
/frameworks/base/core/java/android/hardware/camera2/params/ |
StreamConfigurationMap.java | 31 import android.util.Size; 52 * <p>This also contains the minimum frame durations and stall durations for each format/size 178 // For each Size/FPS range, track how many FPS range/Size there are available 180 Size size = config.getSize(); local 182 Integer fpsRangeCount = mHighSpeedVideoSizeMap.get(size); 186 mHighSpeedVideoSizeMap.put(size, fpsRangeCount + 1); 266 public Size[] getInputSizes(final int format) { 333 * <p>Since not all of the above classes support output of all format and size combinations 1401 int size = formatsMap.size(); local [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.cpp | 28 folder.BindPairs.SetSize(bindInfo.BindPairs.Size());
30 for (i = 0; i < bindInfo.BindPairs.Size(); i++)
37 folder.Coders.SetSize(bindInfo.Coders.Size());
38 for (i = 0; i < bindInfo.Coders.Size(); i++)
47 folder.PackStreams.SetSize(bindInfo.InStreams.Size());
48 for (i = 0; i < bindInfo.InStreams.Size(); i++)
164 unsigned numMethods = _bindInfo.Coders.Size();
166 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
172 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
215 if (_bindInfo.OutStreams.Size() != 0) [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
RequestThreadManager.java | 34 import android.util.Size; 97 private Size mIntermediateBufferSize; 119 public final Collection<Pair<Surface, Size>> surfaces; 122 Size>> surfaces) { 331 private void configureOutputs(Collection<Pair<Surface, Size>> outputs) { 333 String outputsStr = outputs == null ? "null" : (outputs.size() + " surfaces"); 381 List<Size> previewOutputSizes = new ArrayList<>(); 382 List<Size> callbackOutputSizes = new ArrayList<>(); 387 for (Pair<Surface, Size> outPair : outputs) { 389 Size outSize = outPair.second [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2ReprocessCaptureTest.java | 35 import android.util.Size; 147 * Test all supported size and format combinations with preview. 161 Log.v(TAG, String.format("Reprocessing size format with preview: %d/%d", 226 int reprocessOutputFormat, Size previewSize, CaptureTestCase captureTestCase) 228 Size maxInputSize = getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input); 229 Size maxReprocessOutputSize = 258 * Test all input format, input size, output format, and output size combinations. 260 private void testReprocessingAllCombinations(String cameraId, Size previewSize, 266 Size[] supportedInputSizes [all...] |
/external/opencv3/modules/stitching/src/ |
warpers_cuda.cpp | 69 static void buildWarpPlaneMaps(Size src_size, Rect dst_roi, InputArray _K, InputArray _R, InputArray _T, 78 CV_Assert( K.size() == Size(3,3) && K.type() == CV_32FC1 ); 79 CV_Assert( R.size() == Size(3,3) && R.type() == CV_32FC1 ); 80 CV_Assert( (T.size() == Size(3,1) || T.size() == Size(1,3)) && T.type() == CV_32FC1 && T.isContinuous() ); 87 _map_x.create(dst_roi.size(), CV_32FC1) [all...] |
/external/opencv3/samples/cpp/ |
train_HOG.cpp | 17 void sample_neg( const vector< Mat > & full_neg_lst, vector< Mat > & neg_lst, const Size & size ); 18 Mat get_hogdescriptor_visu(const Mat& color_origImg, vector<float>& descriptorValues, const Size & size ); 19 void compute_hog( const vector< Mat > & img_lst, vector< Mat > & gradient_lst, const Size & size ); 22 void test_it( const Size & size ); 47 * TrainData is a matrix of size (#samples x max(#cols,#rows) per samples), in 32FC1. 53 const int rows = (int)train_samples.size(); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZLongBranch.cpp | 79 // The size of the block in bytes, excluding terminators. 81 uint64_t Size; 91 : Address(0), Size(0), Alignment(0), NumTerminators(0) {} 103 // The current size of the terminator in bytes. 104 uint64_t Size; 114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0), 194 Position.Address += Block.Size; 204 Position.Address += Terminator.Size; 212 Terminator.Size = TII->getInstSizeInBytes(MI); 259 // that no branches need relaxation. Return the size of the function unde [all...] |
/external/opencv3/modules/imgproc/perf/ |
perf_warp.cpp | 16 typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode> > TestWarpAffine; 17 typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode> > TestWarpPerspective; 18 typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode, MatType> > TestWarpPerspectiveNear_t; 19 typedef TestBaseWithParam< tr1::tuple<MatType, Size, InterType, BorderMode, RemapMode> > TestRemap; 31 Size sz, szSrc(512, 512); 61 Size sz, szSrc(512, 512); 93 Values( Size(640,480), Size(1920,1080), Size(2592,1944) ), 100 Size size local 148 Size size = get<1>(GetParam()); local 210 unsigned int size = 8; local [all...] |
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
CameraTooActivity.java | 37 import android.util.Size; 83 * Given {@code choices} of {@code Size}s supported by a camera, chooses the smallest one whose 88 * @return The optimal {@code Size}, or an arbitrary one if none were big enough 90 static Size chooseBigEnoughSize(Size[] choices, int width, int height) { 92 List<Size> bigEnough = new ArrayList<Size>(); 93 for (Size option : choices) { 100 if (bigEnough.size() > 0) { 103 Log.e(TAG, "Couldn't find any suitable preview size"); [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
EnumDirItems.cpp | 26 di.Size = fi.Size;
127 BOOL res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(Byte *)TempSecureBuf, (DWORD)TempSecureBuf.Size(), &secureSize);
132 if (secureSize > TempSecureBuf.Size())
140 if (secureSize <= TempSecureBuf.Size())
145 res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(Byte *)TempSecureBuf, (DWORD)TempSecureBuf.Size(), &secureSize);
148 if (secureSize != TempSecureBuf.Size())
273 unsigned numItems = dirItems.Items.Size();
277 if (numItems == dirItems.Items.Size())
313 fi2.Size = si.Size; [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
CameraVideoActivity.java | 24 import android.hardware.Camera.Size; 85 private List<Size> mPreviewSizes; 86 private Size mNextPreviewSize; 87 private Size mPreviewSize; 358 Log.v(TAG, "onItemSelected: setting preview size " 501 private Size findRecordSize(int cameraId) { 523 Size recordSize = null; 524 for (int i = 0; i < qualityList.size(); i++) { 526 recordSize = mCamera.new Size(qualityList.get(i).width, 534 failTest("Cannot find video size"); [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
Camera2SurfaceViewTestCase.java | 45 import android.util.Size; 102 protected Size mPreviewSize; 103 protected List<Size> mOrderedPreviewSizes; // In descending order. 104 protected List<Size> m1080pBoundedOrderedPreviewSizes; // In descending order. 105 protected List<Size> mOrderedVideoSizes; // In descending order. 106 protected List<Size> mOrderedStillSizes; // In descending order. 107 protected HashMap<Size, Long> mMinPreviewFrameDurationMap; 161 * Start camera preview by using the given request, preview size and capture 170 * @param previewSz The size of the camera device output preview stream. 174 protected void startPreview(CaptureRequest.Builder request, Size previewSz [all...] |
/external/jhead/ |
jpgfile.c | 109 // Check sections array to see if it needs to be increased in size. 173 Sections[SectionsRead].Size = itemlen; 201 int cp, ep, size; local 208 size = ep-cp; 209 Data = (uchar *)malloc(size); 216 got = fread(Data, 1, size, infile); 217 if (got != size){ 226 Sections[SectionsRead].Size = size; 306 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen) 398 int size; local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
Camera2SurfaceViewTestCase.java | 52 import android.util.Size; 124 protected Size mPreviewSize; 125 protected List<Size> mOrderedPreviewSizes; // In descending order. 126 protected List<Size> mOrderedVideoSizes; // In descending order. 127 protected List<Size> mOrderedStillSizes; // In descending order. 128 protected List<Size> mOrderedRAW10Sizes; // In descending order. 129 protected List<Size> mOrderedYUV420888Sizes; // In descending order. 130 protected HashMap<Size, Long> mMinPreviewFrameDurationMap; 201 * Start camera preview by using the given request, preview size and capture 210 * @param previewSz The size of the camera device output preview stream [all...] |
/art/runtime/utils/ |
dex_cache_arrays_layout.h | 48 return Size() != 0u; 51 size_t Size() const {
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
ScriptYuvMeans2dTo1d.java | 23 import android.util.Size; 45 new Size(inputInfo.getSize().getHeight(), /*height*/1));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 24 import android.hardware.Camera.Size; 166 Size mPreviewSize; 167 List<Size> mSupportedPreviewSizes; 267 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) { 272 Size optimalSize = null; 277 // Try to find an size match aspect ratio and size 278 for (Size size : sizes) [all...] |
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
CameraFragment.java | 26 import android.hardware.Camera.Size; 175 Size mPreviewSize; 176 List<Size> mSupportedPreviewSizes; 286 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) { 292 Size optimalSize = null; 297 // Try to find an size match aspect ratio and size 298 for (Size size : sizes) [all...] |
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 75 ModuleInfo() : File(), Size(), ModTime() { } 83 /// \brief Size of the module file at the time the global index was built. 84 off_t Size;
|
/external/clang/test/SemaTemplate/ |
attributes.cpp | 10 int check_failed[X ? 1 : -1]; // expected-error {{array with a negative size}} 22 template<unsigned Size, unsigned Align> 25 __attribute__((aligned(Align))) char storage[Size]; 32 static_assert(sizeof(t) == sizeof(T), "my_aligned_storage size wrong");
|