HomeSort by relevance Sort by last modified time
    Searched refs:stride1 (Results 1 - 25 of 41) sorted by null

1 2

  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 77 int32_t offset1, int32_t stride1,
96 buffer->stride[1] = stride1;
149 int32_t offset1, int32_t stride1,
169 offset0, stride0, offset1, stride1, offset2, stride2);
178 int32_t offset1, int32_t stride1,
182 offset0, stride0, offset1, stride1, offset2, stride2);
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 103 * @stride1: stride in bytes
118 int32_t stride1; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 102 * @stride1: stride in bytes
117 int32_t stride1; 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);
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader_test.go 141 func check(bounds image.Rectangle, pix0, pix1 []byte, stride0, stride1 int) error {
145 if stride1 <= 0 || stride1%8 != 0 {
146 return fmt.Errorf("bad stride %d", stride1)
149 for y := 0; y < len(pix0)/stride0 && y < len(pix1)/stride1; y += 8 {
150 for x := 0; x < stride0 && x < stride1; x += 8 {
164 index1 := (y+j)*stride1 + (x + i)
168 pixString(pix1, stride1, 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 {
145 if stride1 <= 0 || stride1%8 != 0 {
146 return fmt.Errorf("bad stride %d", stride1)
149 for y := 0; y < len(pix0)/stride0 && y < len(pix1)/stride1; y += 8 {
150 for x := 0; x < stride0 && x < stride1; x += 8 {
164 index1 := (y+j)*stride1 + (x + i)
168 pixString(pix1, stride1, x, y),
  /external/webp/src/enc/
picture_psnr_enc.c 193 const size_t stride1 = 4 * (size_t)p1.argb_stride; local
195 (const uint8_t*)p1.argb + c, stride1,
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 162 ; int stride1, 1
179 mov rcx, arg(1) ; stride1
195 add rax, rcx ; src1 + stride1
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 163 ; int stride1, 1
180 mov rcx, arg(1) ; stride1
196 add rax, rcx ; src1 + stride1
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1162 LLVMValueRef indexes[2], stride, stride1; local
1171 LLVMValueRef stride1; local
1186 LLVMValueRef stride1; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 244 p_frame->frame[0].plane[1].stride = yuv_buffer->stride1;
245 p_frame->frame[0].plane[1].length = (yuv_buffer->stride1 *
  /external/webp/src/dsp/
dsp.h 265 typedef double (*VP8SSIMGetClippedFunc)(const uint8_t* src1, int stride1,
272 typedef double (*VP8SSIMGetFunc)(const uint8_t* src1, int stride1,
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 246 p_frame->frame[0].plane[1].stride = yuv_buffer->stride1;
247 p_frame->frame[0].plane[1].length = (yuv_buffer->stride1 *
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44476
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44554
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44625
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44699
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44765
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44838
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44910
    [all...]
  /hardware/qcom/display/sdm845/libcopybit/
c2d2.h 331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon44982
    [all...]
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 296 surfaceDef->stride1 = calcStride(format, width);
301 surfaceDef->stride1 = calcStride(format, width) / 2;
652 stride = dstSurfaceDef->stride1;
672 stride = dstSurfaceDef->stride1;
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 321 surfaceDef->stride1 = calcStride(format, width);
328 surfaceDef->stride1 = calcStride(format, width) / 2;
707 stride = dstSurfaceDef->stride1;
727 stride = dstSurfaceDef->stride1;
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 325 surfaceDef->stride1 = calcStride(format, width);
333 surfaceDef->stride1 = calcStride(format, width) / 2;
714 stride = dstSurfaceDef->stride1;
734 stride = dstSurfaceDef->stride1;
  /hardware/qcom/media/sdm845/libc2dcolorconvert/
C2DColorConverter.cpp 282 (*surfaceYUVDef)->stride1 = calcStride(format, width);
290 (*surfaceYUVDef)->stride1 = calcStride(format, width) / 2;
725 stride = dstSurfaceDef->stride1;
745 stride = dstSurfaceDef->stride1;

Completed in 1335 milliseconds

1 2