Home
last modified time | relevance | path

Searched refs:stride0 (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/libva/va/wayland/
Dwayland-drm-client-protocol.h194 …int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1,… in wl_drm_create_planar_buffer() argument
204 …WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, … in wl_drm_create_planar_buffer()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdssRot.cpp271 int stride0 = (64 * 4 * rau_cnt) + rau_cnt/8; in calcCompressedBufSize() local
277 bufSize = (stride0 * stride0_off + stride1 * stride1_off) + in calcCompressedBufSize()
/hardware/qcom/display/msm8974/liboverlay/
DoverlayMdssRot.cpp281 int stride0 = (64 * 4 * rau_cnt) + rau_cnt/8; in calcCompressedBufSize() local
287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) + in calcCompressedBufSize()
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member
Dcopybit_c2d.cpp575 surfaceDef.stride0 = yuvInfo.yStride; in set_image()
1637 yuvSurfaceDef.stride0 = 4; in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member
Dcopybit_c2d.cpp574 surfaceDef.stride0 = yuvInfo.yStride; in set_image()
1626 yuvSurfaceDef.stride0 = 4; in open_copybit()
/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member
Dcopybit_c2d.cpp565 surfaceDef.stride0 = yuvInfo.yStride; in set_image()
1583 yuvSurfaceDef.stride0 = 4; in open_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dc2d2.h327 int32 stride0; /* stride in bytes if YUV format is not planar */ member
Dcopybit_c2d.cpp576 surfaceDef.stride0 = yuvInfo.yStride; in set_image()
1617 yuvSurfaceDef.stride0 = 4; in open_copybit()
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp283 surfaceDef->stride0 = calcStride(format, width); in getDummySurfaceDef()
628 stride = dstSurfaceDef->stride0; in dumpOutput()