Searched refs:stride1 (Results 1 - 18 of 18) 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/msm8084/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon1847
H A Dcopybit_c2d.cpp579 surfaceDef.stride1 = yuvInfo.plane1_stride;
1641 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon1925
H A Dcopybit_c2d.cpp585 surfaceDef.stride1 = yuvInfo.plane1_stride;
1647 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8909/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon1996
H A Dcopybit_c2d.cpp584 surfaceDef.stride1 = yuvInfo.plane1_stride;
1625 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2070
H A Dcopybit_c2d.cpp569 surfaceDef.stride1 = yuvInfo.plane1_stride;
1587 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8994/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2136
H A Dcopybit_c2d.cpp588 surfaceDef.stride1 = yuvInfo.plane1_stride;
1650 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8996/libcopybit/
H A Dc2d2.h331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2209
H A Dcopybit_c2d.cpp590 surfaceDef.stride1 = yuvInfo.plane1_stride;
1649 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8998/libcopybit/
H A Dc2d2.h331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2281
H A Dcopybit_c2d.cpp590 surfaceDef.stride1 = yuvInfo.plane1_stride;
1649 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.cpp289 surfaceDef->stride1 = calcStride(format, width);
294 surfaceDef->stride1 = calcStride(format, width) / 2;
645 stride = dstSurfaceDef->stride1;
665 stride = dstSurfaceDef->stride1;
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.cpp314 surfaceDef->stride1 = calcStride(format, width);
321 surfaceDef->stride1 = calcStride(format, width) / 2;
700 stride = dstSurfaceDef->stride1;
720 stride = dstSurfaceDef->stride1;
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.cpp318 surfaceDef->stride1 = calcStride(format, width);
326 surfaceDef->stride1 = calcStride(format, width) / 2;
707 stride = dstSurfaceDef->stride1;
727 stride = dstSurfaceDef->stride1;

Completed in 231 milliseconds