HomeSort by relevance Sort by last modified time
    Searched defs:overlay (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 25 namespace ovutils = overlay::utils;
27 namespace overlay { namespace
141 overlay::Rotator *rot = NULL;
146 mRot[mUseCount] = overlay::Rotator::getRotator();
overlayWriteback.cpp 30 #include "overlay.h"
34 namespace overlay { namespace
77 int fbNum = Overlay::getFbForDpy(Overlay::DPY_WRITEBACK);
173 if(!Overlay::displayCommit(mFd.getFD())) {
244 } //namespace overlay
overlayWriteback.h 34 namespace overlay { namespace
overlayCtrlData.h 37 namespace ovutils = overlay::utils;
39 namespace overlay { namespace
70 /* mdp set overlay/commit changes */
106 /* set overlay pipe id in the mdp struct */
108 /* get overlay id in the mdp struct */
110 /* queue buffer to the overlay */
194 ALOGE("Ctrl commit failed set overlay");
272 } // overlay
overlayMdp.cpp 32 namespace ovutils = overlay::utils;
33 namespace overlay { namespace
104 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
367 } // overlay
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.cpp 31 #include "overlay.h"
34 namespace overlay { namespace
50 int fbNum = Overlay::getFbForDpy(mDpy);
92 void GenericPipe::setCrop(const overlay::utils::Dim& d) {
179 } //namespace overlay
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdp.cpp 29 namespace ovutils = overlay::utils;
30 namespace overlay { namespace
114 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
331 } // overlay
overlayMem.h 42 namespace overlay { namespace
208 } // overlay
overlayRotator.cpp 25 namespace ovutils = overlay::utils;
27 namespace overlay { namespace
141 overlay::Rotator *rot = NULL;
146 mRot[mUseCount] = overlay::Rotator::getRotator();
  /hardware/qcom/display/msm8x26/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
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 48 ItemizedOverlayForTests overlay = new ItemizedOverlayForTests(null); local
49 overlay.triggerProtectedCall();
51 assertThat(shadowOf(overlay).isPopulated(), is(true));
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 47 // Draw the overlay in the bottom left corner of the icon.
48 const gfx::ImageSkia& overlay = *ui::ResourceBundle::GetSharedInstance(). variable
50 canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_overlay.h 29 * Definitions for video-overlay support.
86 * Struct definitions for the video overlay commands built on
92 uint32 overlay; member in struct:__anon14812
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiplesFilters.java 99 final ColorOverlayFilter overlay = new ColorOverlayFilter(ColorRGBA.LightGray); local
108 fpp.addFilter(overlay);
139 if (overlay.isEnabled()) {
140 overlay.setEnabled(false);
142 overlay.setEnabled(true);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 29 * Definitions for video-overlay support.
86 * Struct definitions for the video overlay commands built on
92 uint32 overlay; member in struct:__anon25177
  /external/netperf/
netcpu_pstat.c 66 } *overlay; local
76 overlay = (union overlay_u *)&(res[i]);
77 overlay->word[0] = psp[i].psp_idlecycles.psc_hi;
78 overlay->word[1] = psp[i].psp_idlecycles.psc_lo;
146 } *overlay; local
147 overlay = (union overlay_u *)&(firstcnt[j]);
148 overlay->word[0] = psp[j].psp_idlecycles.psc_hi;
149 overlay->word[1] = psp[j].psp_idlecycles.psc_lo;
182 } *overlay; local
183 overlay = (union overlay_u *)&(secondcnt[j])
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv.c 47 /* Workaround intel i810 video overlay waiting with failing until the
107 static void X11_ClearYUVOverlay(SDL_Overlay *overlay)
111 switch (overlay->format)
115 for (y = 0; y < overlay->h; y++)
116 memset(overlay->pixels[0] + y * overlay->pitches[0],
117 0, overlay->w);
119 for (y = 0; y < (overlay->h / 2); y++)
121 memset(overlay->pixels[1] + y * overlay->pitches[1]
162 SDL_Overlay *overlay; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 3 * Test of the overlay used for moved pictures, test more closed to real life. *
272 fprintf(stderr, " -scale <scale factor> (initial scale of the overlay)\n");
285 SDL_Overlay* overlay; local
423 SDL_WM_SetCaption("SDL test overlay: running moose", "testoverlay2");
478 overlay=SDL_CreateYUVOverlay(MOOSEPIC_W, MOOSEPIC_H, overlay_format, screen);
479 if (!overlay)
481 fprintf(stderr, "Couldn't create overlay: %s\n", SDL_GetError());
485 printf("Created %dx%dx%d %s %s overlay\n",overlay->w,overlay->h,overlay->planes
    [all...]
  /frameworks/base/tools/obbtool/
Main.cpp 43 {"overlay", optional_argument, NULL, 'o'},
54 , overlay(false)
62 bool overlay; member in class:PackageInfo
81 " -o sets the OBB overlay flag\n"
101 obb->setOverlay(info->overlay);
141 printf(" Overlay: %s\n", obb->isOverlay() ? "true" : "false");
216 package_info.overlay = true;
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 38 namespace overlay { namespace
41 class Overlay : utils::NoCopy {
44 ~Overlay();
75 /* Returns the singleton instance of overlay */
76 static Overlay* getInstance();
90 explicit Overlay();
149 static Overlay *sInstance;
153 inline void Overlay::validate(int index) {
160 inline int Overlay::availablePipes(int dpy) {
171 inline void Overlay::setExtFbNum(int fbNum)
    [all...]
overlayCtrlData.h 37 namespace ovutils = overlay::utils;
39 namespace overlay { namespace
70 /* mdp set overlay/commit changes */
105 /* set overlay pipe id in the mdp struct */
107 /* get overlay id in the mdp struct */
109 /* queue buffer to the overlay */
193 ALOGE("Ctrl commit failed set overlay");
267 } // overlay
overlayMdpRot.cpp 23 namespace ovutils = overlay::utils;
25 namespace overlay { namespace
83 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
127 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) {
237 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) {
271 } // namespace overlay
overlayMdssRot.cpp 36 namespace ovutils = overlay::utils;
38 namespace overlay { namespace
73 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
88 void MdssRot::setSource(const overlay::utils::Whf& awhf,
89 const overlay::utils::Whf& owhf) {
121 if(!overlay::mdp_wrapper::setOverlay(mFd.getFD(), mRotInfo)) {
143 if(!overlay::mdp_wrapper::play(mFd.getFD(), mRotData)) {
269 } // namespace overlay
overlayRotator.h 39 namespace overlay { namespace
234 overlay::Rotator *getNext();
242 overlay::Rotator *mRot[MAX_ROT_SESS];
248 } // overlay
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlay3DPipe.h 36 namespace overlay { namespace
63 overlay::GenericPipe<utils::EXTERNAL> mM3d;
93 overlay::GenericPipe<utils::PRIMARY> mM3d;
123 overlay::GenericPipe<utils::EXTERNAL> mS3d;
155 overlay::GenericPipe<utils::PRIMARY> mS3d;
463 } // overlay

Completed in 3041 milliseconds

12 3 4 5 6