Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  dovi_rpu.h

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


/* Stubs for dovi_rpu.{c,h} */

enum {
    FF_DOVI_WRAP_T35        = 1 << 1///< wrap inside T.35+EMDF
};

typedef struct AVCtx AVContext;

typedef struct AVDOVIDecoderConfigurationRecord {
    uint8_t dv_profile;
} AVDOVIDecoderConfigurationRecord;

typedef struct DOVICtx {
  int dv_profile;
  void* logctx;
  int operating_point;
  AVDOVIDecoderConfigurationRecord cfg;
  #define FF_DOVI_AUTOMATIC -1
    int enable;
} DOVIContext;

typedef struct AVDOVIMetadata {
} AVDOVIMetadata;

static void ff_dovi_ctx_unref(DOVIContext* ctx) {}
static void ff_dovi_update_cfg(DOVIContext* ctx,
                               AVDOVIDecoderConfigurationRecord* record) {}
static int ff_dovi_rpu_parse(DOVIContext* ctx, uint8_t* buf, size_t len,
                             int err_recognition) {
  return 0;
}

static int ff_dovi_attach_side_data(DOVIContext* ctx, AVFrame* frame) {
  return 0;
}

static int ff_dovi_configure(DOVIContext *s, AVCodecContext *avctx) {
  return 0;
}

static int ff_dovi_rpu_generate(DOVIContext *s, const AVDOVIMetadata *metadata,
                                int flags, uint8_t **out_rpu, int *out_size) {
  return 0;
}

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

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© 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=277311
#Domains=752002