|
FFmpeg
4.0
|
Go to the source code of this file.
Data Structures | |
| struct | VTContext |
Functions | |
| int | ff_videotoolbox_alloc_frame (AVCodecContext *avctx, AVFrame *frame) |
| int | ff_videotoolbox_uninit (AVCodecContext *avctx) |
| int | ff_videotoolbox_h264_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
| int | ff_videotoolbox_h264_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
| CFDataRef | ff_videotoolbox_avcc_extradata_create (AVCodecContext *avctx) |
| CFDataRef | ff_videotoolbox_hvcc_extradata_create (AVCodecContext *avctx) |
| int ff_videotoolbox_alloc_frame | ( | AVCodecContext * | avctx, |
| AVFrame * | frame | ||
| ) |
Definition at line 89 of file videotoolbox.c.
Referenced by ff_videotoolbox_uninit().
| int ff_videotoolbox_uninit | ( | AVCodecContext * | avctx | ) |
Definition at line 402 of file videotoolbox.c.
Referenced by ff_videotoolbox_uninit().
| int ff_videotoolbox_h264_start_frame | ( | AVCodecContext * | avctx, |
| const uint8_t * | buffer, | ||
| uint32_t | size | ||
| ) |
Definition at line 338 of file videotoolbox.c.
Referenced by ff_videotoolbox_uninit().
| int ff_videotoolbox_h264_decode_slice | ( | AVCodecContext * | avctx, |
| const uint8_t * | buffer, | ||
| uint32_t | size | ||
| ) |
Definition at line 375 of file videotoolbox.c.
Referenced by ff_videotoolbox_uninit(), and videotoolbox_h264_decode_params().
| CFDataRef ff_videotoolbox_avcc_extradata_create | ( | AVCodecContext * | avctx | ) |
Definition at line 121 of file videotoolbox.c.
Referenced by ff_videotoolbox_uninit().
| CFDataRef ff_videotoolbox_hvcc_extradata_create | ( | AVCodecContext * | avctx | ) |
Definition at line 160 of file videotoolbox.c.
Referenced by ff_videotoolbox_uninit().
1.8.13