Searched refs:flip (Results 1 - 11 of 11) sorted by last modified time

/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.
/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/include/
H A DDisplayPlane.h97 virtual bool flip(void *ctx);
/hardware/intel/img/hwcomposer/ips/anniedale/
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
H A DAnnOverlayPlane.h41 virtual bool flip(void *ctx);
H A DAnnRGBPlane.cpp59 bool AnnRGBPlane::flip(void*) function in class:android::intel::AnnRGBPlane
316 // skipping flip may cause flicking
H A DAnnRGBPlane.h39 bool flip(void *ctx);
/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.h47 virtual bool flip(void *ctx) = 0;
H A DSpritePlaneBase.cpp36 bool SpritePlaneBase::flip(void *ctx) function in class:android::intel::SpritePlaneBase
39 return DisplayPlane::flip(ctx);
H A DSpritePlaneBase.h32 virtual bool flip(void *ctx);
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayContext.cpp102 ret = plane->flip(NULL);
104 VLOGTRACE("failed to flip plane %d", i);

Completed in 1033 milliseconds