HomeSort by relevance Sort by last modified time
    Searched defs:stride1 (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/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
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
878 stride1 = 0;
882 stride1 = vb1->stride;
894 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
905 stride1 = 0;
909 stride1 = vb1->stride;
913 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32370
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32448
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32519
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32593
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32659
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32732
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 556 uint32_t stride1, stride2; local
569 stride1 = img1->stride[VPX_PLANE_Y]/2;
578 if (*(plane1 + (i + k) * stride1 + j + l) !=
582 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
595 stride1 = img1->stride[VPX_PLANE_U]/2;
604 if (*(plane1 + (i + k) * stride1 + j + l) !=
608 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
621 stride1 = img1->stride[VPX_PLANE_V]/2;
630 if (*(plane1 + (i + k) * stride1 + j + l) !=
634 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]

Completed in 103 milliseconds