FFmpeg
|
#include "avcodec.h"
Go to the source code of this file.
Enumerations | |
enum | { QTABLE_DEFAULT = -1, QTABLE_8BIT, QTABLE_GT8BIT } |
Functions | |
av_cold int | ff_ffv1_encode_init (AVCodecContext *avctx) |
av_cold int | ff_ffv1_write_extradata (AVCodecContext *avctx) |
av_cold int | ff_ffv1_encode_setup_plane_info (AVCodecContext *avctx, enum AVPixelFormat pix_fmt) |
size_t | ff_ffv1_encode_buffer_size (AVCodecContext *avctx) |
anonymous enum |
av_cold int ff_ffv1_encode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 550 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
av_cold int ff_ffv1_write_extradata | ( | AVCodecContext * | avctx | ) |
Definition at line 395 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
av_cold int ff_ffv1_encode_setup_plane_info | ( | AVCodecContext * | avctx, |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 746 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
size_t ff_ffv1_encode_buffer_size | ( | AVCodecContext * | avctx | ) |
Definition at line 1175 of file ffv1enc.c.
Referenced by encode_frame(), vulkan_encode_ffv1_init(), and vulkan_encode_ffv1_submit_frame().