FFmpeg
Data Fields
TestSourceContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
unsigned int nb_frame
 
AVRational time_base
 
AVRational frame_rate
 
int64_t pts
 
int64_t duration
 duration expressed in microseconds More...
 
AVRational sar
 sample aspect ratio More...
 
int draw_once
 draw only the first frame, always put out the same picture More...
 
int draw_once_reset
 draw only the first frame or in case of reset More...
 
AVFramepicref
 cached reference containing the painted picture More...
 
void(* fill_picture_fn )(AVFilterContext *ctx, AVFrame *frame)
 
int nb_decimals
 
int alpha
 
int type
 
FFDrawContext draw
 
FFDrawColor color
 
uint8_t color_rgba [4]
 
uint8_t rgba_map [4]
 
int complement
 
int depth
 
int level
 

Detailed Description

Definition at line 53 of file vsrc_testsrc.c.

Field Documentation

◆ class

const AVClass* TestSourceContext::class

Definition at line 54 of file vsrc_testsrc.c.

◆ w

int TestSourceContext::w

Definition at line 55 of file vsrc_testsrc.c.

◆ h

int TestSourceContext::h

Definition at line 55 of file vsrc_testsrc.c.

◆ nb_frame

unsigned int TestSourceContext::nb_frame

Definition at line 56 of file vsrc_testsrc.c.

◆ time_base

AVRational TestSourceContext::time_base

Definition at line 57 of file vsrc_testsrc.c.

◆ frame_rate

AVRational TestSourceContext::frame_rate

Definition at line 57 of file vsrc_testsrc.c.

◆ pts

int64_t TestSourceContext::pts

Definition at line 58 of file vsrc_testsrc.c.

◆ duration

int64_t TestSourceContext::duration

duration expressed in microseconds

Definition at line 59 of file vsrc_testsrc.c.

◆ sar

AVRational TestSourceContext::sar

sample aspect ratio

Definition at line 60 of file vsrc_testsrc.c.

◆ draw_once

int TestSourceContext::draw_once

draw only the first frame, always put out the same picture

Definition at line 61 of file vsrc_testsrc.c.

◆ draw_once_reset

int TestSourceContext::draw_once_reset

draw only the first frame or in case of reset

Definition at line 62 of file vsrc_testsrc.c.

◆ picref

AVFrame* TestSourceContext::picref

cached reference containing the painted picture

Definition at line 63 of file vsrc_testsrc.c.

◆ fill_picture_fn

void(* TestSourceContext::fill_picture_fn) (AVFilterContext *ctx, AVFrame *frame)

Definition at line 65 of file vsrc_testsrc.c.

◆ nb_decimals

int TestSourceContext::nb_decimals

Definition at line 68 of file vsrc_testsrc.c.

◆ alpha

int TestSourceContext::alpha

Definition at line 71 of file vsrc_testsrc.c.

◆ type

int TestSourceContext::type

Definition at line 74 of file vsrc_testsrc.c.

◆ draw

FFDrawContext TestSourceContext::draw

Definition at line 77 of file vsrc_testsrc.c.

◆ color

FFDrawColor TestSourceContext::color

Definition at line 78 of file vsrc_testsrc.c.

◆ color_rgba

uint8_t TestSourceContext::color_rgba[4]

Definition at line 79 of file vsrc_testsrc.c.

◆ rgba_map

uint8_t TestSourceContext::rgba_map[4]

Definition at line 82 of file vsrc_testsrc.c.

◆ complement

int TestSourceContext::complement

Definition at line 83 of file vsrc_testsrc.c.

◆ depth

int TestSourceContext::depth

Definition at line 84 of file vsrc_testsrc.c.

◆ level

int TestSourceContext::level

Definition at line 87 of file vsrc_testsrc.c.


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