|
FFmpeg
|
#include <dpx.h>
Data Fields | |
| AVFrame * | frame |
| void * | hwaccel_picture_private |
| enum AVPixelFormat | pix_fmt |
| int | packing |
| int | stride |
| int | endian |
| int | components |
| int | unpadded_10bit |
| int | need_align |
| 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().
| void* DPXDecContext::hwaccel_picture_private |
Definition at line 62 of file dpx.h.
Referenced by decode_end(), decode_frame(), host_upload_image(), vk_dpx_decode_slice(), vk_dpx_end_frame(), and vk_dpx_start_frame().
| enum AVPixelFormat DPXDecContext::pix_fmt |
Definition at line 63 of file dpx.h.
Referenced by decode_frame(), decode_init(), and vk_decode_dpx_init().
| int DPXDecContext::packing |
Definition at line 65 of file dpx.h.
Referenced by decode_frame(), host_upload_image(), init_shader(), and unpack_frame().
| int DPXDecContext::stride |
Definition at line 66 of file dpx.h.
Referenced by decode_frame(), unpack_frame(), and vk_dpx_end_frame().
| int DPXDecContext::endian |
Definition at line 67 of file dpx.h.
Referenced by decode_frame(), and init_shader().
| int DPXDecContext::components |
Definition at line 68 of file dpx.h.
Referenced by decode_frame(), host_upload_image(), and init_shader().
| 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().
| int DPXDecContext::need_align |
Definition at line 70 of file dpx.h.
Referenced by decode_frame(), unpack_frame(), and vk_dpx_end_frame().
1.8.17