FFmpeg
Loading...
Searching...
No Matches
TestSrcVulkanContext Struct Reference

Data Fields

FFVulkanContext vkctx
int initialized
FFVkExecPool e
AVVulkanDeviceQueueFamilyqf
FFVulkanShader shd
uint8_t color_rgba [4]
TestSrcVulkanPushData opts
int w
int h
int pw
int ph
char * out_format_string
int out_range
unsigned int nb_frame
AVRational time_base
AVRational frame_rate
int64_t pts
int64_t duration
 duration expressed in microseconds
AVRational sar
 sample aspect ratio
int draw_once
 draw only the first frame, always put out the same picture
int draw_once_reset
 draw only the first frame or in case of reset
AVFramepicref
 cached reference containing the painted picture

Detailed Description

Definition at line 39 of file vsrc_testsrc_vulkan.c.

Field Documentation

◆ vkctx

FFVulkanContext TestSrcVulkanContext::vkctx

Definition at line 40 of file vsrc_testsrc_vulkan.c.

◆ initialized

int TestSrcVulkanContext::initialized

Definition at line 42 of file vsrc_testsrc_vulkan.c.

◆ e

FFVkExecPool TestSrcVulkanContext::e

Definition at line 43 of file vsrc_testsrc_vulkan.c.

◆ qf

AVVulkanDeviceQueueFamily* TestSrcVulkanContext::qf

Definition at line 44 of file vsrc_testsrc_vulkan.c.

◆ shd

FFVulkanShader TestSrcVulkanContext::shd

Definition at line 45 of file vsrc_testsrc_vulkan.c.

◆ color_rgba

uint8_t TestSrcVulkanContext::color_rgba[4]

Definition at line 48 of file vsrc_testsrc_vulkan.c.

◆ opts

TestSrcVulkanPushData TestSrcVulkanContext::opts

Definition at line 50 of file vsrc_testsrc_vulkan.c.

◆ w

int TestSrcVulkanContext::w

Definition at line 52 of file vsrc_testsrc_vulkan.c.

◆ h

int TestSrcVulkanContext::h

Definition at line 52 of file vsrc_testsrc_vulkan.c.

◆ pw

int TestSrcVulkanContext::pw

Definition at line 53 of file vsrc_testsrc_vulkan.c.

◆ ph

int TestSrcVulkanContext::ph

Definition at line 53 of file vsrc_testsrc_vulkan.c.

◆ out_format_string

char* TestSrcVulkanContext::out_format_string

Definition at line 54 of file vsrc_testsrc_vulkan.c.

◆ out_range

int TestSrcVulkanContext::out_range

Definition at line 56 of file vsrc_testsrc_vulkan.c.

◆ nb_frame

unsigned int TestSrcVulkanContext::nb_frame

Definition at line 57 of file vsrc_testsrc_vulkan.c.

◆ time_base

AVRational TestSrcVulkanContext::time_base

Definition at line 58 of file vsrc_testsrc_vulkan.c.

◆ frame_rate

AVRational TestSrcVulkanContext::frame_rate

Definition at line 58 of file vsrc_testsrc_vulkan.c.

◆ pts

int64_t TestSrcVulkanContext::pts

Definition at line 59 of file vsrc_testsrc_vulkan.c.

◆ duration

int64_t TestSrcVulkanContext::duration

duration expressed in microseconds

Definition at line 60 of file vsrc_testsrc_vulkan.c.

◆ sar

AVRational TestSrcVulkanContext::sar

sample aspect ratio

Definition at line 61 of file vsrc_testsrc_vulkan.c.

◆ draw_once

int TestSrcVulkanContext::draw_once

draw only the first frame, always put out the same picture

Definition at line 62 of file vsrc_testsrc_vulkan.c.

◆ draw_once_reset

int TestSrcVulkanContext::draw_once_reset

draw only the first frame or in case of reset

Definition at line 63 of file vsrc_testsrc_vulkan.c.

◆ picref

AVFrame* TestSrcVulkanContext::picref

cached reference containing the painted picture

Definition at line 64 of file vsrc_testsrc_vulkan.c.


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