Searched refs:src_yuv420_8b (Results 1 – 1 of 1) sorted by relevance
1229 bool src_yuv420_8b; in requestPerformanceQoS() local1233 src_yuv420_8b = false; in requestPerformanceQoS()1274 if (bpp == 12) src_yuv420_8b = true; in requestPerformanceQoS()1321 bandwidth >>= ((bpp == 12) && src_yuv420_8b && src_rotate) ? 12 : 13; in requestPerformanceQoS()