Searched refs:stride (Results 1 - 25 of 262) sorted by relevance

1234567891011

/hardware/intel/img/psb_video/src/
H A Dpsb_surface.c67 psb_surface->stride = 512;
70 psb_surface->stride = 1024;
73 psb_surface->stride = 1280;
77 psb_surface->stride = 2048;
82 psb_surface->stride = 2048;
85 psb_surface->stride = 4096;
88 psb_surface->stride = (width + 0x3f) & ~0x3f;
92 psb_surface->chroma_offset = psb_surface->stride * height;
93 psb_surface->size = (psb_surface->stride * height * 3) / 2;
98 psb_surface->stride
247 psb_surface_create_camera(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs ) argument
286 psb_surface_create_camera_from_ub(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs, const unsigned long *user_ptr) argument
[all...]
H A Dpsb_surface_attrib.h51 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
52 unsigned int chroma_u_stride, /* chroma stride */
66 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
67 unsigned int chroma_u_stride, /* chroma stride */
78 int width, int height, int stride, int size,
91 int width, int height, int stride, int size,
/hardware/interfaces/graphics/allocator/2.0/default/
H A DGralloc0Allocator.cpp71 uint32_t stride = 0; local
84 if (stride == 0) {
85 stride = tmpStride;
86 } else if (stride != tmpStride) {
89 stride = 0;
102 hidl_cb(error, stride, hidl_buffers);
120 int stride = 0; local
123 &buffer, &stride);
134 *outStride = stride;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.cpp121 int stride = 0; local
123 stride = 512;
125 stride = 1024;
127 stride = 1280;
129 stride = 2048;
131 stride = 2048;
133 stride = 4096;
135 stride = (width + 0x3f) & ~0x3f;
136 return stride;
142 int allignment = 16 * 2048; // tiling row stride aligne
158 int stride; local
383 int stride; local
518 prepareBufferInfo(int w, int h, int stride, VideoPayloadBuffer *payload, void *user_pt) argument
[all...]
H A DPlaneCapabilities.cpp27 //FIXME: need confirmation about this stride
84 const stride_t& stride = hwcLayer->getBufferStride(); local
96 if (stride.rgb.stride > SPRITE_PLANE_MAX_STRIDE_LINEAR) {
97 VTRACE("too large stride %d", stride.rgb.stride);
122 // don't use overlay plane if stride is too big
128 if (stride.yuv.yStride > maxStride) {
129 VTRACE("stride
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DPlaneCapabilities.cpp83 const stride_t& stride = hwcLayer->getBufferStride(); local
95 VLOGTRACE("stride %d", stride.rgb.stride);
96 if (stride.rgb.stride > SPRITE_PLANE_MAX_STRIDE_LINEAR) {
97 VLOGTRACE("too large stride %d", stride.rgb.stride);
122 // don't use overlay plane if stride i
[all...]
H A DAnnRGBPlane.cpp153 uint32_t stride; local
174 // setup stride and source buffer crop
179 stride = mapper.getStride().rgb.stride;
182 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
184 linoff = srcY * stride + srcX * bpp;
187 if (linoff > (stride * mapper.getHeight())) {
210 mContext.ctx.sp_ctx.stride = stride;
321 uint32_t stride; local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.cpp121 int stride = 0; local
123 stride = 512;
125 stride = 1024;
127 stride = 1280;
129 stride = 2048;
131 stride = 2048;
133 stride = 4096;
135 stride = (width + 0x3f) & ~0x3f;
136 return stride;
142 int allignment = 16 * 2048; // tiling row stride aligne
158 int stride; local
513 prepareBufferInfo(int w, int h, int stride, VideoPayloadBuffer *payload, void *user_pt) argument
[all...]
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h154 unsigned int alignment, stride = 0; local
163 stride = MSM_MEDIA_ALIGN(width, alignment);
169 return stride;
174 unsigned int alignment, stride = 0; local
183 stride = MSM_MEDIA_ALIGN(width, alignment);
189 return stride;
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h154 unsigned int alignment, stride = 0; local
163 stride = MSM_MEDIA_ALIGN(width, alignment);
169 return stride;
174 unsigned int alignment, stride = 0; local
183 stride = MSM_MEDIA_ALIGN(width, alignment);
189 return stride;
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnRGBPlane.cpp94 uint32_t stride; local
115 // setup stride and source buffer crop
120 stride = mapper.getStride().rgb.stride;
123 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
125 linoff = srcY * stride + srcX * bpp;
128 if (linoff > (stride * mapper.getHeight())) {
151 mContext.ctx.sp_ctx.stride = stride;
263 uint32_t stride; local
[all...]
H A DPlaneCapabilities.cpp85 const stride_t& stride = hwcLayer->getBufferStride(); local
97 VTRACE("stride %d", stride.rgb.stride);
98 if (stride.rgb.stride > SPRITE_PLANE_MAX_STRIDE_LINEAR) {
99 VTRACE("too large stride %d", stride.rgb.stride);
124 // don't use overlay plane if stride i
[all...]
/hardware/interfaces/graphics/allocator/2.0/
H A DIAllocator.hal44 * @return stride is the number of pixels between two consecutive rows of
55 uint32_t stride,
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h32 typedef struct stride { struct in namespace:android::intel
35 uint32_t stride; member in struct:android::intel::stride::__anon711::__anon712
64 void setStride(stride_t& stride) { mStride = stride; } argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h32 typedef struct stride { struct in namespace:android::intel
35 uint32_t stride; member in struct:android::intel::stride::__anon756::__anon757
64 void setStride(stride_t& stride) { mStride = stride; } argument
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_media_info.h418 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
454 stride = MSM_MEDIA_ALIGN(width, alignment);
458 stride = MSM_MEDIA_ALIGN(width, 192);
459 stride
620 unsigned int alignment = 0, stride = 0; local
[all...]
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_media_info.h418 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
454 stride = MSM_MEDIA_ALIGN(width, alignment);
458 stride = MSM_MEDIA_ALIGN(width, 192);
459 stride
620 unsigned int alignment = 0, stride = 0; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngSpritePlane.cpp43 uint32_t stride; local
63 // setup stride and source buffer crop
66 stride = mapper.getStride().rgb.stride;
68 linoff = (mapper.getCrop().h + srcY - 1) * stride + (srcX + mapper.getCrop().w - 1) * bpp;
70 linoff = srcY * stride + srcX * bpp;
82 if (linoff > (stride * mapper.getHeight())) {
98 mContext.ctx.sp_ctx.stride = stride;
109 VTRACE("cntr = %#x, linoff = %#x, stride
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp107 int stride = ALIGN(width, 32); local
126 // 32 pixels, hence we pass stride instead of width.
127 stride = LINK_adreno_compute_padding(stride, bpp,
135 stride = ALIGN(width, 32);
138 stride = ALIGN(width, 128);
148 stride = ALIGN(width, 16);
151 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
154 stride = width;
159 return stride;
[all...]
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dbuffer_allocator.h64 uint32_t stride = 0; //!< Specifies aligned buffer width of the allocated buffer. member in struct:sdm::AllocatedBufferInfo
/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_master.h45 uint32_t stride[4] = {}; member in struct:drm_utils::DRMBuffer
/hardware/interfaces/automotive/evs/1.0/
H A Dtypes.hal61 uint32_t stride; // Units of pixels to match gralloc
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFrameHandler.cpp224 tgtBuffer.stride);
228 srcBuffer.stride);
247 tgtPixels, tgtBuffer.stride);
251 tgtPixels, tgtBuffer.stride);
254 srcPixels, srcBuffer.stride,
255 tgtPixels, tgtBuffer.stride);
258 srcPixels, srcBuffer.stride,
259 tgtPixels, tgtBuffer.stride,
/hardware/interfaces/media/1.0/
H A Dtypes.hal40 uint32_t stride;
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_media_info.h333 unsigned int alignment, stride = 0; local
343 stride = MSM_MEDIA_ALIGN(width, alignment);
347 stride = MSM_MEDIA_ALIGN(width * 4/3, alignment);
353 return stride;
358 unsigned int alignment, stride = 0; local
368 stride = MSM_MEDIA_ALIGN(width, alignment);
372 stride = MSM_MEDIA_ALIGN(width * 4/3, alignment);
378 return stride;

Completed in 525 milliseconds

1234567891011