Home | History | Annotate | Download | only in libcopybit

Lines Matching full:yuv

107 #define MAX_YUV_2_PLANE_SURFACES 4// Max. 2-plane YUV layers currently supported per draw
108 #define MAX_YUV_3_PLANE_SURFACES 1// Max. 3-plane YUV layers currently supported per draw
150 int blit_yuv_2_plane_count; // Total 2 plane YUV surfaces being
151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit
278 /* Get the C2D formats needed for conversion to YUV */
281 // We do not swap the RB when the target is YUV
285 // The U and V need to be interchanged when the target is YUV
588 ALOGE("%s: YUV Surface c2dUpdateSurface ERROR", __FUNCTION__);
937 // need to convert based on this param. YUV formats have bpp=1, so checking
1133 ALOGE("%s: dst number of YUV planes is invalid dst format = 0x%x",
1164 // width is not aligned to 32. This case occurs for YUV formats. RGB formats are
1226 ALOGE("%s: src number of YUV planes is invalid src format = 0x%x",
1631 // Create 2 plane YUV surfaces
1663 ALOGE("%s: create YUV source %d failed", __FUNCTION__, i);
1669 ALOGW("%s: 2 Plane YUV i=%d surface_id=%d", __FUNCTION__, i,
1681 // Create YUV 3 plane surfaces
1709 ALOGE("%s: create 3 plane YUV surface %d failed", __FUNCTION__, i);
1715 ALOGW("%s: 3 Plane YUV i=%d surface_id=%d", __FUNCTION__, i,