HomeSort by relevance Sort by last modified time
    Searched refs:stride0 (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 72 int32_t offset0, int32_t stride0,
90 buffer->stride[0] = stride0;
142 int32_t offset0, int32_t stride0,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /hardware/intel/common/libva/va/wayland/
wayland-drm-client-protocol.h 194 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)
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 281 int stride0 = (64 * 4 * rau_cnt) + rau_cnt/8; local
287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) +
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon25654
    [all...]
copybit_c2d.cpp 575 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon25732
    [all...]
copybit_c2d.cpp 581 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon25803
    [all...]
copybit_c2d.cpp 565 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon25869
    [all...]
copybit_c2d.cpp 576 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 327 int32 stride0; /* stride in bytes if YUV format is not planar */ member in struct:__anon25941
    [all...]
copybit_c2d.cpp 584 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 286 surfaceDef->stride0 = calcStride(format, width);
631 stride = dstSurfaceDef->stride0;
  /external/libvncserver/x11vnc/
userinput.c 1870 int x1, y1, x2, y2, w, stride, stride0; local
    [all...]

Completed in 373 milliseconds