Lines Matching refs:uint32_t
62 int32_t (*InitDisplay)(uint32_t devId);
76 int32_t (*DeinitDisplay)(uint32_t devId);
90 int32_t (*GetDisplayInfo)(uint32_t devId, DisplayInfo *dispInfo);
112 int32_t (*CreateLayer)(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId);
127 int32_t (*CloseLayer)(uint32_t devId, uint32_t layerId);
147 int32_t (*SetLayerVisible)(uint32_t devId, uint32_t layerId, bool visible);
165 int32_t (*GetLayerVisibleState)(uint32_t devId, uint32_t layerId, bool *visible);
182 int32_t (*SetLayerSize)(uint32_t devId, uint32_t layerId, IRect *rect);
199 int32_t (*GetLayerSize)(uint32_t devId, uint32_t layerId, IRect *rect);
215 int32_t (*SetLayerCrop)(uint32_t devId, uint32_t layerId, IRect *rect);
234 int32_t (*SetLayerZorder)(uint32_t devId, uint32_t layerId, uint32_t zorder);
252 int32_t (*GetLayerZorder)(uint32_t devId, uint32_t layerId, uint32_t *zorder);
270 int32_t (*SetLayerPreMulti)(uint32_t devId, uint32_t layerId, bool preMul);
287 int32_t (*GetLayerPreMulti)(uint32_t devId, uint32_t layerId, bool *preMul);
304 int32_t (*SetLayerAlpha)(uint32_t devId, uint32_t layerId, LayerAlpha *alpha);
321 int32_t (*GetLayerAlpha)(uint32_t devId, uint32_t layerId, LayerAlpha *alpha);
339 int32_t (*SetLayerColorKey)(uint32_t devId, uint32_t layerId, bool enable, uint32_t key);
357 int32_t (*GetLayerColorKey)(uint32_t devId, uint32_t layerId, bool *enable, uint32_t *key);
375 int32_t (*SetLayerPalette)(uint32_t devId, uint32_t layerId, uint32_t *palette, uint32_t len);
393 int32_t (*GetLayerPalette)(uint32_t devId, uint32_t layerId, uint32_t *palette, uint32_t len);
409 int32_t (*SetTransformMode)(uint32_t devId, uint32_t layerId, TransformType type);
429 int32_t (*SetLayerCompression)(uint32_t devId, uint32_t layerId, int32_t compType);
446 int32_t (*GetLayerCompression)(uint32_t devId, uint32_t layerId, int32_t *compType);
465 int32_t (*SetLayerDirtyRegion)(uint32_t devId, uint32_t layerId, IRect *region);
485 int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);
503 int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);
522 int32_t (*WaitForVBlank)(uint32_t devId, uint32_t layerId, int32_t timeOut);
539 int32_t (*SnapShot)(uint32_t devId, LayerBuffer *buffer);
558 int32_t (*SetLayerVisibleRegion)(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect);
577 …int32_t (*SetLayerBuffer)(uint32_t devId, uint32_t layerId, const BufferHandle *buffer, int32_t fe…
594 int32_t (*InvokeLayerCmd)(uint32_t devId, uint32_t layerId, uint32_t cmd, ...);
611 int32_t (*SetLayerCompositionType)(uint32_t devId, uint32_t layerId, CompositionType type);
628 int32_t (*SetLayerBlendType)(uint32_t devId, uint32_t layerId, BlendType type);
645 int32_t (*SetLayerColorTransform)(uint32_t devId, uint32_t layerId, const float *matrix);
661 int32_t (*SetLayerColorDataSpace)(uint32_t devId, uint32_t layerId, ColorDataSpace colorSpace);
677 int32_t (*GetLayerColorDataSpace)(uint32_t devId, uint32_t layerId, ColorDataSpace *colorSpace);
694 …int32_t (*SetLayerMetaData)(uint32_t devId, uint32_t layerId, uint32_t num, const HDRMetaData *met…
712 … int32_t (*SetLayerMetaDataSet)(uint32_t devId, uint32_t layerId, HDRMetadataKey key, uint32_t num,
729 …int32_t (*GetSupportedPresentTimestamp)(uint32_t devId, uint32_t layerId, PresentTimestampType *ty…
745 int32_t (*GetHwPresentTimestamp)(uint32_t devId, uint32_t layerId, PresentTimestamp *pts);
760 int32_t (*SetLayerTunnelHandle)(uint32_t devId, uint32_t layerId, ExtDataHandle *handle);
775 int32_t (*GetLayerReleaseFence)(uint32_t devId, uint32_t layerId, int32_t *fence);