Searched refs:stride2 (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon768
H A Dcopybit_c2d.cpp573 surfaceDef.stride2 = yuvInfo.plane2_stride;
1631 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon834
H A Dcopybit_c2d.cpp584 surfaceDef.stride2 = yuvInfo.plane2_stride;
1665 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dc2d2.h333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon905
H A Dcopybit_c2d.cpp573 surfaceDef.stride2 = yuvInfo.plane2_stride;
1631 yuvSurfaceDef.stride2 = 4;
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp295 surfaceDef->stride2 = calcStride(format, width) / 2;
622 stride = dstSurfaceDef->stride2;

Completed in 92 milliseconds