HomeSort by relevance Sort by last modified time
    Searched defs:stride (Results 51 - 75 of 568) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
gslice.h 49 * specified by three parameter sets: start offset, size array, and stride
51 * that is part of the subset. The size and stride array describe each
53 * dimension, and stride is the distance in the array between successive
54 * elements in that dimension. Each dimension's size and stride is taken
56 * size array and stride array must be the same size.
58 * For example, if you have offset==3, stride[0]==11, size[1]==3,
59 * stride[1]==3, then slice[0,0]==array[3], slice[0,1]==array[6],
101 valarray<size_t> stride() const;
141 gslice::stride() const function in class:gslice
slice_array.h 49 * specified by three parameters: start offset, size, and stride. The
52 * Stride is the distance between each successive array element to include
56 * and stride 2, the subset consists of array elements 1, 3, and 5.
69 * @param s Stride between array elements.
77 /// Return array stride of slice.
78 size_t stride() const;
83 size_t _M_st; // stride unit
105 slice::stride() const function in class:slice
201 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
slice_array.h 51 * specified by three parameters: start offset, size, and stride. The
54 * Stride is the distance between each successive array element to include
58 * and stride 2, the subset consists of array elements 1, 3, and 5.
71 * @param s Stride between array elements.
79 /// Return array stride of slice.
80 size_t stride() const;
85 size_t _M_st; // stride unit
107 slice::stride() const function in class:slice
203 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 51 * specified by three parameters: start offset, size, and stride. The
54 * Stride is the distance between each successive array element to include
58 * and stride 2, the subset consists of array elements 1, 3, and 5.
71 * @param __s Stride between array elements.
79 /// Return array stride of slice.
80 size_t stride() const;
85 size_t _M_st; // stride unit
107 slice::stride() const function in class:slice
203 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
native_window.h 47 int32_t stride; member in struct:ANativeWindow_Buffer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
slice_array.h 51 * specified by three parameters: start offset, size, and stride. The
54 * Stride is the distance between each successive array element to include
58 * and stride 2, the subset consists of array elements 1, 3, and 5.
71 * @param s Stride between array elements.
79 /// Return array stride of slice.
80 size_t stride() const;
85 size_t _M_st; // stride unit
107 slice::stride() const function in class:slice
203 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 51 * specified by three parameters: start offset, size, and stride. The
54 * Stride is the distance between each successive array element to include
58 * and stride 2, the subset consists of array elements 1, 3, and 5.
71 * @param __s Stride between array elements.
79 /// Return array stride of slice.
80 size_t stride() const;
85 size_t _M_st; // stride unit
107 slice::stride() const function in class:slice
203 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
slice_array.h 50 * specified by three parameters: start offset, size, and stride. The
53 * Stride is the distance between each successive array element to include
57 * and stride 2, the subset consists of array elements 1, 3, and 5.
70 * @param __s Stride between array elements.
78 /// Return array stride of slice.
79 size_t stride() const;
84 size_t _M_st; // stride unit
106 slice::stride() const function in class:slice
202 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /development/ndk/platforms/android-8/include/android/
bitmap.h 46 uint32_t stride; member in struct:__anon1327
  /development/ndk/platforms/android-9/include/android/
bitmap.h 45 uint32_t stride; member in struct:__anon1487
  /device/generic/goldfish/camera/
PreviewWindow.cpp 140 int stride = 0; local
141 res = mPreviewWindow->dequeue_buffer(mPreviewWindow, &buffer, &stride);
  /external/chromium_org/media/video/capture/
video_capture.h 27 stride(0),
33 int stride; member in class:media::VideoCapture::VideoFrameBuffer
  /external/chromium_org/ppapi/c/
ppb_image_data.h 93 int32_t stride; member in struct:PP_ImageDataDesc

Completed in 481 milliseconds

1 23 4 5 6 7 8 91011>>