/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/ |
gslice_array.pass.cpp | 34 typedef std::valarray<std::size_t> strides; typedef 36 strides(st, sizeof(st)/sizeof(st[0])))] 38 strides(st, sizeof(st)/sizeof(st[0])))];
|
valarray.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/ |
addition.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] += v2;
|
and.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] &= v2;
|
divide.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] /= v2;
|
modulo.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] %= v2;
|
multiply.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] *= v2;
|
or.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] |= v2;
|
subtraction.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] -= v2;
|
xor.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] ^= v2;
|
shift_left.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] <<= v2;
|
shift_right.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] >>= v2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/ |
assign_value.pass.cpp | 29 typedef std::valarray<std::size_t> strides; typedef 31 strides(st, sizeof(st)/sizeof(st[0])))] = 51;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/ |
gslice_array_assign.pass.cpp | 29 typedef std::valarray<std::size_t> strides; typedef 32 strides(st, sizeof(st)/sizeof(st[0])))];
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/ |
gslice_array.pass.cpp | 29 typedef std::valarray<std::size_t> strides; typedef 31 strides(st, sizeof(st)/sizeof(st[0])))]);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/ |
gslice_const.pass.cpp | 32 typedef std::valarray<std::size_t> strides; typedef 34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
|
gslice_non_const.pass.cpp | 29 typedef std::valarray<std::size_t> strides; typedef 31 strides(st, sizeof(st)/sizeof(st[0])))]);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.h | 65 int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local 71 setup_pred_plane(&pd->dst, buffers[i], strides[i], mi_row, mi_col, NULL, 84 int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local 89 setup_pred_plane(&pd->pre[i], buffers[j], strides[j],
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 73 * @param strides (Optional) Row bytes of each image plane. If yuv contains padding, the stride 74 * of each image must be provided. If strides is null, the method assumes no 79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { 96 if (strides == null) { 99 mStrides = strides; 200 int[] strides = null; local 202 strides = new int[] {width, width}; 203 return strides; 207 strides = new int[] {width * 2}; 208 return strides; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_regions.h | 173 uint32_t strides[3]; member in struct:__DRIimageRec
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.h | 173 uint32_t strides[3]; member in struct:__DRIimageRec
|
/external/chromium_org/ppapi/c/private/ |
pp_content_decryptor.h | 261 int32_t strides[3]; member in struct:PP_DecryptedFrameInfo
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
YuvImageTest.java | 108 // normal case: test that default strides are returned correctly 121 assertTrue("default strides not calculated correctly", 206 int[] strides = new int[] { local 209 YuvImage image = new YuvImage(yuv, ImageFormat.NV21, width, height, strides); 231 // strides of YuvImage are calculated by adding paddings to bitmap.getWidth(). 243 int[] strides = null; local 245 strides = new int[] {stride, stride}; 247 strides = new int[] {stride * 2}; 249 image = new YuvImage(yuv, format, width, height, strides);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 495 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local 500 setup_pred_plane(&x->plane[i].src, buffers[i], strides[i], mi_row, mi_col, [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
object.h | 169 pointed to by strides in simple case.*/ 174 Py_ssize_t *strides; member in struct:bufferinfo 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of [all...] |