|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | AVPacketQueue |
| struct | decklink_ctx |
Typedefs | |
| typedef uint32_t | buffercount_type |
Enumerations | |
| enum | decklink_direction_t { DIRECTION_IN, DIRECTION_OUT } |
Functions | |
| HRESULT | ff_decklink_get_display_name (IDeckLink *This, const char **displayName) |
| int | ff_decklink_set_format (AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction=DIRECTION_OUT, int num=0) |
| int | ff_decklink_set_format (AVFormatContext *avctx, decklink_direction_t direction, int num) |
| int | ff_decklink_list_devices (AVFormatContext *avctx) |
| int | ff_decklink_list_formats (AVFormatContext *avctx, decklink_direction_t direction=DIRECTION_OUT) |
| void | ff_decklink_cleanup (AVFormatContext *avctx) |
| int | ff_decklink_init_device (AVFormatContext *avctx, const char *name) |
Variables | |
| static const BMDAudioConnection | decklink_audio_connection_map [] |
| static const BMDVideoConnection | decklink_video_connection_map [] |
| typedef uint32_t buffercount_type |
Definition at line 107 of file decklink_common.h.
| enum decklink_direction_t |
| Enumerator | |
|---|---|
| DIRECTION_IN | |
| DIRECTION_OUT | |
Definition at line 97 of file decklink_common.h.
| HRESULT ff_decklink_get_display_name | ( | IDeckLink * | This, |
| const char ** | displayName | ||
| ) |
Definition at line 95 of file decklink_common.cpp.
Referenced by ff_decklink_init_device(), and ff_decklink_list_devices().
| int ff_decklink_set_format | ( | AVFormatContext * | avctx, |
| int | width, | ||
| int | height, | ||
| int | tb_num, | ||
| int | tb_den, | ||
| enum AVFieldOrder | field_order, | ||
| decklink_direction_t | direction = DIRECTION_OUT, |
||
| int | num = 0 |
||
| ) |
Definition at line 148 of file decklink_common.cpp.
Referenced by decklink_setup_video(), ff_decklink_read_header(), and ff_decklink_set_format().
| int ff_decklink_set_format | ( | AVFormatContext * | avctx, |
| decklink_direction_t | direction, | ||
| int | num | ||
| ) |
Definition at line 258 of file decklink_common.cpp.
| int ff_decklink_list_devices | ( | AVFormatContext * | avctx | ) |
Definition at line 262 of file decklink_common.cpp.
Referenced by ff_decklink_read_header(), and ff_decklink_write_header().
| int ff_decklink_list_formats | ( | AVFormatContext * | avctx, |
| decklink_direction_t | direction = DIRECTION_OUT |
||
| ) |
Definition at line 282 of file decklink_common.cpp.
Referenced by ff_decklink_read_header(), and ff_decklink_write_header().
| void ff_decklink_cleanup | ( | AVFormatContext * | avctx | ) |
Definition at line 333 of file decklink_common.cpp.
Referenced by ff_decklink_init_device(), ff_decklink_read_close(), ff_decklink_read_header(), ff_decklink_write_header(), and ff_decklink_write_trailer().
| int ff_decklink_init_device | ( | AVFormatContext * | avctx, |
| const char * | name | ||
| ) |
Definition at line 350 of file decklink_common.cpp.
Referenced by ff_decklink_read_header(), and ff_decklink_write_header().
|
static |
Definition at line 110 of file decklink_common.h.
Referenced by ff_decklink_read_header().
|
static |
Definition at line 120 of file decklink_common.h.
Referenced by ff_decklink_read_header().
1.8.6