Searched defs:yuvCount (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h94 int yuvCount; member in struct:qhwc::ListStats
350 return ctx->listStats[dpy].yuvCount;
H A Dhwc_utils.cpp402 static void configurePPD(hwc_context_t *ctx, int yuvCount) { argument
406 if (yuvCount > 0 && !ctx->mCablProp.start) {
413 } else if (yuvCount == 0 && ctx->mCablProp.start) {
432 ctx->listStats[dpy].yuvCount = 0;
447 int& yuvCount = ctx->listStats[dpy].yuvCount; local
448 ctx->listStats[dpy].yuvIndices[yuvCount] = i;
449 yuvCount++;
462 configurePPD(ctx, ctx->listStats[dpy].yuvCount);

Completed in 75 milliseconds