Searched refs:overlay (Results 101 - 125 of 128) sorted by relevance

123456

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc.cpp29 #include <overlay.h>
44 using namespace overlay;
153 overlay::utils::OV_MDP_PIPE_DMA))
171 overlay::utils::OV_MDP_PIPE_DMA)) {
345 overlay::Writeback::configBegin();
368 overlay::Writeback::configDone();
417 // free up all the overlay pipes in use
H A Dhwc_utils.cpp30 #include <overlay.h>
51 using namespace overlay;
52 using namespace overlay::utils;
53 namespace ovutils = overlay::utils;
197 overlay::Overlay::initOverlay();
198 ctx->mOverlay = overlay::Overlay::getInstance();
1020 return overlay::utils::OVERLAY_BLENDING_OPAQUE;
1022 return overlay::utils::OVERLAY_BLENDING_PREMULT;
1025 return overlay::utils::OVERLAY_BLENDING_COVERAGE;
1303 overlay
[all...]
H A Dhwc_uevents.cpp37 using namespace overlay;
H A Dhwc_vsync.cpp32 #include "overlay.h"
123 overlay::Overlay::getInstance()->
H A Dhwc_virtual.cpp37 using namespace overlay;
H A Dhwc_mdpcomp.cpp31 using namespace overlay;
33 using namespace overlay::utils;
34 namespace ovutils = overlay::utils;
373 * maximum downscale support is overlay pipe downscale.
1520 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
1528 ALOGD_IF(isDebug(), "%s: Failed to validate and set overlay for dpy %d"
1854 overlay::Overlay& ov = *ctx->mOverlay;
2112 overlay::Overlay& ov = *ctx->mOverlay;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp30 #include <overlay.h>
50 using namespace overlay;
51 using namespace overlay::utils;
52 namespace ovutils = overlay::utils;
190 overlay::Overlay::initOverlay();
191 ctx->mOverlay = overlay::Overlay::getInstance();
1034 return overlay::utils::OVERLAY_BLENDING_OPAQUE;
1036 return overlay::utils::OVERLAY_BLENDING_PREMULT;
1039 return overlay::utils::OVERLAY_BLENDING_COVERAGE;
1310 overlay
[all...]
H A Dhwc_uevents.cpp37 using namespace overlay;
H A Dhwc_vsync.cpp32 #include "overlay.h"
135 overlay::Overlay::getInstance()->
H A Dhwc_virtual.cpp36 using namespace overlay;
H A Dhwc_mdpcomp.cpp30 using namespace overlay;
32 using namespace overlay::utils;
33 namespace ovutils = overlay::utils;
364 * maximum downscale support is overlay pipe downscale.
1342 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
1350 ALOGD_IF(isDebug(), "%s: Failed to validate and set overlay for dpy %d"
1642 overlay::Overlay& ov = *ctx->mOverlay;
1903 overlay::Overlay& ov = *ctx->mOverlay;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayWriteback.cpp30 #include "overlay.h"
36 namespace overlay { namespace
273 } //namespace overlay
H A Doverlay.h39 namespace overlay { namespace
86 * end, and expect the overlay to allocate a given pipe for a layer.
91 /* getting overlay.pipeid for the given dest */
138 /* Returns the singleton instance of overlay */
393 }; // overlay
H A Doverlay.cpp31 #include "overlay.h"
38 namespace overlay { namespace
429 ALOGD("Unset overlay with index: %d at mixer %d", index, i);
597 }; // namespace overlay
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayWriteback.cpp30 #include "overlay.h"
36 namespace overlay { namespace
273 } //namespace overlay
H A DoverlayUtils.h86 namespace overlay { namespace
531 return overlay::open(fd, fbnum, devpath, flags);
568 //--------------------Class Res stuff (namespace overlay only) -----------
579 //--------------------Class OvFD stuff (namespace overlay only) -----------
690 } // overlay
H A Doverlay.h39 namespace overlay { namespace
87 * end, and expect the overlay to allocate a given pipe for a layer.
92 /* getting overlay.pipeid for the given dest */
143 /* Returns the singleton instance of overlay */
414 }; // overlay
H A Doverlay.cpp31 #include "overlay.h"
38 namespace overlay { namespace
418 ALOGD("Unset overlay with index: %d at mixer %d", index, i);
586 }; // namespace overlay
/hardware/qcom/display/msm8974/liboverlay/
H A Doverlay.h38 namespace overlay { namespace
102 /* Returns the singleton instance of overlay */
277 }; // overlay
H A Doverlay.cpp30 #include "overlay.h"
37 namespace overlay { namespace
278 ALOGD("Unset overlay with index: %d at mixer %d", index, i);
397 }; // namespace overlay
/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.cpp30 #include "overlay.h"
37 namespace overlay { namespace
257 ALOGD("Unset overlay with index: %d at mixer %d", index, i);
318 }; // namespace overlay
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h247 OMX_U32 ulFrostedGlassOvly; /* Frosted glass effect overlay */
418 VPP_OVERLAY *overlay; member in struct:VPP_COMPONENT_PRIVATE
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp36 #include "overlay.h"
90 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(HWC_DISPLAY_EXTERNAL);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp36 #include "overlay.h"
90 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(HWC_DISPLAY_EXTERNAL);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp39 #include "overlay.h"
650 overlay::Overlay::getInstance()->setExtFbNum(extFbNum);

Completed in 453 milliseconds

123456