HomeSort by relevance Sort by last modified time
    Searched refs:Overlay (Results 51 - 75 of 94) sorted by null

1 23 4

  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 49 #include "overlay.h"
214 int fbNum = overlay::Overlay::getInstance()->
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 31 #include "overlay.h"
34 namespace overlay { namespace
52 mFbNum = Overlay::getInstance()->getExtFbNum();
102 void GenericPipe::setCrop(const overlay::utils::Dim& d) {
191 //Need an actual rotator. Modify overlay State Traits.
240 } //namespace overlay
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 33 public class HoverOverlay extends Overlay {
IncludeOverlay.java 33 * an included file's own content. This overlay is in use when you are editing an included
36 public class IncludeOverlay extends Overlay {
46 * @param canvas The {@link LayoutCanvas} to paint the overlay over.
LintOverlay.java 37 public class LintOverlay extends Overlay {
38 /** Approximate size of lint overlay icons */
40 /** Alpha to draw lint overlay icons with */
MoveGesture.java 52 /** Overlay which paints the drag & drop feedback. */
123 public List<Overlay> createOverlays() {
125 return Collections.<Overlay> singletonList(mOverlay);
    [all...]
GestureManager.java 83 private List<Overlay> mOverlays;
178 for (Overlay overlay : mOverlays) {
179 overlay.create(device);
182 for (Overlay overlay : mOverlays) {
183 overlay.paint(gc);
290 for (Overlay overlay : mOverlays) {
291 overlay.dispose()
    [all...]
SelectionOverlay.java 36 * The {@link SelectionOverlay} paints the current selection as an overlay.
38 public class SelectionOverlay extends Overlay {
52 * Set whether the selection overlay should be hidden. This is done during some
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 47 namespace ovutils = overlay::utils;
49 namespace overlay { namespace
50 class Overlay;
128 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
132 overlay::Rotator* getRot(uint32_t index) const;
136 overlay::Rotator* mRot[MAX_SESS];
149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
202 overlay::Rotator **rot);
208 const ovutils::eDest& rDest, overlay::Rotator **rot);
307 //Overlay object - NULL for non overlay device
    [all...]
hwc_mdpcomp.cpp 27 using overlay::Rotator;
28 using namespace overlay::utils;
29 namespace ovutils = overlay::utils;
314 overlay::Overlay& ov = *ctx->mOverlay;
629 overlay::Overlay& ov = *ctx->mOverlay;
688 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
718 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
897 overlay::Overlay& ov = *ctx->mOverlay
    [all...]
hwc_utils.cpp 26 #include <overlay.h>
41 using namespace overlay;
42 using namespace overlay::utils;
43 namespace ovutils = overlay::utils;
198 overlay::Overlay::initOverlay();
199 ctx->mOverlay = overlay::Overlay::getInstance();
204 overlay::Overlay::initOverlay()
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 29 #include <overlay.h>
46 using namespace overlay;
47 using namespace overlay::utils;
48 namespace ovutils = overlay::utils;
132 overlay::Overlay::initOverlay();
133 ctx->mOverlay = overlay::Overlay::getInstance();
139 overlay::Overlay::initOverlay()
    [all...]
hwc.cpp 29 #include <overlay.h>
42 using namespace overlay;
202 // Mark all application layers as OVERLAY so that
254 overlay::Writeback::configBegin();
256 Overlay::setDMAMode(Overlay::DMA_LINE_MODE);
285 overlay::Writeback::configDone();
329 // free up all the overlay pipes in use
335 overlay::Writeback::clear();
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 32 using namespace overlay;
34 using namespace overlay::utils;
35 namespace ovutils = overlay::utils;
446 * maximum downscale support is overlay pipe downscale.
    [all...]
hwc_utils.h 55 namespace ovutils = overlay::utils;
57 namespace overlay { namespace
58 class Overlay;
215 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
223 overlay::Rotator* getRot(uint32_t index) const;
227 hwc_layer_1_t* mLayer[overlay::RotMgr::MAX_ROT_SESS];
228 overlay::Rotator* mRot[overlay::RotMgr::MAX_ROT_SESS];
241 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
378 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf
    [all...]
hwc_qclient.cpp 36 #include <overlay.h>
44 using namespace overlay;
241 Overlay::debugPipeLifecycle(enable);
329 if(!Overlay::displayCommit(ctx->dpyAttr[0].fd)) {
hwc_virtual.cpp 37 using namespace overlay;
122 * Mark all application layers as OVERLAY so that
187 if(!Overlay::displayCommit(ctx->dpyAttr[dpy].fd)) {
hwc_vsync.cpp 33 #include "overlay.h"
139 overlay::Overlay::getInstance()->
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 56 #include "Overlay.h"
607 Overlay::drawInfoPage(encoderInputSurface);
610 // Configure optional overlay.
612 sp<Overlay> overlay; local
615 overlay = new Overlay();
616 err = overlay->start(encoderInputSurface, &bufferProducer);
622 printf("Bugreport overlay created\n");
716 if (overlay != NULL) overlay->stop()
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 49 namespace ovutils = overlay::utils;
51 namespace overlay { namespace
52 class Overlay;
174 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
182 overlay::Rotator* getRot(uint32_t index) const;
186 overlay::Rotator* mRot[MAX_SESS];
199 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
328 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf,
332 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg
    [all...]
hwc_vsync.cpp 32 #include "overlay.h"
135 overlay::Overlay::getInstance()->
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 50 namespace ovutils = overlay::utils;
52 namespace overlay { namespace
53 class Overlay;
199 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
207 overlay::Rotator* getRot(uint32_t index) const;
211 overlay::Rotator* mRot[MAX_SESS];
224 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
348 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf,
352 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg
    [all...]
hwc_vsync.cpp 32 #include "overlay.h"
123 overlay::Overlay::getInstance()->
  /build/core/
post_clean.mk 21 # If a package's resource overlay has been changed, its R class needs to be
41 $(info *** Overlay change detected, clean shared intermediate files...)
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 31 #include "overlay.h"
162 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(mDisplayId);
593 if(overlay::Overlay::getInstance()->isUIScalingOnExternalSupported()
637 alignedExtW = overlay::utils::aligndown(newExtW, 4);
638 alignedExtH = overlay::utils::aligndown(newExtH, 4);

Completed in 435 milliseconds

1 23 4