Searched refs:yuv420888 (Results 1 – 1 of 1) sorted by relevance
320 bool yuv420888 = yPlane.rowSampling == 1 && yPlane.colSampling == 1 in GraphicView2MediaImageConverter() local323 if (yuv420888) { in GraphicView2MediaImageConverter()327 yuv420888 = false; in GraphicView2MediaImageConverter()331 yuv420888 = yuv420888 && yPlane.colInc == 1 && uPlane.rowInc == vPlane.rowInc; in GraphicView2MediaImageConverter()334 if (yuv420888 && mClientColorFormat == COLOR_FormatYUV420Flexible) { in GraphicView2MediaImageConverter()372 tryWrapping = yuv420888 && uPlane.colInc == 1 && vPlane.colInc == 1 in GraphicView2MediaImageConverter()400 tryWrapping = yuv420888 && uPlane.colInc == 2 && vPlane.colInc == 2 in GraphicView2MediaImageConverter()