FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
TileContext Struct Reference

#include <prores_raw.h>

Data Fields

GetByteContext gb
 
unsigned x
 
unsigned y
 
const AVClassclass
 
unsigned w
 
unsigned h
 
unsigned margin
 
unsigned padding
 
unsigned overlap
 
unsigned init_padding
 
unsigned current
 
unsigned nb_frames
 
FFDrawContext draw
 
FFDrawColor blank
 
AVFrameout_ref
 
AVFrameprev_out_ref
 
uint8_t rgba_color [4]
 

Detailed Description

Definition at line 31 of file prores_raw.h.

Field Documentation

◆ gb

GetByteContext TileContext::gb

Definition at line 32 of file prores_raw.h.

◆ x

unsigned TileContext::x

Definition at line 33 of file prores_raw.h.

Referenced by vk_prores_raw_decode_slice().

◆ y

unsigned TileContext::y

Definition at line 33 of file prores_raw.h.

Referenced by vk_prores_raw_decode_slice().

◆ class

const AVClass* TileContext::class

Definition at line 36 of file vf_tile.c.

◆ w

unsigned TileContext::w

Definition at line 37 of file vf_tile.c.

◆ h

unsigned TileContext::h

Definition at line 37 of file vf_tile.c.

◆ margin

unsigned TileContext::margin

Definition at line 38 of file vf_tile.c.

◆ padding

unsigned TileContext::padding

Definition at line 39 of file vf_tile.c.

◆ overlap

unsigned TileContext::overlap

Definition at line 40 of file vf_tile.c.

◆ init_padding

unsigned TileContext::init_padding

Definition at line 41 of file vf_tile.c.

◆ current

unsigned TileContext::current

Definition at line 42 of file vf_tile.c.

◆ nb_frames

unsigned TileContext::nb_frames

Definition at line 43 of file vf_tile.c.

◆ draw

FFDrawContext TileContext::draw

Definition at line 44 of file vf_tile.c.

◆ blank

FFDrawColor TileContext::blank

Definition at line 45 of file vf_tile.c.

◆ out_ref

AVFrame* TileContext::out_ref

Definition at line 46 of file vf_tile.c.

◆ prev_out_ref

AVFrame* TileContext::prev_out_ref

Definition at line 47 of file vf_tile.c.

◆ rgba_color

uint8_t TileContext::rgba_color[4]

Definition at line 48 of file vf_tile.c.


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