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

1 2 3 4 5 6 7 8 91011>>

  /external/webp/src/dec/
buffer.c 69 const uint64_t size = (uint64_t)buf->stride * height;
71 ok &= (buf->stride >= width * kModeBpp[mode]);
92 const int stride = w * kModeBpp[mode]; local
93 const uint64_t size = (uint64_t)stride * h;
115 buf->y_stride = stride;
131 buf->stride = stride;
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 80 int stride; local
127 GRALLOC_USAGE_HW_FB, &buffers[i]->handle, &buffers[i]->stride);
  /frameworks/native/opengl/libagl/
mipmap.cpp 52 int stride = w; local
53 int bs = base->stride;
74 dst[x + y*stride] = rgb;
94 dst[x + y*stride] = (r<<11)|(g<<6)|(b<<1)|a;
121 dst[x + y*stride] = rgba;
140 stride *= skip;
149 dst[x + y*stride + c] = (p00 + p10 + p01 + p11) >> 2;
172 dst[x + y*stride] = rgba;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 196 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride; local
200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2);
201 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y);
202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1);
243 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride; local
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y);
249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1)
288 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride; local
333 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride; local
378 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride; local
422 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride; local
    [all...]
  /frameworks/rs/
rsMesh.cpp 218 uint32_t stride = 0; local
221 // First we need to find the position ptr and stride
229 stride = bufferElem->getSizeBytes() / sizeof(float);
258 posPtr += stride;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 331 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); local
338 const_cast<int&>(dev->device.stride) = stride;
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 48 // In a copybit_image_t, w is the stride and
49 // stride - horiz_padding is the actual width
50 // vertical stride is the same as height, so not considered
51 unsigned int stride = src->w; local
54 unsigned int y_size = stride * src->h;
55 unsigned int c_width = ALIGN(stride/2, 16);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 105 int stride = ALIGN(width, 32); local
124 // 32 pixels, hence we pass stride instead of width.
125 stride = LINK_adreno_compute_padding(stride, bpp,
134 stride = ALIGN(width, 32);
137 stride = ALIGN(width, 128);
145 stride = ALIGN(width, 16);
148 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
151 stride = width;
156 return stride;
    [all...]
mapper.cpp 364 int *stride = va_arg(args, int *); local
365 *stride = AdrenoMemInfo::getInstance().getStride(width, format);
371 int *stride = va_arg(args, int *); local
377 *stride = metadata->bufferDim.sliceWidth;
379 *stride = hnd->width;
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 48 // In a copybit_image_t, w is the stride and
49 // stride - horiz_padding is the actual width
50 // vertical stride is the same as height, so not considered
51 unsigned int stride = src->w; local
54 unsigned int y_size = stride * src->h;
55 unsigned int c_width = ALIGN(stride/2, 16);
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 105 int stride = ALIGN(width, 32); local
114 return stride;
133 // 32 pixels, hence we pass stride instead of width.
134 stride = LINK_adreno_compute_padding(stride, bpp,
143 stride = ALIGN(width, 32);
146 stride = ALIGN(width, 128);
153 stride = ALIGN(width, 16);
157 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
160 stride = width
    [all...]
mapper.cpp 367 int *stride = va_arg(args, int *); local
368 *stride = AdrenoMemInfo::getInstance().getStride(width, format);
374 int *stride = va_arg(args, int *); local
380 *stride = metadata->bufferDim.sliceWidth;
382 *stride = hnd->width;
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp 48 // In a copybit_image_t, w is the stride and
49 // stride - horiz_padding is the actual width
50 // vertical stride is the same as height, so not considered
51 unsigned int stride = src->w; local
54 unsigned int y_size = stride * src->h;
55 unsigned int c_width = ALIGN(stride/2, 16);
  /hardware/qcom/display/msm8x26/libgralloc/
alloc_controller.cpp 105 int stride = ALIGN(width, 32); local
124 // 32 pixels, hence we pass stride instead of width.
125 stride = LINK_adreno_compute_padding(stride, bpp,
134 stride = ALIGN(width, 32);
137 stride = ALIGN(width, 128);
145 stride = ALIGN(width, 16);
148 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
151 stride = width;
156 return stride;
    [all...]
mapper.cpp 364 int *stride = va_arg(args, int *); local
365 *stride = AdrenoMemInfo::getInstance().getStride(width, format);
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 86 int32_t stride; member in struct:android::__anon33579
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 259 int stride = m->line_length / (bits_per_pixel >> 3); local
263 const_cast<int&>(dev->stride) = stride;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterFx.java 90 int stride = w * 4; local
91 int max = stride * h;
92 int increment = stride * 256; // 256 lines
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 70 size_t stride; member in struct:ggc_root_tab
86 size_t stride; member in struct:ggc_cache_tab
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 70 size_t stride; member in struct:ggc_root_tab
86 size_t stride; member in struct:ggc_cache_tab
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 70 size_t stride; member in struct:ggc_root_tab
86 size_t stride; member in struct:ggc_cache_tab
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 70 size_t stride; member in struct:ggc_root_tab
86 size_t stride; member in struct:ggc_cache_tab
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 120 const int stride = __s.cache_line_size * 10 / sizeof(Job<difference_type>) + 1; local
146 job = new Job<difference_type>[num_threads * stride];
158 Job<difference_type>& my_job = job[iam * stride];
251 supposed_first = job[victim * stride].first;
252 supposed_last = job[victim * stride].last;
253 supposed_load = job[victim * stride].load;
271 &(job[victim * stride].first), steal);
  /system/core/libion/
ion_test.c 24 size_t stride; variable
  /bionic/libc/kernel/arch-mips/asm/sn/
kldir.h 87 size_t stride; member in struct:kldir_ent_s

Completed in 3370 milliseconds

1 2 3 4 5 6 7 8 91011>>