Home
last modified time | relevance | path

Searched refs:stride1 (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp296 surfaceDef->stride1 = calcStride(format, width); in getDummySurfaceDef()
301 surfaceDef->stride1 = calcStride(format, width) / 2; in getDummySurfaceDef()
609 stride = dstSurfaceDef->stride1; in dumpOutput()
629 stride = dstSurfaceDef->stride1; in dumpOutput()
/hardware/qcom/display/libcopybit/
Dc2d2.h317 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member
Dcopybit_c2d.cpp464 surfaceDef.stride1 = yuvInfo.plane1_stride; in set_image()
562 surfaceDef.stride1 = yuvInfo.plane1_stride; in set_src_image()
1410 yuvSurfaceDef.stride1 = 4; in open_copybit()