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

/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwOverlayPlane.cpp37 bool PnwOverlayPlane::flip() function in class:android::intel::PnwOverlayPlane
39 //TODO: implement flip
/hardware/intel/img/hwcomposer/merrifield/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/moorefield_hdmi/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/merrifield/ips/tangier/
H A DTngOverlayPlane.cpp40 bool TngOverlayPlane::flip(void *ctx) function in class:android::intel::TngOverlayPlane
44 if (!DisplayPlane::flip(ctx))
87 // Bit 0: Decryption request, only allowed to change on a synchronous flip
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlane.cpp346 bool DisplayPlane::flip(void *ctx) function in class:android::intel::DisplayPlane
350 // always flip
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlane.cpp370 bool DisplayPlane::flip(void * /* ctx */) function in class:android::intel::DisplayPlane
374 // always flip
/hardware/intel/img/hwcomposer/moorefield_hdmi/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.
630 bool AnnOverlayPlane::flip(void *ctx) function in class:android::intel::AnnOverlayPlane
636 if (!DisplayPlane::flip(ctx)) {
637 ELOGTRACE("failed to flip display plane.");
715 // Bit 0: Decryption request, only allowed to change on a synchronous flip
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnOverlayPlane.cpp125 // post-flip.
562 bool AnnOverlayPlane::flip(void *ctx) function in class:android::intel::AnnOverlayPlane
568 if (!DisplayPlane::flip(ctx)) {
569 ETRACE("failed to flip display plane.");
625 // 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.
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h2472 uint32_t flip; member in struct:__anon2491
2538 uint32_t flip; /* 0 means no flip */ member in struct:__anon2498

Completed in 319 milliseconds