/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 35 self.assertEqual(v.strides, None) 62 self.assertEqual(v.strides, None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 35 self.assertEqual(v.strides, None) 62 self.assertEqual(v.strides, None)
|
/external/libyuv/files/source/ |
convert.cc | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
si_state_streamout.c | 39 unsigned *strides = ctx->vs_shader_so_strides; 67 t[i]->stride = strides[i]; 75 cs->buf[cs->cdw++] = strides[i] >> 2; /* VTX_STRIDE (in DW) */
|
r600_buffer.c | 66 /* Note strides are zero, this is ok for buffers, but not for
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state_streamout.c | 39 unsigned *strides = ctx->vs_shader_so_strides; 67 t[i]->stride = strides[i]; 75 cs->buf[cs->cdw++] = strides[i] >> 2; /* VTX_STRIDE (in DW) */
|
r600_buffer.c | 66 /* Note strides are zero, this is ok for buffers, but not for
|
/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/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 15 /** vpx_img_wrap() doesn't allow specifying independent strides for
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.h | 173 uint32_t strides[3]; member in struct:__DRIimageRec
|
/external/chromium_org/cc/scheduler/ |
texture_uploader.cc | 225 // Strides not equal, so do a row-by-row memcpy from the 309 // Strides not equal, so do a row-by-row memcpy from the
|
/external/chromium_org/media/base/ |
video_frame.h | 269 // Array of strides for each plane, typically greater or equal to the width 271 // strides can be negative.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource_buffer.c | 81 /* Note strides are zero, this is ok for buffers, but not for
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 86 /* Note strides are zero, this is ok for buffers, but not for
|
/external/libyuv/files/include/libyuv/ |
mjpeg_decoder.h | 48 const int* strides,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource_buffer.c | 81 /* Note strides are zero, this is ok for buffers, but not for
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 86 /* Note strides are zero, this is ok for buffers, but not for
|
/frameworks/av/include/media/stagefright/ |
YUVImage.h | 23 // Currently does not support variable strides.
|
/frameworks/base/media/java/android/media/ |
Image.java | 73 * <td>Compressed data, so row and pixel strides are 0. To uncompress, use
|
/frameworks/base/media/jni/ |
android_media_ImageReader.cpp | 389 // Single plane, 16bpp, strides are specified in pixels, not in bytes 466 // Used for JPEG data, single plane, row and pixel strides are 0 519 // Used for JPEG data, single plane, row and pixel strides are 0 531 // In native side, strides are specified in pixels, not in bytes.
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
MultiPartSmsTests.java | 81 // +" With Tarquin's ravishing strides, towards his design"
|
/external/chromium_org/media/cdm/ppapi/ |
cdm_wrapper.cc | 433 // Array of strides for each plane, typically greater or equal to the width 435 // strides can be negative. [all...] |
/external/eigen/Eigen/src/Core/products/ |
TriangularSolverMatrix.h | 98 // and the remaining small part T2k which is processed using gebp with appropriate block strides 274 actual_kc, actual_kc, // strides
|
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 69 * and that any nontrivial strides don't break the alignment). In the dynamic-size case, 70 * there is no such condition on the total size and strides, so it might not be possible to access
|
/external/ceres-solver/include/ceres/ |
dynamic_autodiff_cost_function.h | 171 // Evaluate all of the strides. Each stride is a chunk of the derivative to
|