FFmpeg
|
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) |
int | avpriv_dnxhd_get_interlaced (int cid) |
Variables | |
const CIDEntry | ff_dnxhd_cid_table [] |
int ff_dnxhd_get_cid_table | ( | int | cid | ) |
Definition at line 1088 of file dnxhddata.c.
Referenced by avpriv_dnxhd_get_frame_size(), avpriv_dnxhd_get_interlaced(), dnxhd_encode_init(), and dnxhd_init_vlc().
int ff_dnxhd_find_cid | ( | AVCodecContext * | avctx, |
int | bit_depth | ||
) |
Definition at line 1113 of file dnxhddata.c.
Referenced by dnxhd_encode_init().
void ff_dnxhd_print_profiles | ( | AVCodecContext * | avctx, |
int | loglevel | ||
) |
Definition at line 1133 of file dnxhddata.c.
Referenced by dnxhd_encode_init().
int avpriv_dnxhd_get_frame_size | ( | int | cid | ) |
Definition at line 1097 of file dnxhddata.c.
Referenced by mxf_parse_dnxhd_frame().
int avpriv_dnxhd_get_interlaced | ( | int | cid | ) |
Definition at line 1105 of file dnxhddata.c.
Referenced by mxf_parse_dnxhd_frame().
const CIDEntry ff_dnxhd_cid_table[] |
Definition at line 989 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().