FFmpeg
Data Fields
DPXDecContext Struct Reference

#include <dpx.h>

Data Fields

AVFrameframe
 
void * hwaccel_picture_private
 
enum AVPixelFormat pix_fmt
 
int packing
 
int stride
 
int endian
 
int components
 
int unpadded_10bit
 
int need_align
 

Detailed Description

Definition at line 60 of file dpx.h.

Field Documentation

◆ frame

AVFrame* DPXDecContext::frame

Definition at line 61 of file dpx.h.

Referenced by decode_frame(), host_upload_image(), vk_dpx_end_frame(), and vk_dpx_start_frame().

◆ hwaccel_picture_private

void* DPXDecContext::hwaccel_picture_private

◆ pix_fmt

enum AVPixelFormat DPXDecContext::pix_fmt

Definition at line 63 of file dpx.h.

Referenced by decode_frame(), decode_init(), and vk_decode_dpx_init().

◆ packing

int DPXDecContext::packing

Definition at line 65 of file dpx.h.

Referenced by decode_frame(), host_upload_image(), init_shader(), and unpack_frame().

◆ stride

int DPXDecContext::stride

Definition at line 66 of file dpx.h.

Referenced by decode_frame(), unpack_frame(), and vk_dpx_end_frame().

◆ endian

int DPXDecContext::endian

Definition at line 67 of file dpx.h.

Referenced by decode_frame(), and init_shader().

◆ components

int DPXDecContext::components

Definition at line 68 of file dpx.h.

Referenced by decode_frame(), host_upload_image(), and init_shader().

◆ unpadded_10bit

int DPXDecContext::unpadded_10bit

Definition at line 69 of file dpx.h.

Referenced by decode_frame(), unpack_frame(), vk_decode_dpx_init(), and vk_dpx_end_frame().

◆ need_align

int DPXDecContext::need_align

Definition at line 70 of file dpx.h.

Referenced by decode_frame(), unpack_frame(), and vk_dpx_end_frame().


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