Searched defs:flip (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DSpritePlaneBase.cpp36 bool SpritePlaneBase::flip(void *ctx) function in class:android::intel::SpritePlaneBase
39 return DisplayPlane::flip(ctx);
/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlane.cpp367 bool DisplayPlane::flip(void * /* ctx */) function in class:android::intel::DisplayPlane
371 // always flip
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnRGBPlane.cpp59 bool AnnRGBPlane::flip(void*) function in class:android::intel::AnnRGBPlane
316 // skipping flip may cause flicking
H A DAnnOverlayPlane.cpp133 // post-flip.
614 bool AnnOverlayPlane::flip(void *ctx) function in class:android::intel::AnnOverlayPlane
620 if (!DisplayPlane::flip(ctx)) {
621 ELOGTRACE("failed to flip display plane.");
699 // Bit 0: Decryption request, only allowed to change on a synchronous flip
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c981 * dright, dbot, rot, flip, blending, scalew, scaleh, visrects
1042 char flip[5] = ""; local
1043 strcat(flip, l->transform & HWC_TRANSFORM_FLIP_H ? "H" : "");
1044 strcat(flip, l->transform & HWC_TRANSFORM_FLIP_V ? "V" : "");
1046 strcpy(flip, "none");
1047 e -= snprintf(end - e, e, "%s %s", csv ? "," : " flip:", flip);
1185 * If vertical and horizontal flip flags are set it means a 180 rotation
1186 * (with no flip) is intended for the layer, so we return 0 in that case.

Completed in 147 milliseconds