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

/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon768
H A Dcopybit_c2d.cpp571 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
1629 yuvSurfaceDef.plane2 = (void*)0xaaaaaaaa;
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon834
H A Dcopybit_c2d.cpp582 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
1663 yuvSurfaceDef.plane2 = (void*)0xaaaaaaaa;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dc2d2.h331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon905
H A Dcopybit_c2d.cpp571 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
1629 yuvSurfaceDef.plane2 = (void*)0xaaaaaaaa;
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp324 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4;
336 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4;
621 base = (uint8_t *)dstSurfaceDef->plane2;

Completed in 195 milliseconds