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

1 2 3 4 5 6 78 91011>>

  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 38 // Returns the size of the file (in bytes).
39 virtual off_t Size();
48 // True if size has been computed.
50 // The size of the file.
in_memory_wrapper_input.h 30 InMemoryWrapperInput(const char* buffer, size_t size);
38 // Returns the size of the buffer (in bytes).
39 virtual off_t Size();
50 // The size of the buffer.
wrapper_input.h 40 // Returns the size of the input (in bytes).
41 virtual off_t Size() = 0;
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 45 protected Size mCurrentPreviewSize;
47 protected Size mCurrentPhotoSize;
61 protected Size mExifThumbnailSize;
125 (src.mCurrentPreviewSize == null ? null : new Size(src.mCurrentPreviewSize));
128 (src.mCurrentPhotoSize == null ? null : new Size(src.mCurrentPhotoSize));
222 * @return The current preview size.
224 public Size getCurrentPreviewSize() {
225 return new Size(mCurrentPreviewSize);
229 * @param previewSize The size to use for preview.
232 public boolean setPreviewSize(Size previewSize)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceSurfaceTextureNexus4Impl.java 22 import com.android.camera.util.Size;
33 * 1) For any 16x9 resolution, the largest 4:3 preview size will be chosen for
43 private static final Size LARGEST_4x3_PREVIEW_SIZE_NEXUS4 = new Size(1280, 960);
67 public void setPreviewSize(Size previewSize) {
80 // preview size but pass in 16:9 aspect ratio in
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schedule.h 23 ULONG Size;
  /art/runtime/
reference_table_test.cc 42 EXPECT_EQ(0U, rt.Size());
47 EXPECT_EQ(0U, rt.Size());
51 EXPECT_EQ(0U, rt.Size());
56 EXPECT_EQ(1U, rt.Size());
67 EXPECT_EQ(i + 2, rt.Size());
86 EXPECT_EQ(10U, rt.Size());
95 EXPECT_EQ(9 - i, rt.Size());
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
CameraHelper.java 47 * @return Best match camera video size to fit in the view.
49 public static Camera.Size getOptimalVideoSize(List<Camera.Size> supportedVideoSizes,
50 List<Camera.Size> previewSizes, int w, int h) {
57 List<Camera.Size> videoSizes;
63 Camera.Size optimalSize = null;
72 // Try to find a video size that matches aspect ratio and the target view size.
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
75 for (Camera.Size size : videoSizes)
    [all...]
  /external/llvm/lib/MC/
MCRegisterInfo.cpp 52 return SubRegIdxRanges[Idx].Size;
63 unsigned Size = isEH ? EHL2DwarfRegsSize : L2DwarfRegsSize;
66 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
67 if (I == M+Size || I->FromReg != RegNum)
74 unsigned Size = isEH ? EHDwarf2LRegsSize : Dwarf2LRegsSize;
77 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
78 assert(I != M+Size && I->FromReg == RegNum && "Invalid RegNum");
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PreviewTransformCalculator.java 21 import com.android.camera.util.Size;
41 * @param previewViewSize The TextureView current layout size.
42 * @param previewStreamSize The selected preview video stream size.
45 public Matrix toTransformMatrix(Size previewViewSize, Size previewStreamSize) {
51 Size previewBufferSize = previewStreamSize;
54 previewBufferSize = new Size(previewStreamSize.height(), previewStreamSize.width());
87 Size rotatedPreviewSize = previewStreamSize;
89 rotatedPreviewSize = new Size(previewStreamSize.height(), previewStreamSize.width());
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 29 import com.android.camera.util.Size;
58 public Size large;
59 public Size medium;
60 public Size small;
64 * returns the camera size it represents. <br/>
70 * @param sizeSetting the preference string to convert to a size
72 * @return the size that this setting represents
74 public Size getFromSetting(String sizeSetting, List<Size> supportedSizes) {
82 Size desiredSize = sizeFromSettingString(sizeSetting)
377 Size size = sortedSizes.get(i); local
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 142 unsigned Size;
145 Location() : Type(Unprocessed), Size(0), Reg(0), Offset(0) {}
146 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset)
147 : Type(Type), Size(Size), Reg(Reg), Offset(Offset) {}
153 unsigned short Size;
155 LiveOutReg() : Reg(0), DwarfRegNum(0), Size(0) {}
157 unsigned short Size)
158 : Reg(Reg), DwarfRegNum(DwarfRegNum), Size(Size) {}
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 448 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
453 Size = 1;
457 Size = 0;
458 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts);
479 /// takes that range and assigns it to the token as its location and size. In
508 // returning it and its size. If the lexer decides that this character is
531 unsigned Size = 0;
532 char C = getCharAndSizeSlow(Ptr, Size, &Tok);
533 Ptr += Size;
541 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 47 uptr Size() const {
62 EnsureSize(Size() + 1);
69 EnsureSize(Size() + 1);
80 void Resize(uptr size) {
81 if (size == 0) {
85 uptr old_size = Size();
86 EnsureSize(size);
87 if (old_size < size) {
88 for (uptr i = old_size; i < size; i++)
99 void EnsureSize(uptr size) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 16 UInt64 Size;
27 bool AreReparseData() const { return ReparseData.Size() != 0 || ReparseData2.Size() != 0; }
91 int GetNumFolders() const { return Prefixes.Size(); }
112 UInt64 Size;
  /external/opencv3/modules/cudaarithm/test/
test_buffer_pool.cpp 62 GpuMat buf0 = pool.getBuffer(Size(640, 480), CV_8UC1);
67 GpuMat buf1 = pool.getBuffer(Size(640, 480), CV_8UC1);
76 GpuMat buf2 = pool.getBuffer(Size(1280, 1024), CV_32SC1);
87 EXPECT_MAT_NEAR(Mat(Size(640, 480), CV_8UC1, Scalar::all(1)), dst_1, 0.0);
88 EXPECT_MAT_NEAR(Mat(Size(1280, 1024), CV_32SC1, Scalar::all(2)), dst_2, 0.0);
  /external/opencv3/modules/imgproc/test/ocl/
test_filters.cpp 61 int, // kernel size
62 Size, // dx, dy
69 Size size; local
81 size = GET_PARAM(2);
93 Size roiSize = randomSize(minSize, MAX_VALUE);
176 int dx = size.width, dy = size.height;
197 int dx = size.width, dy = size.height
    [all...]
test_match_template.cpp 79 Size image_roiSize = randomSize(2, 100);
80 Size templ_roiSize = Size(randomInt(1, image_roiSize.width), randomInt(1, image_roiSize.height));
81 Size result_roiSize = Size(image_roiSize.width - templ_roiSize.width + 1,
  /external/opencv3/modules/imgproc/perf/opencl/
perf_filters.cpp 55 typedef tuple<Size, MatType, int> FilterParams;
66 const Size srcSize = get<0>(params);
75 OCL_TEST_CYCLE() cv::blur(src, dst, Size(ksize, ksize), Point(-1, -1), bordertype);
82 typedef tuple<Size, MatType, Size> SqrBoxFilterParams;
87 OCL_PERF_ENUM(Size(3, 3), Size(20, 3), Size(3, 20), Size(20, 20))))
90 const Size srcSize = get<0>(params), ksize = get<2>(params)
    [all...]

Completed in 1985 milliseconds

1 2 3 4 5 6 78 91011>>