FFmpeg
Data Fields
ProResRAWContext Struct Reference

#include <prores_raw.h>

Data Fields

ProresDSPContext prodsp
 
BlockDSPContext bdsp
 
TileContexttiles
 
unsigned int tiles_size
 
int nb_tiles
 
int tw
 
int th
 
int nb_tw
 
int nb_th
 
enum AVPixelFormat pix_fmt
 
AVFrameframe
 
void * hwaccel_picture_private
 
int version
 
uint8_t scan [64]
 
uint8_t qmat [64]
 

Detailed Description

Definition at line 36 of file prores_raw.h.

Field Documentation

◆ prodsp

ProresDSPContext ProResRAWContext::prodsp

Definition at line 37 of file prores_raw.h.

◆ bdsp

BlockDSPContext ProResRAWContext::bdsp

Definition at line 38 of file prores_raw.h.

◆ tiles

TileContext* ProResRAWContext::tiles

Definition at line 40 of file prores_raw.h.

Referenced by vk_prores_raw_decode_slice().

◆ tiles_size

unsigned int ProResRAWContext::tiles_size

Definition at line 41 of file prores_raw.h.

◆ nb_tiles

int ProResRAWContext::nb_tiles

Definition at line 42 of file prores_raw.h.

Referenced by vk_prores_raw_start_frame().

◆ tw

int ProResRAWContext::tw

Definition at line 43 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame().

◆ th

int ProResRAWContext::th

Definition at line 43 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame().

◆ nb_tw

int ProResRAWContext::nb_tw

Definition at line 44 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame().

◆ nb_th

int ProResRAWContext::nb_th

Definition at line 44 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame().

◆ pix_fmt

enum AVPixelFormat ProResRAWContext::pix_fmt

Definition at line 46 of file prores_raw.h.

◆ frame

AVFrame* ProResRAWContext::frame

Definition at line 47 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame(), and vk_prores_raw_start_frame().

◆ hwaccel_picture_private

void* ProResRAWContext::hwaccel_picture_private

◆ version

int ProResRAWContext::version

Definition at line 50 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame().

◆ scan

uint8_t ProResRAWContext::scan[64]

Definition at line 52 of file prores_raw.h.

Referenced by vk_decode_prores_raw_init().

◆ qmat

uint8_t ProResRAWContext::qmat[64]

Definition at line 53 of file prores_raw.h.

Referenced by vk_prores_raw_end_frame().


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