Searched refs:stride2 (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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm164 ; int stride2, 3
181 mov rdi, arg(3) ; stride2
196 add rdx, rdi ; src2 + stride2
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon1412
H A Dcopybit_c2d.cpp583 surfaceDef.stride2 = yuvInfo.plane2_stride;
1685 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon1490
H A Dcopybit_c2d.cpp589 surfaceDef.stride2 = yuvInfo.plane2_stride;
1691 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon1561
H A Dcopybit_c2d.cpp573 surfaceDef.stride2 = yuvInfo.plane2_stride;
1631 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon1627
H A Dcopybit_c2d.cpp584 surfaceDef.stride2 = yuvInfo.plane2_stride;
1665 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp293 surfaceDef->stride2 = calcStride(format, width) / 2;
651 stride = dstSurfaceDef->stride2;

Completed in 104 milliseconds