Searched refs:flip (Results 1 - 25 of 26) sorted by relevance

12

/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);
H A DSpritePlaneBase.h33 virtual bool flip(void *ctx);
H A DOverlayPlaneBase.h48 virtual bool flip(void *ctx) = 0;
/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);
H A DSpritePlaneBase.h32 virtual bool flip(void *ctx);
H A DOverlayPlaneBase.h47 virtual bool flip(void *ctx) = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwOverlayPlane.cpp37 bool PnwOverlayPlane::flip() function in class:android::intel::PnwOverlayPlane
39 //TODO: implement flip
H A DPnwOverlayPlane.h35 virtual bool flip();
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngOverlayPlane.h36 virtual bool flip(void *ctx);
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
H A DTngDisplayContext.cpp101 ret = plane->flip(NULL);
103 VTRACE("failed to flip plane %d", i);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnRGBPlane.h39 bool flip(void *ctx);
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 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.h39 virtual bool flip(void *ctx);
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/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlane.h97 virtual bool flip(void *ctx);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlane.h97 virtual bool flip(void *ctx);
/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/ips/tangier/
H A DTngDisplayContext.cpp101 ret = plane->flip(NULL);
103 VLOGTRACE("failed to flip plane %d", i);
/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/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h2916 uint32_t flip; member in struct:__anon2226
2982 uint32_t flip; /* 0 means no flip */ member in struct:__anon2233
3147 int32_t pipeline_flip; /* current pipeline flip and rotational parameters */
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraChannel.cpp641 LOGW("set preview stream flip failed");
660 LOGW("set video stream flip failed");
681 LOGW("set snapshot stream flip failed");
1330 streamInfo->reprocess_config.pp_feature_config.flip = (uint32_t)flipMode;
H A DQCamera2HWI.cpp3444 streamInfo->pp_config.flip = (uint32_t)flipMode;

Completed in 780 milliseconds

12