Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/media/platform/renesas/vsp1/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 892 B image not shown  

Quelle  vsp1_brx.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * vsp1_brx.h  --  R-Car VSP1 Blend ROP Unit (BRU and BRS)
 *
 * Copyright (C) 2013 Renesas Corporation
 *
 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
 */

#ifndef __VSP1_BRX_H__
#define __VSP1_BRX_H__

#include <media/media-entity.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-subdev.h>

#include "vsp1_entity.h"

struct vsp1_device;
struct vsp1_rwpf;

#define BRX_PAD_SINK(n)    (n)

struct vsp1_brx {
 struct vsp1_entity entity;
 unsigned int base;

 struct v4l2_ctrl_handler ctrls;

 struct {
  struct vsp1_rwpf *rpf;
 } inputs[VSP1_MAX_RPF];

 u32 bgcolor;
};

static inline struct vsp1_brx *to_brx(struct v4l2_subdev *subdev)
{
 return container_of(subdev, struct vsp1_brx, entity.subdev);
}

struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1,
     enum vsp1_entity_type type);

#endif /* __VSP1_BRX_H__ */

Messung V0.5
C=95 H=98 G=96

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.