FFmpeg
|
#include <prores_raw.h>
Data Fields | |
ProresDSPContext | prodsp |
BlockDSPContext | bdsp |
TileContext * | tiles |
unsigned int | tiles_size |
int | nb_tiles |
int | tw |
int | th |
int | nb_tw |
int | nb_th |
enum AVPixelFormat | pix_fmt |
AVFrame * | frame |
void * | hwaccel_picture_private |
int | version |
uint8_t | scan [64] |
uint8_t | qmat [64] |
Definition at line 36 of file prores_raw.h.
ProresDSPContext ProResRAWContext::prodsp |
Definition at line 37 of file prores_raw.h.
BlockDSPContext ProResRAWContext::bdsp |
Definition at line 38 of file prores_raw.h.
TileContext* ProResRAWContext::tiles |
Definition at line 40 of file prores_raw.h.
Referenced by vk_prores_raw_decode_slice().
unsigned int ProResRAWContext::tiles_size |
Definition at line 41 of file prores_raw.h.
int ProResRAWContext::nb_tiles |
Definition at line 42 of file prores_raw.h.
Referenced by vk_prores_raw_start_frame().
int ProResRAWContext::tw |
Definition at line 43 of file prores_raw.h.
Referenced by vk_prores_raw_end_frame().
int ProResRAWContext::th |
Definition at line 43 of file prores_raw.h.
Referenced by vk_prores_raw_end_frame().
int ProResRAWContext::nb_tw |
Definition at line 44 of file prores_raw.h.
Referenced by vk_prores_raw_end_frame().
int ProResRAWContext::nb_th |
Definition at line 44 of file prores_raw.h.
Referenced by vk_prores_raw_end_frame().
enum AVPixelFormat ProResRAWContext::pix_fmt |
Definition at line 46 of file prores_raw.h.
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().
void* ProResRAWContext::hwaccel_picture_private |
Definition at line 48 of file prores_raw.h.
Referenced by vk_prores_raw_decode_slice(), vk_prores_raw_end_frame(), and vk_prores_raw_start_frame().
int ProResRAWContext::version |
Definition at line 50 of file prores_raw.h.
Referenced by vk_prores_raw_end_frame().
uint8_t ProResRAWContext::scan[64] |
Definition at line 52 of file prores_raw.h.
Referenced by vk_decode_prores_raw_init().
uint8_t ProResRAWContext::qmat[64] |
Definition at line 53 of file prores_raw.h.
Referenced by vk_prores_raw_end_frame().