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

12 3 4 5 6 7 8 9

  /hardware/qcom/display/msm8226/liboverlay/
overlayMem.h 43 namespace overlay { namespace
220 } // overlay
overlayWriteback.h 34 namespace overlay { namespace
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 33 namespace overlay { namespace
50 void GenericPipe::setCrop(const overlay::utils::Dim& d) {
152 } //namespace overlay
  /hardware/qcom/display/msm8960/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 26 namespace ovutils = overlay::utils;
28 namespace overlay { namespace
142 overlay::Rotator *rot = NULL;
147 mRot[mUseCount] = overlay::Rotator::getRotator();
  /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
  /hardware/qcom/display/msm8974/liboverlay/
mdpWrapper.h 35 * In order to make overlay::mdp_wrapper shorter, please do something like:
36 * namespace mdpwrap = overlay::mdp_wrapper;
47 namespace overlay{ namespace
315 overlay::utils::getFormatString(ov.format));
359 } // overlay
overlayMdp.cpp 32 namespace ovutils = overlay::utils;
33 namespace overlay { namespace
104 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
344 } // overlay
overlayMem.h 42 namespace overlay { namespace
209 } // overlay
overlayRotator.cpp 26 namespace ovutils = overlay::utils;
28 namespace overlay { namespace
142 overlay::Rotator *rot = NULL;
147 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())) {
255 } //namespace overlay
overlayWriteback.h 34 namespace overlay { namespace
  /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
  /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/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:__anon17705
  /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:__anon31264
  /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/cmds/idmap/
scan.cpp 19 struct Overlay {
20 Overlay() {}
21 Overlay(const String8& a, const String8& i, int p) :
24 bool operator<(Overlay const& rhs) const
35 bool writePackagesList(const char *filename, const SortedVector<Overlay>& overlayVector)
43 const Overlay& overlay = overlayVector[i]; local
44 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
135 if (tag == String16("overlay")) {
    [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/msm8084/liboverlay/
overlayCtrlData.h 37 namespace ovutils = overlay::utils;
39 namespace overlay { namespace
68 /* mdp set overlay/commit changes */
103 /* set overlay pipe id in the mdp struct */
105 /* get overlay id in the mdp struct */
107 /* queue buffer to the overlay */
170 ALOGE("Ctrl commit failed set overlay");
246 } // overlay
overlayMdp.cpp 23 #include <overlay.h>
33 namespace ovutils = overlay::utils;
34 namespace overlay { namespace
37 int fbnum = Overlay::getFbForDpy(dpy);
113 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
370 Overlay::getFnProgramScale();
390 int fbnum = Overlay::getFbForDpy(dpy);
404 } // overlay
overlayMdpRot.cpp 23 namespace ovutils = overlay::utils;
25 namespace overlay { namespace
83 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
124 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) {
235 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) {
258 } // namespace overlay

Completed in 386 milliseconds

12 3 4 5 6 7 8 9