HomeSort by relevance Sort by last modified time
    Searched full:padded (Results 51 - 75 of 895) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
aio_abi.h 46 #define PADDED(x,y) x, y
49 #define PADDED(x,y) y, x
56 __u32 PADDED(aio_key, aio_reserved1);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
image_and_kernel.rsh 6 // width-by-height is the dimension of a padded image with a margin.
layered_filter_fast_f32.rs 10 // for invalid pixels, e.g., padded pixels around image boundary.
31 // Image size of padded images: g_sharp_image and g_fuzzy_image.
42 // back-most to the focal depth. This image buffer is padded.
60 // generate the final result. This image buffer is padded.
95 // padded with margin. Initialize other fields.
98 // Maps (x,y) to the padded image coordinate system.
134 // Maps (x,y) to the padded image coordinate system.
206 // Maps (x,y) to the padded image coordinate system.
230 // Maps (x,y) to the padded image coordinate system.
255 // Maps (x,y) to the padded image coordinate system
    [all...]
  /external/llvm/test/Bitcode/
padding.test 4 A file padded with '\n' can be produced under a peculiar situation:
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 6 # Test that an instruction near a bundle end gets properly padded
  /external/opencv3/samples/cpp/tutorial_code/core/discrete_fourier_transform/
discrete_fourier_transform.cpp 30 Mat padded; //expand input image to optimal size
33 copyMakeBorder(I, padded, 0, m - I.rows, 0, n - I.cols, BORDER_CONSTANT, Scalar::all(0));
35 Mat planes[] = {Mat_<float>(padded), Mat::zeros(padded.size(), CV_32F)};
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
image_and_kernel.rsh 6 // width-by-height is the dimension of a padded image with a margin.
layered_filter_fast_f32.rs 10 // for invalid pixels, e.g., padded pixels around image boundary.
31 // Image size of padded images: g_sharp_image and g_fuzzy_image.
42 // back-most to the focal depth. This image buffer is padded.
60 // generate the final result. This image buffer is padded.
95 // padded with margin. Initialize other fields.
98 // Maps (x,y) to the padded image coordinate system.
134 // Maps (x,y) to the padded image coordinate system.
206 // Maps (x,y) to the padded image coordinate system.
230 // Maps (x,y) to the padded image coordinate system.
255 // Maps (x,y) to the padded image coordinate system
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue11925.go 6 // padded by the Go compiler.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue11925.go 6 // padded by the Go compiler.
  /external/toybox/tests/
cpio.test 27 # files are padded to n*4, names are padded to 2 + n*4 due to the header length
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2FrameLoggerTest.java 106 "PADDED",
107 "END_STREAM|PADDED",
111 "END_STREAM|END_HEADERS|PADDED",
139 "END_STREAM|PRIORITY|PADDED",
143 "END_STREAM|END_HEADERS|PRIORITY|PADDED",
  /external/kernel-headers/original/uapi/linux/
aio_abi.h 66 #define PADDED(x,y) x, y
68 #define PADDED(x,y) y, x
82 __u32 PADDED(aio_key, aio_reserved1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 65 * It is the number of bits that each scanline is padded to. */
71 * It is the number of bits that each scanline is padded to. */
76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)

Completed in 1221 milliseconds

1 23 4 5 6 7 8 91011>>