FFmpeg  3.4.2
Data Fields
TransContext Struct Reference

Data Fields

const AVClassclass
 
int hsub
 
int vsub
 
int planes
 
int pixsteps [4]
 
int passthrough
 PassthroughType, landscape passthrough mode enabled. More...
 
int dir
 TransposeDir. More...
 
void(* transpose_8x8 )(uint8_t *src, ptrdiff_t src_linesize, uint8_t *dst, ptrdiff_t dst_linesize)
 
void(* transpose_block )(uint8_t *src, ptrdiff_t src_linesize, uint8_t *dst, ptrdiff_t dst_linesize, int w, int h)
 

Detailed Description

Definition at line 55 of file vf_transpose.c.

Field Documentation

◆ class

const AVClass* TransContext::class

Definition at line 56 of file vf_transpose.c.

◆ hsub

int TransContext::hsub

Definition at line 57 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().

◆ vsub

int TransContext::vsub

Definition at line 57 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().

◆ planes

int TransContext::planes

Definition at line 58 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().

◆ pixsteps

int TransContext::pixsteps[4]

Definition at line 59 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().

◆ passthrough

int TransContext::passthrough

PassthroughType, landscape passthrough mode enabled.

Definition at line 61 of file vf_transpose.c.

Referenced by config_props_output(), filter_frame(), and get_video_buffer().

◆ dir

int TransContext::dir

TransposeDir.

Definition at line 62 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().

◆ transpose_8x8

void(* TransContext::transpose_8x8) (uint8_t *src, ptrdiff_t src_linesize, uint8_t *dst, ptrdiff_t dst_linesize)

Definition at line 64 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().

◆ transpose_block

void(* TransContext::transpose_block) (uint8_t *src, ptrdiff_t src_linesize, uint8_t *dst, ptrdiff_t dst_linesize, int w, int h)

Definition at line 66 of file vf_transpose.c.

Referenced by config_props_output(), and filter_slice().


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