FFmpeg
Data Fields
FFDrawContext Struct Reference

#include <drawutils.h>

Data Fields

const struct AVPixFmtDescriptordesc
 
enum AVPixelFormat format
 
unsigned nb_planes
 
int pixelstep [MAX_PLANES]
 
uint8_t comp_mask [MAX_PLANES]
 
uint8_t hsub [MAX_PLANES]
 
uint8_t vsub [MAX_PLANES]
 
uint8_t hsub_max
 
uint8_t vsub_max
 
int full_range
 
unsigned flags
 

Detailed Description

Definition at line 35 of file drawutils.h.

Field Documentation

◆ desc

const struct AVPixFmtDescriptor* FFDrawContext::desc

◆ format

enum AVPixelFormat FFDrawContext::format

Definition at line 37 of file drawutils.h.

Referenced by ff_draw_color(), and ff_draw_init().

◆ nb_planes

unsigned FFDrawContext::nb_planes

◆ pixelstep

int FFDrawContext::pixelstep[MAX_PLANES]

◆ comp_mask

uint8_t FFDrawContext::comp_mask[MAX_PLANES]

Definition at line 40 of file drawutils.h.

Referenced by component_used(), and ff_draw_init().

◆ hsub

uint8_t FFDrawContext::hsub[MAX_PLANES]

◆ vsub

uint8_t FFDrawContext::vsub[MAX_PLANES]

◆ hsub_max

uint8_t FFDrawContext::hsub_max

Definition at line 43 of file drawutils.h.

Referenced by ff_draw_init(), and ff_draw_round_to_sub().

◆ vsub_max

uint8_t FFDrawContext::vsub_max

Definition at line 44 of file drawutils.h.

Referenced by ff_draw_init(), and ff_draw_round_to_sub().

◆ full_range

int FFDrawContext::full_range

Definition at line 45 of file drawutils.h.

Referenced by ff_draw_color(), and ff_draw_init().

◆ flags

unsigned FFDrawContext::flags

Definition at line 46 of file drawutils.h.

Referenced by ff_blend_mask(), ff_blend_rectangle(), and ff_draw_init().


The documentation for this struct was generated from the following file: