HomeSort by relevance Sort by last modified time
    Searched defs:stride (Results 426 - 450 of 796) sorted by null

<<11121314151617181920>>

  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 293 printf("half stride for Cb Cr planes \n");
310 surfaceDef->stride = calcStride(format, width);
533 req->stride = calcStride(mSrcFormat, mSrcWidth);
543 req->stride = calcStride(mDstFormat, mDstWidth);
614 size_t stride, sliceHeight; local
631 stride = dstSurfaceDef->stride0;
637 base += stride;
645 stride = dstSurfaceDef->stride1;
649 base += stride;
654 stride = dstSurfaceDef->stride2
    [all...]
  /hardware/ti/omap4-aah/camera/
BufferSourceAdapter.cpp 101 static int getHeightFromFormat(const char* format, int stride, int size) {
102 CAMHAL_ASSERT((NULL != format) && (0 <= stride) && (0 <= size));
105 return (size / (3 * stride)) * 2;
108 return (size / stride) / 2;
399 // re-calculate height depending on stride and size
426 int stride; // dummy variable to get stride local
427 // TODO(XXX): Do we need to keep stride information in camera hal?
429 err = mBufferSource->dequeue_buffer(mBufferSource, &handle, &stride);
561 int stride; // dummy variable to get strid local
930 int stride; \/\/ dummy variable to get stride local
    [all...]
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 226 * @param stride: Stride of the Buffer
238 OMX_U32 stride; member in struct:DebugFrame_Dump
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 606 size_t stride; local
669 OMAP_ION_HEAP_TILER_MASK, &DCC_Buff, &stride);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 104 cloog_int_t stride; member in struct:clast_for
146 CloogStride *stride);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 104 cloog_int_t stride; member in struct:clast_for
146 CloogStride *stride);
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 353 CONTEXT_LOAD(txPtr.reg, generated_vars.texture[i].stride);
354 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
565 const int stride = width; local
566 CONTEXT_LOAD(stride, generated_vars.texture[i].stride);
576 MUL(AL, 0, height, stride, height);
583 MOV(GT, 0, height, reg_imm(stride, LSL, shift));
585 MOV(GT, 0, height, stride);
622 int stride = scratches.obtain(); local
627 CONTEXT_LOAD(stride, generated_vars.texture[i].stride)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 202 int stride = width; local
203 int[] argb = new int[stride * height];
204 mTestBitmaps[0].getPixels(argb, 0, stride, 0, 0, width, height);
205 byte[] yuv = convertArgbsToYuvs(argb, stride, height, ImageFormat.NV21);
207 stride, stride
236 int stride = width + paddings; local
239 int[] argb = new int [stride * height];
240 bitmap.getPixels(argb, 0, stride, 0, 0, width, height);
241 byte[] yuv = convertArgbsToYuvs(argb, stride, height, format)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2040 int stride = 0, scanline = 0; local
2245 int stride = 0, scanline = 0; local
2454 int stride = 0, scanline = 0; local
2630 int32_t stride = PAD_TO_SIZE(dim->width, (int32_t)padding->width_padding); local
2913 int stride = 0, scanline = 0; local
2948 int stride = 0, scanline = 0; local
3045 int32_t stride, scanline; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2040 int stride = 0, scanline = 0; local
2245 int stride = 0, scanline = 0; local
2454 int stride = 0, scanline = 0; local
2630 int32_t stride = PAD_TO_SIZE(dim->width, (int32_t)padding->width_padding); local
2913 int stride = 0, scanline = 0; local
2948 int stride = 0, scanline = 0; local
3045 int32_t stride, scanline; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 61 GLint stride; member in struct:deqp::gles3::Functional::__anon9562::Attribute
87 , stride (0)
102 int stride; member in struct:deqp::gles3::Functional::__anon9562::BufferSpec
207 << "\tGL_VERTEX_ATTRIB_ARRAY_STRIDE : " << state.attributes[attribNdx].stride << "\n"
320 int stride; local
322 if (buffer.stride != 0)
324 stride = buffer.stride;
330 case GL_FLOAT: stride = buffer.componentCount * (int)sizeof(GLfloat); break;
331 case GL_INT: stride = buffer.componentCount * (int)sizeof(GLint); break
896 int stride; local
    [all...]
