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

1 2 3 4 5 6 78 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 41 img->stride[VPX_PLANE_Y] = yv12->y_stride;
42 img->stride[VPX_PLANE_U] = yv12->uv_stride;
43 img->stride[VPX_PLANE_V] = yv12->uv_stride;
44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride;
73 yv12->y_stride = img->stride[VPX_PLANE_Y];
74 yv12->uv_stride = img->stride[VPX_PLANE_U];
75 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0;
77 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
BaseRenderScriptComparer.java 16 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
24 Allocation given, int offset, int stride, int width, int height,
28 Allocation given, int offset, int stride, int width, int height,
35 return verifySameRowsRS(resources, ideal, given, offset, stride, width, height,
ExactComparer.java 36 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
42 int index = indexFromXAndY(x, y, stride, offset);
60 Allocation given, int offset, int stride, int width, int height,
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraAllocator.h 45 size_t size, int stride, int scanline, uint8_t &bufferCnt) = 0;
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraAllocator.h 45 size_t size, int stride, int scanline, uint8_t &bufferCnt) = 0;
  /external/aac/libFDK/include/
qmf.h 173 UCHAR p_stride; /*!< Stride Factor of polyphase filters */
185 const int stride, /*!< Stride factor of audio data */
196 const int stride, /*!< Stride factor of audio data */
214 const int stride, /*!< stride factor of input */
233 const int stride,
  /external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py 20 sample_size_kb, random, stride):
32 random: a boolean which specifies whether a regular stride is used or
34 stride: power of two size integer for a stride between pointers
44 stride)
82 sample_size_kb=[ int(2), int(192) ], random=False, stride=512):
84 sample_size_kb, random, stride)
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.hpp 113 int stride; //!< Number of bytes two consecutive elements differ by. Zero works as in GL. Valid range is [0, inf). member in struct:rr::VertexAttrib
121 , stride (0)
130 , stride (stride_)
140 , stride (0)
  /external/libvpx/libvpx/test/
dct16x16_test.cc 237 typedef void (*FdctFunc)(const int16_t *in, tran_low_t *out, int stride);
238 typedef void (*IdctFunc)(const tran_low_t *in, uint8_t *out, int stride);
239 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride,
241 typedef void (*IhtFunc)(const tran_low_t *in, uint8_t *out, int stride,
249 void fdct16x16_ref(const int16_t *in, tran_low_t *out, int stride,
251 vpx_fdct16x16_c(in, out, stride);
254 void idct16x16_ref(const tran_low_t *in, uint8_t *dest, int stride,
256 vpx_idct16x16_256_add_c(in, dest, stride);
259 void fht16x16_ref(const int16_t *in, tran_low_t *out, int stride,
261 vp9_fht16x16_c(in, out, stride, tx_type)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_buffer.h 53 unsigned stride; member in struct:native_buffer::__anon20042::__anon20043
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_buffer.c 32 unsigned *stride, unsigned height,
43 buf->ptr = CALLOC(*stride * height, 1);
45 buf->stride = *stride;
  /external/opencv3/3rdparty/libtiff/
tif_predict.h 40 tmsize_t stride; /* sample stride over data */ member in struct:__anon21000
  /external/pdfium/third_party/libtiff/
tif_predict.h 40 tmsize_t stride; /* sample stride over data */ member in struct:__anon22278
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.h 35 int stride,
desktop_frame.h 34 int stride() const { return stride_; } function in class:webrtc::DesktopFrame
75 int stride,
115 int stride,
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 128 int stride,
135 int stride,
142 int stride,
149 int stride,
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 32 typedef struct stride { struct in namespace:android::intel
35 uint32_t stride; member in struct:android::intel::stride::__anon30794::__anon30795
64 void setStride(stride_t& stride) { mStride = stride; }
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 32 typedef struct stride { struct in namespace:android::intel
35 uint32_t stride; member in struct:android::intel::stride::__anon30833::__anon30834
64 void setStride(stride_t& stride) { mStride = stride; }
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
omap_ion.h 30 size_t stride; member in struct:omap_ion_tiler_alloc_data
  /external/ceres-solver/internal/ceres/
block_random_access_diagonal_matrix.cc 100 const int stride = blocks_[row_block_id]; local
105 *row_stride = stride;
106 *col_stride = stride;
  /external/compiler-rt/test/tsan/
bench_shadow_flush.cc 22 uptr stride = kSmallPage; local
24 stride = (uptr)atoi(argv[2]) << 10;
38 for (uptr off = 0; off < mem_size; off += stride) {
  /external/libopus/silk/
biquad_alt.c 49 opus_int stride /* I Operate on interleaved signal if > 1 */
64 inval = in[ k * stride ];
76 out[ k * stride ] = (opus_int16)silk_SAT16( silk_RSHIFT( out32_Q14 + (1<<14) - 1, 14 ) );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 58 void radeonEmitVec4(uint32_t *out, const GLvoid * data, int stride, int count)
63 fprintf(stderr, "%s count %d stride %d out %p data %p\n",
64 __FUNCTION__, count, stride, (void *)out, (void *)data);
66 if (stride == 4)
72 data += stride;
76 void radeonEmitVec8(uint32_t *out, const GLvoid * data, int stride, int count)
81 fprintf(stderr, "%s count %d stride %d out %p data %p\n",
82 __FUNCTION__, count, stride, (void *)out, (void *)data);
84 if (stride == 8)
91 data += stride;
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_media_info.h 189 * <--Compressed tile Y Stride--->
211 * <--Compressed tile UV Stride--->
277 * <--Compressed tile Y Stride--->
299 * <--Compressed tile UV Stride--->
418 unsigned int alignment, stride = 0; local
428 stride = MSM_MEDIA_ALIGN(width, alignment);
432 stride = MSM_MEDIA_ALIGN(width, 192);
433 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment);
439 return stride;
444 unsigned int alignment, stride = 0; local
620 unsigned int alignment = 0, stride = 0; local
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_media_info.h 189 * <--Compressed tile Y Stride--->
211 * <--Compressed tile UV Stride--->
277 * <--Compressed tile Y Stride--->
299 * <--Compressed tile UV Stride--->
418 unsigned int alignment, stride = 0; local
428 stride = MSM_MEDIA_ALIGN(width, alignment);
432 stride = MSM_MEDIA_ALIGN(width, 192);
433 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment);
439 return stride;
444 unsigned int alignment, stride = 0; local
620 unsigned int alignment = 0, stride = 0; local
    [all...]

Completed in 700 milliseconds

1 2 3 4 5 6 78 91011>>