Searched refs:stride0 (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/libva/va/wayland/
H A Dwayland-drm-client-protocol.h194 wl_drm_create_planar_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdssRot.cpp281 int stride0 = (64 * 4 * rau_cnt) + rau_cnt/8; local
287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) +
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon1412
H A Dcopybit_c2d.cpp575 surfaceDef.stride0 = yuvInfo.yStride;
1637 yuvSurfaceDef.stride0 = 4;
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon1490
H A Dcopybit_c2d.cpp581 surfaceDef.stride0 = yuvInfo.yStride;
1643 yuvSurfaceDef.stride0 = 4;
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon1561
H A Dcopybit_c2d.cpp565 surfaceDef.stride0 = yuvInfo.yStride;
1583 yuvSurfaceDef.stride0 = 4;
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon1627
H A Dcopybit_c2d.cpp576 surfaceDef.stride0 = yuvInfo.yStride;
1617 yuvSurfaceDef.stride0 = 4;
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp283 surfaceDef->stride0 = calcStride(format, width);
628 stride = dstSurfaceDef->stride0;

Completed in 181 milliseconds