/hardware/intel/common/libva/va/ |
D | va.c | 43 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext) argument 44 #define CHECK_DISPLAY(dpy) if( !vaDisplayIsValid(dpy) ) { return VA_STATUS_ERROR_INVALID_DISPLAY; } argument 100 int vaDisplayIsValid(VADisplay dpy) in vaDisplayIsValid() 190 static VAStatus va_getDriverName(VADisplay dpy, char **driver_name) in va_getDriverName() 197 static VAStatus va_openDriver(VADisplay dpy, char *driver_name) in va_openDriver() 364 VAPrivFunc vaGetLibFunc(VADisplay dpy, const char *func) in vaGetLibFunc() 443 VADisplay dpy, in vaInitialize() 492 VADisplay dpy in vaTerminate() 533 VADisplay dpy in vaQueryVendorString() 545 VADisplay dpy in vaMaxNumProfiles() [all …]
|
D | va_trace.c | 101 #define TRACE_CTX(dpy) ((struct trace_context *)((VADisplayContextP)dpy)->vatrace) argument 103 #define DPY2TRACECTX(dpy) \ argument 156 void va_TraceInit(VADisplay dpy) in va_TraceInit() 240 void va_TraceEnd(VADisplay dpy) in va_TraceEnd() 288 void va_TraceSurface(VADisplay dpy) in va_TraceSurface() 373 VADisplay dpy, in va_TraceInitialize() 384 VADisplay dpy in va_TraceTerminate() 393 VADisplay dpy, in va_TraceCreateConfig() 524 VADisplay dpy, in va_TraceCreateSurfaces() 556 VADisplay dpy, in va_TraceDestroySurfaces() [all …]
|
D | va_fool.c | 92 #define FOOL_CTX(dpy) ((struct fool_context *)((VADisplayContextP)dpy)->vafool) argument 94 #define DPY2FOOLCTX(dpy) \ argument 99 #define DPY2FOOLCTX_CHK(dpy) \ argument 111 void va_FoolInit(VADisplay dpy) in va_FoolInit() 146 int va_FoolEnd(VADisplay dpy) in va_FoolEnd() 171 VADisplay dpy, in va_FoolCreateConfig() 216 VADisplay dpy, in va_FoolCreateBuffer() 247 VADisplay dpy, in va_FoolBufferInfo() 345 VADisplay dpy, in va_FoolMapBuffer() 367 VAStatus va_FoolCheckContinuity(VADisplay dpy) in va_FoolCheckContinuity()
|
D | va_tpi.c | 39 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext) argument 40 #define CHECK_DISPLAY(dpy) if( !vaDisplayIsValid(dpy) ) { return VA_STATUS_ERROR_INVALID_DISPLAY; } argument 47 VADisplay dpy, in vaCreateSurfacesWithAttribute() 72 VADisplay dpy, in vaPutSurfaceBuf() 103 VADisplay dpy, in vaSetTimestampForSurface()
|
/hardware/intel/common/libva/va/x11/ |
D | va_dri.c | 53 #define VA_DRICheckExtension(dpy,i,val) \ argument 117 PUBLIC Bool VA_DRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in VA_DRIQueryVersion() argument 149 PUBLIC Bool VA_DRIQueryDirectRenderingCapable(dpy, screen, isCapable) in VA_DRIQueryDirectRenderingCapable() argument 179 PUBLIC Bool VA_DRIOpenConnection(dpy, screen, hSAREA, busIdString) in VA_DRIOpenConnection() argument 228 PUBLIC Bool VA_DRIAuthConnection(dpy, screen, magic) in VA_DRIAuthConnection() argument 259 PUBLIC Bool VA_DRICloseConnection(dpy, screen) in VA_DRICloseConnection() argument 281 PUBLIC Bool VA_DRIGetClientDriverName(dpy, screen, ddxDriverMajorVersion, in VA_DRIGetClientDriverName() argument 331 PUBLIC Bool VA_DRICreateContextWithConfig(dpy, screen, configID, context, in VA_DRICreateContextWithConfig() argument 367 PUBLIC Bool VA_DRICreateContext(dpy, screen, visual, context, hHWContext) in VA_DRICreateContext() argument 381 Display * const dpy = (Display *) ndpy; in VA_DRIDestroyContext() local [all …]
|
D | va_dri2.c | 74 VA_DRI2Error(Display *dpy, xError *err, XExtCodes *codes, int *ret_code) in VA_DRI2Error() 89 Bool VA_DRI2QueryExtension(Display *dpy, int *eventBase, int *errorBase) in VA_DRI2QueryExtension() 102 Bool VA_DRI2QueryVersion(Display *dpy, int *major, int *minor) in VA_DRI2QueryVersion() 129 Bool VA_DRI2Connect(Display *dpy, XID window, in VA_DRI2Connect() 185 Bool VA_DRI2Authenticate(Display *dpy, XID window, drm_magic_t magic) in VA_DRI2Authenticate() 212 void VA_DRI2CreateDrawable(Display *dpy, XID drawable) in VA_DRI2CreateDrawable() 228 void VA_DRI2DestroyDrawable(Display *dpy, XID drawable) in VA_DRI2DestroyDrawable() 246 VA_DRI2Buffer *VA_DRI2GetBuffers(Display *dpy, XID drawable, in VA_DRI2GetBuffers() 304 void VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region, in VA_DRI2CopyRegion() 346 void VA_DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, in VA_DRI2SwapBuffers()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 52 const int dpy = HWC_DISPLAY_VIRTUAL; in init() local 65 int dpy = HWC_DISPLAY_VIRTUAL; in destroy() local 96 const int dpy = HWC_DISPLAY_VIRTUAL; in prepare() local 152 const int dpy = HWC_DISPLAY_VIRTUAL; in set() local 218 void HWCVirtualVDS::pause(hwc_context_t* ctx, int dpy) { in pause() 230 void HWCVirtualVDS::resume(hwc_context_t* ctx, int dpy) { in resume() 255 const int dpy = HWC_DISPLAY_VIRTUAL; in prepare() local 291 const int dpy = HWC_DISPLAY_VIRTUAL; in set() local 353 void HWCVirtualV4L2::pause(hwc_context_t* ctx, int dpy) { in pause() 375 void HWCVirtualV4L2::resume(hwc_context_t* ctx, int dpy){ in resume()
|
D | hwc_vsync.cpp | 44 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable) in hwc_vsync_control() 57 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data, in handle_vsync_event() 71 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data, in handle_blank_event() 81 static void handle_cec_event(hwc_context_t* ctx, int dpy, char *data, in handle_cec_event() 129 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 165 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 203 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop() local
|
D | hwc.cpp | 78 static int getDpyforExternalDisplay(hwc_context_t *ctx, int dpy) { in getDpyforExternalDisplay() 135 for(int dpy = 0; dpy < numDisplays; dpy++) { in setDMAState() local 237 static void scaleDisplayFrame(hwc_context_t *ctx, int dpy, in scaleDisplayFrame() 271 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_prepare_primary() local 305 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_prepare_external() local 360 int dpy = getDpyforExternalDisplay(ctx, i); in hwc_prepare() local 384 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl() 415 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode() 486 const int dpy = HWC_DISPLAY_VIRTUAL; in hwc_setPowerMode() local 582 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_set_primary() local [all …]
|
D | hwc_qclient.cpp | 109 int dpy = inParcel->readInt32(); in getDisplayAttributes() local 119 int dpy = inParcel->readInt32(); in setHSIC() local 134 static status_t getDisplayVisibleRegion(hwc_context_t* ctx, int dpy, in getDisplayVisibleRegion() 163 int dpy = HWC_DISPLAY_VIRTUAL; in pauseWFD() local 178 int dpy = HWC_DISPLAY_VIRTUAL; in setWfdStatus() local
|
D | hwc_uevents.cpp | 42 static void setup(hwc_context_t* ctx, int dpy) in setup() 48 static void clear(hwc_context_t* ctx, int dpy) in clear() 102 void handle_pause(hwc_context_t* ctx, int dpy) { in handle_pause() 109 void handle_resume(hwc_context_t* ctx, int dpy) { in handle_resume() 159 int dpy = getConnectedDisplay(udata); in handle_uevent() local
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.cpp | 63 const int dpy = HWC_DISPLAY_VIRTUAL; in init() local 76 int dpy = HWC_DISPLAY_VIRTUAL; in destroy() local 107 const int dpy = HWC_DISPLAY_VIRTUAL; in prepare() local 164 const int dpy = HWC_DISPLAY_VIRTUAL; in set() local 247 void HWCVirtualVDS::pause(hwc_context_t* ctx, int dpy) { in pause() 270 void HWCVirtualVDS::resume(hwc_context_t* ctx, int dpy) { in resume() 295 const int dpy = HWC_DISPLAY_VIRTUAL; in prepare() local 330 const int dpy = HWC_DISPLAY_VIRTUAL; in set() local 391 void HWCVirtualV4L2::pause(hwc_context_t* ctx, int dpy) { in pause() 413 void HWCVirtualV4L2::resume(hwc_context_t* ctx, int dpy){ in resume()
|
D | hwc_vsync.cpp | 43 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable) in hwc_vsync_control() 56 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data) in handle_vsync_event() 69 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data) in handle_blank_event() 117 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 153 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 204 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop() local
|
D | hwc_qclient.cpp | 110 int dpy = inParcel->readInt32(); in getDisplayAttributes() local 125 int dpy = inParcel->readInt32(); in setHSIC() local 140 static status_t getDisplayVisibleRegion(hwc_context_t* ctx, int dpy, in getDisplayVisibleRegion() 169 int dpy = HWC_DISPLAY_VIRTUAL; in pauseWFD() local 184 int dpy = HWC_DISPLAY_VIRTUAL; in setWfdStatus() local 199 int dpy = inParcel->readInt32(); in setViewFrame() local
|
D | hwc.cpp | 88 static int getDpyforExternalDisplay(hwc_context_t *ctx, int dpy) { in getDpyforExternalDisplay() 145 for(int dpy = 0; dpy < numDisplays; dpy++) { in setDMAState() local 242 static void scaleDisplayFrame(hwc_context_t *ctx, int dpy, in scaleDisplayFrame() 269 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_prepare_primary() local 304 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_prepare_external() local 360 int dpy = getDpyforExternalDisplay(ctx, i); in hwc_prepare() local 384 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl() 415 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode() 470 const int dpy = HWC_DISPLAY_VIRTUAL; in hwc_setPowerMode() local 584 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_set_primary() local [all …]
|
D | hwc_uevents.cpp | 42 static void setup(hwc_context_t* ctx, int dpy) in setup() 48 static void clear(hwc_context_t* ctx, int dpy) in clear() 102 void handle_pause(hwc_context_t* ctx, int dpy) { in handle_pause() 109 void handle_resume(hwc_context_t* ctx, int dpy) { in handle_resume() 168 int dpy = getConnectedDisplay(udata); in handle_uevent() local
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_vsync.cpp | 45 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable) in hwc_vsync_control() 58 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data) in handle_vsync_event() 71 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data) in handle_blank_event() 82 static void handle_thermal_event(hwc_context_t* ctx, int dpy, char *data) in handle_thermal_event() 133 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 169 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 207 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop() local
|
D | hwc_virtual.cpp | 42 const int dpy = HWC_DISPLAY_VIRTUAL; in init() local 54 int dpy = HWC_DISPLAY_VIRTUAL; in destroy() local 75 const int dpy = HWC_DISPLAY_VIRTUAL; in prepare() local 138 const int dpy = HWC_DISPLAY_VIRTUAL; in set() local 223 private_handle_t* ohnd, int dpy) { in setMDPScalingMode()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_vsync.cpp | 45 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable) in hwc_vsync_control() 58 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data) in handle_vsync_event() 71 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data) in handle_blank_event() 82 static void handle_thermal_event(hwc_context_t* ctx, int dpy, char *data) in handle_thermal_event() 133 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 171 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) { in vsync_loop() local 213 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop() local
|
D | hwc_virtual.cpp | 42 const int dpy = HWC_DISPLAY_VIRTUAL; in init() local 54 int dpy = HWC_DISPLAY_VIRTUAL; in destroy() local 75 const int dpy = HWC_DISPLAY_VIRTUAL; in prepare() local 139 const int dpy = HWC_DISPLAY_VIRTUAL; in set() local 224 private_handle_t* ohnd, int dpy) { in setMDPScalingMode()
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx.c | 29 #define INIT_CONTEXT(ctx, dpy) do { \ argument 81 VADisplay dpy = NULL; in vaGetDisplayGLX() local 117 VADisplay dpy, in vaCreateSurfaceGLX() 138 VADisplay dpy, in vaDestroySurfaceGLX() 153 VADisplay dpy, in vaCopySurfaceGLX()
|
/hardware/intel/common/libva/va/egl/ |
D | va_egl.c | 61 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext) argument 62 #define CHECK_DISPLAY(dpy) if( !vaDisplayIsValid(dpy) ) { return VA_STATUS_ERROR_INVALID_DISPLAY; } argument 65 VADisplay dpy, in vaGetEGLClientBufferFromSurface()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc.cpp | 111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() 119 static int display_commit(hwc_context_t *ctx, int dpy) { in display_commit() 139 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_prepare_primary() local 166 hwc_display_contents_1_t *list, int dpy) { in hwc_prepare_external() 202 hwc_display_contents_1_t *list, int dpy) { in hwc_prepare_virtual() 242 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl() 269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) in hwc_blank() 354 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_set_primary() local 396 hwc_display_contents_1_t* list, int dpy) in hwc_set_external() 443 hwc_display_contents_1_t* list, int dpy) in hwc_set_virtual() [all …]
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | display_config.cpp | 66 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr) { in getDisplayAttributes() 88 int setHSIC(int dpy, const HSICData_t& hsic_data) { in setHSIC() 105 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect) { in getDisplayVisibleRegion() 126 int setViewFrame(int dpy, int l, int t, int r, int b) { in setViewFrame() 147 int setSecondaryDisplayStatus(int dpy, uint32_t status) { in setSecondaryDisplayStatus() 201 int getActiveConfig(int dpy) { in getActiveConfig() 239 DisplayAttributes getDisplayAttributes(int configIndex, int dpy) { in getDisplayAttributes() 324 extern "C" int minHdcpEncryptionLevelChanged(int dpy, int min_enc_level) { in minHdcpEncryptionLevelChanged() 351 extern "C" int controlPartialUpdate(int dpy, int mode) { in controlPartialUpdate()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | display_config.cpp | 56 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr) { in getDisplayAttributes() 78 int setHSIC(int dpy, const HSICData_t& hsic_data) { in setHSIC() 95 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect) { in getDisplayVisibleRegion() 116 int setViewFrame(int dpy, int l, int t, int r, int b) { in setViewFrame() 137 int setSecondaryDisplayStatus(int dpy, uint32_t status) { in setSecondaryDisplayStatus()
|