Home | History | Annotate | Download | only in libcopybit

Lines Matching full:yuv

106 #define MAX_YUV_2_PLANE_SURFACES 4// Max. 2-plane YUV layers currently supported per draw
107 #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
284 /* Get the C2D formats needed for conversion to YUV */
287 // We do not swap the RB when the target is YUV
291 // The U and V need to be interchanged when the target is YUV
599 ALOGE("%s: YUV Surface c2dUpdateSurface ERROR", __FUNCTION__);
941 // need to convert based on this param. YUV formats have bpp=1, so checking
1140 ALOGE("%s: dst number of YUV planes is invalid dst format = 0x%x",
1171 // width is not aligned to 32. This case occurs for YUV formats. RGB formats are
1233 ALOGE("%s: src number of YUV planes is invalid src format = 0x%x",
1639 // Create 2 plane YUV surfaces
1671 ALOGE("%s: create YUV source %d failed", __FUNCTION__, i);
1677 ALOGW("%s: 2 Plane YUV i=%d surface_id=%d", __FUNCTION__, i,
1689 // Create YUV 3 plane surfaces
1717 ALOGE("%s: create 3 plane YUV surface %d failed", __FUNCTION__, i);
1723 ALOGW("%s: 3 Plane YUV i=%d surface_id=%d", __FUNCTION__, i,