FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
dnxhddata.h File Reference
#include <stdint.h>
#include "avcodec.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Data Structures

struct  CIDEntry
 

Functions

int ff_dnxhd_get_cid_table (int cid)
 
int ff_dnxhd_find_cid (AVCodecContext *avctx, int bit_depth)
 
void ff_dnxhd_print_profiles (AVCodecContext *avctx, int loglevel)
 
int avpriv_dnxhd_get_frame_size (int cid)
 

Variables

av_export const CIDEntry ff_dnxhd_cid_table []
 

Function Documentation

int ff_dnxhd_get_cid_table ( int  cid)

Definition at line 1050 of file dnxhddata.c.

Referenced by avpriv_dnxhd_get_frame_size(), dnxhd_encode_init(), and dnxhd_init_vlc().

int ff_dnxhd_find_cid ( AVCodecContext avctx,
int  bit_depth 
)

Definition at line 1067 of file dnxhddata.c.

Referenced by dnxhd_encode_init().

void ff_dnxhd_print_profiles ( AVCodecContext avctx,
int  loglevel 
)

Definition at line 1087 of file dnxhddata.c.

Referenced by dnxhd_encode_init().

int avpriv_dnxhd_get_frame_size ( int  cid)

Definition at line 1059 of file dnxhddata.c.

Referenced by mxf_parse_dnxhd_frame().

Variable Documentation

av_export const CIDEntry ff_dnxhd_cid_table[]

Definition at line 959 of file dnxhddata.c.

Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().