HomeSort by relevance Sort by last modified time
    Searched refs:Size (Results 226 - 250 of 2560) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/java/android/media/
ImageUtils.java 22 import android.util.Size;
80 * images with same properties (format, size, etc.). The data from the
110 Size srcSize = new Size(src.getWidth(), src.getHeight());
111 Size dstSize = new Size(dst.getWidth(), dst.getHeight());
113 throw new IllegalArgumentException("source image size " + srcSize + " is different"
114 + " with " + "destination image size " + dstSize);
148 Size effectivePlaneSize = getEffectivePlaneSizeForImage(src, i);
172 * Return the estimated native allocation size in bytes based on width, height, format
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 19 bindInfo.BindPairs.ClearAndSetSize(folder.BindPairs.Size());
21 for (i = 0; i < folder.BindPairs.Size(); i++)
28 bindInfo.Coders.ClearAndSetSize(folder.Coders.Size());
29 bindInfo.CoderMethodIDs.ClearAndSetSize(folder.Coders.Size());
32 for (i = 0; i < folder.Coders.Size(); i++)
43 bindInfo.InStreams.ClearAndSetSize(folder.PackStreams.Size());
44 for (i = 0; i < folder.PackStreams.Size(); i++)
63 if (a1.Coders.Size() != a2.Coders.Size())
66 for (i = 0; i < a1.Coders.Size(); i++)
242 size_t size = props.Size(); local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 38 uptr Size() const;
64 uptr MutexSet::Size() const { return 0; }
  /external/elfutils/tests/
run-readelf-z.sh 27 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
28 [Compression Size Al]
49 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
50 [Compression Size Al]
72 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
73 [Compression Size Al]
94 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
95 [Compression Size Al]
117 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
118 [Compression Size Al
    [all...]
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 29 /// (sum(use freq) + sum(def freq)) / (K + size)
33 /// @param Size Size of live interval as returnexd by getSize()
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size,
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
  /external/llvm/lib/Object/
RecordStreamer.h 36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
38 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.h 33 void HexagonMCEmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
36 void HexagonMCEmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 28 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
57 unsigned Size;
  /external/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 46 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
50 StringRef Input((const char *)Data, Size);
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 17 UInt64 Size;
31 void SetSize(const UInt64 *size)
33 if (size == 0)
38 Size = *size;
  /external/lzma/CPP/Windows/
CommonDialog.cpp 27 unsigned Size;
29 CDoubleZeroStringListA(LPSTR buf, unsigned size): Buf(buf), Size(size) {}
37 if (len >= Size)
41 Size -= len;
50 unsigned Size;
52 CDoubleZeroStringListW(LPWSTR buf, unsigned size): Buf(buf), Size(size) {}
    [all...]
  /external/mesa3d/src/egl/main/
eglarray.h 44 EGLint Size;
69 _eglFilterArray(_EGLArray *array, void **data, EGLint size,
74 _eglFlattenArray(_EGLArray *array, void *buffer, EGLint elem_size, EGLint size,
81 return (array) ? array->Size : 0;
  /external/mesa3d/src/mesa/vbo/
vbo_context.c 61 /* Size will have to be determined at runtime:
63 cl->Size = check_size(ctx->Current.Attrib[i]);
70 cl->_ElementSize = cl->Size * sizeof(GLfloat);
90 cl->Size = 1;
97 cl->_ElementSize = cl->Size * sizeof(GLfloat);
121 /* Size is fixed for the material attributes, for others will
127 cl->Size = 1;
131 cl->Size = 3;
134 cl->Size = 4;
144 cl->_ElementSize = cl->Size * sizeof(GLfloat)
    [all...]
  /external/opencv3/modules/core/perf/opencl/
perf_usage_flags.cpp 15 typedef TestBaseWithParam<std::tr1::tuple<cv::Size, bool> > UsageFlagsBoolFixture;
19 Size sz = get<0>(GetParam());
  /external/opencv3/modules/core/perf/
perf_merge.cpp 9 typedef std::tr1::tuple<Size, MatType, int> Size_SrcDepth_DstChannels_t;
21 Size sz = get<0>(GetParam());
perf_split.cpp 9 typedef std::tr1::tuple<Size, MatType, int> Size_Depth_Channels_t;
21 Size sz = get<0>(GetParam());
  /external/opencv3/modules/cudaimgproc/test/
test_histogram.cpp 52 PARAM_TEST_CASE(HistEven, cv::cuda::DeviceInfo, cv::Size)
55 cv::Size size; local
60 size = GET_PARAM(1);
68 cv::Mat src = randomMat(size, CV_8UC1);
96 PARAM_TEST_CASE(CalcHist, cv::cuda::DeviceInfo, cv::Size)
100 cv::Size size; local
105 size = GET_PARAM(1);
113 cv::Mat src = randomMat(size, CV_8UC1)
143 cv::Size size; local
182 cv::Size size; local
    [all...]
  /external/opencv3/modules/imgproc/perf/
perf_bilateral.cpp 12 typedef TestBaseWithParam< tr1::tuple<Size, int, Mat_Type> > TestBilateralFilter;
16 Values( szVGA, sz1080p ), // image size
22 Size sz;
perf_histogram.cpp 10 typedef tr1::tuple<Size, MatType> Size_Source_t;
12 typedef TestBaseWithParam<Size> TestMatSize;
22 Size size = get<0>(GetParam()); local
24 Mat source(size.height, size.width, type);
51 Size size = get<0>(GetParam()); local
53 Mat source(size.height, size.width, type)
79 Size size = get<0>(GetParam()); local
107 Size size = GetParam(); local
129 const Size size = get<0>(GetParam()); local
    [all...]
perf_moments.cpp 17 typedef std::tr1::tuple<Size, MatDepth, bool> MomentsParams_t;
27 const Size srcSize = get<0>(params);
  /external/opencv3/modules/imgproc/test/
test_imgproc_umat.cpp 62 resize(gray, smallimg, Size(), 0.75, 0.75, INTER_LINEAR);
66 resize(ugray, usmallimg, Size(), 0.75, 0.75, INTER_LINEAR);
test_pc.cpp 66 Mat r1 = Mat::ones(Size(129, 128), CV_64F);
67 Mat r2 = Mat::ones(Size(129, 128), CV_64F);
77 createHanningWindow(hann, r1.size(), CV_64F);
  /external/opencv3/modules/stitching/perf/opencl/
perf_warpers.cpp 63 explicit WarperBase(int type, Size srcSize)
86 Rect buildMaps(Size src_size, OutputArray xmap, OutputArray ymap) const
103 typedef tuple<Size, WarperType> StitchingWarpersParams;
106 static void prepareWarperSrc(InputOutputArray src, Size srcSize)
110 ellipse(src, Point(srcSize.width/2, srcSize.height/2), Size(srcSize.width/2, srcSize.height/2),
112 ellipse(src, Point(srcSize.width/2, srcSize.height/2), Size(srcSize.width/3, srcSize.height/3),
121 const Size srcSize = get<0>(params);
136 const Size srcSize = get<0>(params);
150 std::cout << dst.size() << " " << dst.size().area() << std::endl
    [all...]
  /external/opencv3/modules/videoio/perf/
perf_output.cpp 28 25, cv::Size(image.cols, image.rows), isColor);
31 25, cv::Size(image.cols, image.rows), isColor);
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
Pyramids.cpp 56 { pyrUp( tmp, dst, Size( tmp.cols*2, tmp.rows*2 ) );
60 { pyrDown( tmp, dst, Size( tmp.cols/2, tmp.rows/2 ) );

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>