Searched refs:stride1 (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/
H A Dmm_lib2d.h103 * @stride1: stride in bytes
118 int32_t stride1; member in struct:mm_lib2d_yuv_buffer_t
/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.asm162 ; int stride1, 1
179 mov rcx, arg(1) ; stride1
195 add rax, rcx ; src1 + stride1
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
H A Dmm_lib2d.c244 p_frame->frame[0].plane[1].stride = yuv_buffer->stride1;
245 p_frame->frame[0].plane[1].length = (yuv_buffer->stride1 *
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2823
H A Dcopybit_c2d.cpp579 surfaceDef.stride1 = yuvInfo.plane1_stride;
1641 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2901
H A Dcopybit_c2d.cpp585 surfaceDef.stride1 = yuvInfo.plane1_stride;
1647 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8909/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon2972
H A Dcopybit_c2d.cpp584 surfaceDef.stride1 = yuvInfo.plane1_stride;
1625 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon3046
H A Dcopybit_c2d.cpp569 surfaceDef.stride1 = yuvInfo.plane1_stride;
1587 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8994/libcopybit/
H A Dc2d2.h330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon3112
H A Dcopybit_c2d.cpp588 surfaceDef.stride1 = yuvInfo.plane1_stride;
1650 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/display/msm8996/libcopybit/
H A Dc2d2.h331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon3185
H A Dcopybit_c2d.cpp590 surfaceDef.stride1 = yuvInfo.plane1_stride;
1649 yuvSurfaceDef.stride1 = 4;
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.cpp289 surfaceDef->stride1 = calcStride(format, width);
294 surfaceDef->stride1 = calcStride(format, width) / 2;
645 stride = dstSurfaceDef->stride1;
665 stride = dstSurfaceDef->stride1;
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.cpp314 surfaceDef->stride1 = calcStride(format, width);
321 surfaceDef->stride1 = calcStride(format, width) / 2;
700 stride = dstSurfaceDef->stride1;
720 stride = dstSurfaceDef->stride1;
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
H A Dmm_lib2d_test.c491 src_buffer.yuv_buffer.stride1 = crcb_plane_stride;

Completed in 1292 milliseconds