HomeSort by relevance Sort by last modified time
    Searched full:stride0 (Results 1 - 25 of 36) sorted by null

1 2

  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 76 int32_t offset0, int32_t stride0,
94 buffer->stride[0] = stride0;
148 int32_t offset0, int32_t stride0,
169 offset0, stride0, offset1, stride1, offset2, stride2);
177 int32_t offset0, int32_t stride0,
182 offset0, stride0, offset1, stride1, offset2, stride2);
wayland-drm.xml 131 <arg name="stride0" type="int"/>
176 <arg name="stride0" type="int"/>
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader_test.go 141 func check(bounds image.Rectangle, pix0, pix1 []byte, stride0, stride1 int) error {
142 if stride0 <= 0 || stride0%8 != 0 {
143 return fmt.Errorf("bad stride %d", stride0)
149 for y := 0; y < len(pix0)/stride0 && y < len(pix1)/stride1; y += 8 {
150 for x := 0; x < stride0 && x < stride1; x += 8 {
163 index0 := (y+j)*stride0 + (x + i)
167 pixString(pix0, stride0, x, y),
  /prebuilts/go/linux-x86/src/image/jpeg/
reader_test.go 141 func check(bounds image.Rectangle, pix0, pix1 []byte, stride0, stride1 int) error {
142 if stride0 <= 0 || stride0%8 != 0 {
143 return fmt.Errorf("bad stride %d", stride0)
149 for y := 0; y < len(pix0)/stride0 && y < len(pix1)/stride1; y += 8 {
150 for x := 0; x < stride0 && x < stride1; x += 8 {
163 index0 := (y+j)*stride0 + (x + i)
167 pixString(pix0, stride0, x, y),
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 100 * @stride0: stride in bytes
115 int32_t stride0; member in struct:mm_lib2d_yuv_buffer_t
  /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/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 99 * @stride0: stride in bytes
114 int32_t stride0; member in struct:mm_lib2d_yuv_buffer_t
  /external/webp/src/enc/
picture_psnr_enc.c 196 const size_t stride0 = 4 * (size_t)p0.argb_stride; local
198 if (!WebPPlaneDistortion((const uint8_t*)p0.argb + c, stride0,
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 229 p_frame->frame[0].plane[0].stride = yuv_buffer->stride0;
230 p_frame->frame[0].plane[0].length = (yuv_buffer->stride0 *
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 231 p_frame->frame[0].plane[0].stride = yuv_buffer->stride0;
232 p_frame->frame[0].plane[0].length = (yuv_buffer->stride0 *
  /hardware/intel/common/libva/va/wayland/protocol/
wayland-drm.xml 131 <arg name="stride0" type="int"/>
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c     [all...]
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 293 surfaceDef->stride0 = calcStride(format, width);
638 stride = dstSurfaceDef->stride0;
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 319 surfaceDef->stride0 = calcStride(format, width);
694 stride = dstSurfaceDef->stride0;
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 322 surfaceDef->stride0 = calcStride(format, width);
700 stride = dstSurfaceDef->stride0;
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 488 src_buffer.yuv_buffer.stride0 = y_plane_stride;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 488 src_buffer.yuv_buffer.stride0 = y_plane_stride;
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 575 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 581 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 586 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit_c2d.cpp 586 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 565 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 584 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 586 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit_c2d.cpp 584 surfaceDef.stride0 = yuvInfo.yStride;
    [all...]

Completed in 4421 milliseconds

1 2