|
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 1115 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 1140 of file dnxhddata.c.
Referenced by dnxhd_encode_init().
| void ff_dnxhd_print_profiles | ( | AVCodecContext * | avctx, |
| int | loglevel | ||
| ) |
Definition at line 1160 of file dnxhddata.c.
Referenced by dnxhd_encode_init().
| int avpriv_dnxhd_get_frame_size | ( | int | cid | ) |
Definition at line 1124 of file dnxhddata.c.
Referenced by mxf_parse_dnxhd_frame().
| int avpriv_dnxhd_get_interlaced | ( | int | cid | ) |
Definition at line 1132 of file dnxhddata.c.
Referenced by mxf_parse_dnxhd_frame().
| const CIDEntry ff_dnxhd_cid_table[] |
Definition at line 1003 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().
1.8.6