HomeSort by relevance Sort by last modified time
    Searched refs:Overlay (Results 1 - 18 of 18) sorted by null

  /frameworks/av/cmds/screenrecord/
Overlay.h 33 * Overlay "filter". This sits between the virtual display and the video
38 class Overlay : public GLConsumer::FrameAvailableListener, Thread {
40 Overlay(bool monotonicTimestamps) : Thread(false),
52 // Creates a thread that performs the overlay. Pass in the surface that
71 Overlay(const Overlay&);
72 Overlay& operator=(const Overlay&);
75 virtual ~Overlay() { assert(mState == UNINITIALIZED || mState == STOPPED); }
87 // One-time setup (essentially object construction on the overlay thread)
    [all...]
Overlay.cpp 34 #include "Overlay.h"
40 const char* Overlay::kPropertyNames[] = {
57 status_t Overlay::start(const sp<IGraphicBufferProducer>& outputSurface,
59 ALOGV("Overlay::start");
63 // can map one to the other. This allows the overlay counter to advance
73 run("overlay");
81 ALOGE("Failed to start overlay thread: err=%d", mThreadResult);
86 ALOGV("Overlay::start successful");
91 status_t Overlay::stop() {
92 ALOGV("Overlay::stop")
    [all...]
screenrecord.cpp 59 #include "Overlay.h"
74 using android::Overlay;
663 Overlay::drawInfoPage(encoderInputSurface);
666 // Configure optional overlay.
668 sp<Overlay> overlay; local
671 overlay = new Overlay(gMonotonicTime);
672 err = overlay->start(encoderInputSurface, &bufferProducer);
678 printf("Bugreport overlay created\n")
    [all...]
  /external/libkmsxx/kms++/inc/kms++/
plane.h 10 Overlay = 1 << 0,
  /frameworks/base/cmds/idmap/
scan.cpp 24 struct Overlay {
25 Overlay() {}
26 Overlay(const String8& a, const String8& i, int p) :
29 bool operator<(Overlay const& rhs) const
39 bool writePackagesList(const char *filename, const SortedVector<Overlay>& overlayVector)
60 const Overlay& overlay = overlayVector[i]; local
61 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
143 // if property set & equal to value, then include overlay - otherwise ski
    [all...]
  /external/libkmsxx/kms++/src/
plane.cpp 57 return PlaneType::Overlay;
66 return PlaneType::Overlay;
  /external/libkmsxx/py/tests/
iact.py 33 if p.plane_type == pykms.PlaneType.Overlay:
  /external/libkmsxx/kms++util/src/
resourcemanager.cpp 205 return reserve_plane(crtc, PlaneType::Overlay, format);
  /external/bcc/examples/networking/tunnel_monitor/
README.md 11 overlay network (using vxlan in this case), and each host contains multiple
12 clients in different segments of the overlay network. The script `traffic.sh`
16 ![Overlay Diagram](vxlan.jpg)
  /external/v8/tools/heap-stats/
global-timeline.js 187 // Overlay pointer compression benefit on top of the graph
  /external/libkmsxx/py/pykms/
pykmsbase.cpp 110 .value("Overlay", PlaneType::Overlay)
  /external/libkmsxx/utils/
kmscapture.cpp 364 if (p->plane_type() != PlaneType::Overlay)
  /external/skqp/experimental/canvaskit/
externs.js 306 Overlay: {},
  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.cpp 188 static float Overlay(float s, float d)
198 tcu::Vec4 rgb(Overlay(src[0], dst[0]), Overlay(src[1], dst[1]), Overlay(src[2], dst[2]), 0.f);
    [all...]
  /external/skia/modules/canvaskit/
externs.js 322 Overlay: {},
  /external/skia/modules/canvaskit/htmlcanvas/
canvas2dcontext.js 164 case CanvasKit.BlendMode.Overlay:
165 return 'overlay';
247 case 'overlay':
248 this._globalCompositeOperation = CanvasKit.BlendMode.Overlay;
    [all...]
  /external/skqp/experimental/canvaskit/htmlcanvas/
canvas2dcontext.js 164 case CanvasKit.BlendMode.Overlay:
165 return 'overlay';
247 case 'overlay':
248 this._globalCompositeOperation = CanvasKit.BlendMode.Overlay;
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 946 milliseconds