Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  imx-vdoa.h

  Sprache: C
 

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2016 Pengutronix
 */


#ifndef IMX_VDOA_H
#define IMX_VDOA_H

struct vdoa_data;
struct vdoa_ctx;

#if (defined CONFIG_VIDEO_IMX_VDOA || defined CONFIG_VIDEO_IMX_VDOA_MODULE)

struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa);
int vdoa_context_configure(struct vdoa_ctx *ctx,
      unsigned int width, unsigned int height,
      u32 pixelformat);
void vdoa_context_destroy(struct vdoa_ctx *ctx);

void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src);
int vdoa_wait_for_completion(struct vdoa_ctx *ctx);

#else

static inline struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa)
{
 return NULL;
}

static inline int vdoa_context_configure(struct vdoa_ctx *ctx,
      unsigned int width,
      unsigned int height,
      u32 pixelformat)
{
 return 0;
}

static inline void vdoa_context_destroy(struct vdoa_ctx *ctx) { };

static inline void vdoa_device_run(struct vdoa_ctx *ctx,
       dma_addr_t dst, dma_addr_t src) { };

static inline int vdoa_wait_for_completion(struct vdoa_ctx *ctx)
{
 return 0;
};

#endif

#endif /* IMX_VDOA_H */

Messung V0.5 in Prozent
C=96 H=93 G=94

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579