Go to the source code of this file.
|
static av_cold int | encode_init (AVCodecContext *avctx) |
|
static av_always_inline void | write16_internal (int big_endian, void *p, int value) |
|
static av_always_inline void | write32_internal (int big_endian, void *p, int value) |
|
static void | encode_rgb48_10bit (AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) |
|
static void | encode_gbrp10 (AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) |
|
static void | encode_gbrp12 (AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) |
|
static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
|
◆ write16
◆ write32
◆ HEADER_SIZE
#define HEADER_SIZE 1664 /* DPX Generic header */ |
◆ encode_init()
◆ write16_internal()
◆ write32_internal()
◆ encode_rgb48_10bit()
◆ encode_gbrp10()
◆ encode_gbrp12()
◆ encode_frame()
◆ ff_dpx_encoder
Initial value:
Definition at line 277 of file dpxenc.c.
AVPixelFormat
Pixel format.
@ AV_PIX_FMT_GBRP10BE
planar GBR 4:4:4 30bpp, big-endian
@ AV_PIX_FMT_RGBA64BE
packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...
static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
@ AV_PIX_FMT_GRAY16BE
Y , 16bpp, big-endian.
#define FF_CODEC_ENCODE_CB(func)
@ AV_PIX_FMT_GBRP12LE
planar GBR 4:4:4 36bpp, little-endian
@ AV_PIX_FMT_GBRP10LE
planar GBR 4:4:4 30bpp, little-endian
#define CODEC_LONG_NAME(str)
@ AV_PIX_FMT_RGBA
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
@ AV_PIX_FMT_RGB48LE
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as lit...
@ AV_PIX_FMT_RGBA64LE
packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...
@ AV_PIX_FMT_GRAY8
Y , 8bpp.
@ AV_PIX_FMT_ABGR
packed ABGR 8:8:8:8, 32bpp, ABGRABGR...
int(* init)(AVBSFContext *ctx)
@ AV_PIX_FMT_RGB24
packed RGB 8:8:8, 24bpp, RGBRGB...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
@ AV_PIX_FMT_RGB48BE
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big...
@ AV_PIX_FMT_GBRP12BE
planar GBR 4:4:4 36bpp, big-endian
static av_cold int encode_init(AVCodecContext *avctx)
@ AV_PIX_FMT_GRAY16LE
Y , 16bpp, little-endian.