Home
last modified time | relevance | path

Searched refs:useCopybitForYUV (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.cpp165 bool useCopybitForYUV = canUseCopybitForYUV(ctx); in prepare() local
211 (useCopybitForYUV || useCopybitForRGB)) { in prepare()
224 if (!useCopybitForYUV && ctx->listStats[dpy].yuvCount) in prepare()
229 (useCopybitForYUV || !ctx->listStats[dpy].yuvCount)) { in prepare()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp167 bool useCopybitForYUV = canUseCopybitForYUV(ctx); in prepare() local
177 if (useCopybitForYUV || useCopybitForRGB) { in prepare()
194 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) || in prepare()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp303 bool useCopybitForYUV = canUseCopybitForYUV(ctx); in prepare() local
349 (useCopybitForYUV || useCopybitForRGB)) { in prepare()
362 if (!useCopybitForYUV && ctx->listStats[dpy].yuvCount) in prepare()
367 (useCopybitForYUV || !ctx->listStats[dpy].yuvCount)) { in prepare()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp307 bool useCopybitForYUV = canUseCopybitForYUV(ctx); in prepare() local
357 (useCopybitForYUV || useCopybitForRGB)) { in prepare()
370 if (!useCopybitForYUV && ctx->listStats[dpy].yuvCount) in prepare()
375 (useCopybitForYUV || !ctx->listStats[dpy].yuvCount)) { in prepare()