es3fVertexArrayTest.cpp 83 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]); local
84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0;
85 const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
93 stride,
183 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]); local
185 const bool bufferUnaligned = (storages[storageNdx] == Array::STORAGE_BUFFER) && (stride % alignment) != 0;
187 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
198 stride,
231 : TestCaseGroup(context, "strides", "Single stride vertex atribute"
290 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]); local
391 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(m_type) * componentCount : strides[strideNdx]); local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp 331 int stride = 0; local
339 meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,partId);
352 float* graphicsbase = (float*)(vertexbase+graphicsindex*stride);
360 double* graphicsbase = (double*)(vertexbase+graphicsindex*stride);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 118 int stride; member in struct:buf_2d
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 184 static uint8_t *block_start(uint8_t *framebuf, int stride,
186 return framebuf + (stride * mi_row * 8) + (mi_col * 8);
265 filter_mbd->plane[0].pre[j].stride =
271 filter_mbd->plane[1].pre[j].stride =
277 filter_mbd->plane[2].pre[j].stride =
284 filter_mbd->plane[0].dst.stride = denoiser->mc_running_avg_y.y_stride;
289 filter_mbd->plane[1].dst.stride = denoiser->mc_running_avg_y.uv_stride;
294 filter_mbd->plane[2].dst.stride = denoiser->mc_running_avg_y.uv_stride;
332 const int stride = mb->plane[0].src.stride; local
    [all...]
vp9_rd.c 497 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
521 dst[0].stride = src->y_stride;
524 dst[1].stride = dst[2].stride = src->uv_stride;
527 setup_pred_plane(dst + i, dst[i].buf, dst[i].stride, mi_row, mi_col,
534 int raster_block, int stride) {
538 return y * stride + x;
543 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; local
544 return base + vp9_raster_block_offset(plane_bsize, raster_block, stride);
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.c 29 __STORE_COMBINE_CENTER_RESULTS(r10, r9, stride, \
34 int stride,
42 p1 += stride;
44 p2 -= stride;
68 p1 -= stride;
70 p2 += stride;
77 __STORE_COMBINE_EXTREME_RESULTS(r7, r6, stride, \
82 int stride,
90 p1 += stride;
92 p2 -= stride;
173 const int stride = 32; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 874 int stride, format; local
934 stride = buffers[0].pitch / buffers[0].cpp;
941 stride,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 52 uintptr_t stride; member in struct:translate_buffer
1214 struct x86_reg stride = x86_make_disp(p->machine_EDI, local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 524 unsigned stride = 0; local
535 buf = rscreen->ws->buffer_from_handle(rscreen->ws, whandle, &stride);
557 stride, buf, FALSE, &surface);
661 trans->transfer.stride = staging_depth->surface.level[level].pitch_bytes;
696 trans->transfer.stride =
705 trans->transfer.stride = rtex->surface.level[level].pitch_bytes;
760 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 1453 unsigned stride = transfer->stride; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 1105 whandle.stride,
1185 unsigned handle, stride; local
1206 if (kms_bo_get_prop(bo, KMS_PITCH, &stride))
1217 stride,
1248 unsigned stride; local
1251 if (kms_bo_get_prop(ms->root_bo, KMS_PITCH, &stride))
1262 stride,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 1859 int stride = (channel & 1) * 4; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 522 int width, height, offset, stride, dri_format, cpp, index, pitch; local
540 stride = parent->strides[index];
544 pitch = stride / cpp;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 390 int stride = rb->Width * cpp; local
402 stride = w * cpp;
403 xrb->Base.Buffer = malloc(h * stride);
410 *out_stride = stride;
417 map += (rb->Height - 1) * stride;
418 stride = -stride;
421 map += (GLsizei)y * stride;
425 *out_stride = stride;

Completed in 1032 milliseconds

<<11121314151617181920>>