Searched refs:src_yuv420_8b (Results 1 – 1 of 1) sorted by relevance
1266 bool src_yuv420_8b; in requestPerformanceQoS() local1270 src_yuv420_8b = false; in requestPerformanceQoS()1311 if (bpp == 12) src_yuv420_8b = true; in requestPerformanceQoS()1358 bandwidth >>= ((bpp == 12) && src_yuv420_8b && src_rotate) ? 12 : 13; in requestPerformanceQoS()