HomeSort by relevance Sort by last modified time
    Searched refs:drm (Results 226 - 250 of 304) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/drm/1.0/default/
CryptoPlugin.cpp 16 #define LOG_TAG "android.hardware.drm@1.0-impl"
31 namespace drm { namespace in namespace:android::hardware
35 // Methods from ::android::hardware::drm::V1_0::ICryptoPlugin follow
170 } // namespace drm
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_color_manager_drm.cpp 33 #include <drm/msm_drm_pp.h>
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_color_manager_drm.cpp 33 #include <drm/msm_drm_pp.h>
  /packages/apps/TV/libs/
exoplayer_v2.jar 
  /device/google/dragon/
device.mk 238 android.hardware.drm@1.0-impl
299 hwcomposer.drm \
  /external/drm_hwcomposer/
drmdisplaycomposition.cpp 17 #define LOG_TAG "hwc-drm-display-composition"
44 int DrmDisplayComposition::Init(DrmResources *drm, DrmCrtc *crtc,
47 drm_ = drm;
68 return sw_sync_fence_create(timeline_fd_, "hwc drm display composition fence",
drmdisplaycompositor.cpp 18 #define LOG_TAG "hwc-drm-display-compositor"
33 #include <drm/drm_mode.h>
220 : QueueWorker("drm-compositor", HAL_PRIORITY_URGENT_DISPLAY),
254 int DrmDisplayCompositor::Init(DrmResources *drm, int display) {
255 drm_ = drm;
978 // Composition planes without DRM planes should never happen
    [all...]
  /external/mesa3d/docs/specs/
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
37 lets the application get the DRM buffer handles.
75 Use when importing drm buffer:
82 To create a DRM EGLImage, call
96 should be usable as a scanout buffer with the DRM kernel
99 underlying DRM buffer name. EGL_DRM_BUFFER_USE_CURSOR_MESA
104 To create a process local handle or a global DRM name for a
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
132 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 19 #include <Drm.h>
823 Drm *drm = Hwcomposer::getInstance().getDrm(); local
824 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 30 ../../common/base/Drm.cpp \
98 $(TARGET_OUT_HEADERS)/drm \
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 30 ../../common/base/Drm.cpp \
101 $(TARGET_OUT_HEADERS)/drm \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
radeon_drm.h 36 #include <drm/drm.h>
459 int tiling_enabled; /* set by drm, read by 2d + 3d clients */
698 /* Added with DRM version 1.6. */
701 /* Added with DRM version 1.8. */
752 /* 1.10: Clients tell the DRM where they think the framebuffer is located in
    [all...]
  /system/sepolicy/vendor/
file_contexts 12 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@1\.0-service u:object_r:hal_drm_default_exec:s0
  /external/libdrm/intel/
intel_bufmgr.c 37 #include <drm.h>
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 826 if (screen->base.drm->version >= 0x01000202)
960 screen->base.drm->version >= 0x01000101);
963 PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.h 43 #include <drm.h>
  /frameworks/av/media/libheif/
HeifDecoderImpl.cpp 25 #include <drm/drm_framework_common.h>
  /hardware/intel/common/libwsbm/src/
wsbm_fencemgr.c 41 #include <drm/psb_ttm_fence_user.h>
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 19 #include <Drm.h>
58 Drm *drm = Hwcomposer::getInstance().getDrm(); local
75 mWsbm = new Wsbm(drm->getDrmFd());
111 Drm *drm = Hwcomposer::getInstance().getDrm(); local
112 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 43 /* For archs with no drm.h */
45 #include <drm.h>
543 * DRM, etc.).
  /device/google/wahoo/
device.mk 315 # DRM HAL
317 android.hardware.drm@1.0-impl \
318 android.hardware.drm@1.0-service \
319 android.hardware.drm@1.0-service.widevine
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 605 int32_t drm = 0; local
606 if (fileMeta->findInt32(kKeyIsDRM, &drm) && drm != 0) {
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/libdrm/tests/planetest/
dev.c 8 #include <drm.h>
  /external/libdrm/
xf86drmMode.h 3 * Header for DRM modesetting interface.
43 #include <drm.h>
46 * This is the interface for modesetting for drm.
63 * If we pickup an old version of drm.h which doesn't include drm_mode.h

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 91011>>