FFmpeg
|
Data Fields | |
FFVulkanContext | vkctx |
int | initialized |
FFVkExecPool | e |
FFVkQueueFamilyCtx | qf |
FFVulkanShader | shd |
uint8_t | color_rgba [4] |
TestSrcVulkanPushData | opts |
int | w |
int | h |
int | pw |
int | ph |
char * | out_format_string |
enum AVColorRange | out_range |
unsigned int | nb_frame |
AVRational | time_base |
AVRational | frame_rate |
int64_t | pts |
int64_t | duration |
duration expressed in microseconds More... | |
AVRational | sar |
sample aspect ratio More... | |
int | draw_once |
draw only the first frame, always put out the same picture More... | |
int | draw_once_reset |
draw only the first frame or in case of reset More... | |
AVFrame * | picref |
cached reference containing the painted picture More... | |
Definition at line 38 of file vsrc_testsrc_vulkan.c.
FFVulkanContext TestSrcVulkanContext::vkctx |
Definition at line 39 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::initialized |
Definition at line 41 of file vsrc_testsrc_vulkan.c.
FFVkExecPool TestSrcVulkanContext::e |
Definition at line 42 of file vsrc_testsrc_vulkan.c.
FFVkQueueFamilyCtx TestSrcVulkanContext::qf |
Definition at line 43 of file vsrc_testsrc_vulkan.c.
FFVulkanShader TestSrcVulkanContext::shd |
Definition at line 44 of file vsrc_testsrc_vulkan.c.
uint8_t TestSrcVulkanContext::color_rgba[4] |
Definition at line 47 of file vsrc_testsrc_vulkan.c.
TestSrcVulkanPushData TestSrcVulkanContext::opts |
Definition at line 49 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::w |
Definition at line 51 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::h |
Definition at line 51 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::pw |
Definition at line 52 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::ph |
Definition at line 52 of file vsrc_testsrc_vulkan.c.
char* TestSrcVulkanContext::out_format_string |
Definition at line 53 of file vsrc_testsrc_vulkan.c.
enum AVColorRange TestSrcVulkanContext::out_range |
Definition at line 54 of file vsrc_testsrc_vulkan.c.
unsigned int TestSrcVulkanContext::nb_frame |
Definition at line 55 of file vsrc_testsrc_vulkan.c.
AVRational TestSrcVulkanContext::time_base |
Definition at line 56 of file vsrc_testsrc_vulkan.c.
AVRational TestSrcVulkanContext::frame_rate |
Definition at line 56 of file vsrc_testsrc_vulkan.c.
int64_t TestSrcVulkanContext::pts |
Definition at line 57 of file vsrc_testsrc_vulkan.c.
int64_t TestSrcVulkanContext::duration |
duration expressed in microseconds
Definition at line 58 of file vsrc_testsrc_vulkan.c.
AVRational TestSrcVulkanContext::sar |
sample aspect ratio
Definition at line 59 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::draw_once |
draw only the first frame, always put out the same picture
Definition at line 60 of file vsrc_testsrc_vulkan.c.
int TestSrcVulkanContext::draw_once_reset |
draw only the first frame or in case of reset
Definition at line 61 of file vsrc_testsrc_vulkan.c.
AVFrame* TestSrcVulkanContext::picref |
cached reference containing the painted picture
Definition at line 62 of file vsrc_testsrc_vulkan.c.