|
FFmpeg
|
Data Fields | |
| VkDeviceAddress | tile_data |
| int | tile_count [2] |
| int | log2_chroma_sub [2] |
| int | components |
| int | bit_depth |
| int | bits_per_comp |
| int | nb_comp |
| int | nb_images |
| int | stride |
| int | need_align |
| int | padded_10bit |
| int | shift |
| VkDeviceAddress | pkt_data |
| uint8_t | qmat [64] |
| uint16_t | lin_curve [8] |
Definition at line 53 of file vulkan_apv.c.
| VkDeviceAddress DecodePushData::tile_data |
Definition at line 54 of file vulkan_apv.c.
Referenced by vk_apv_end_frame().
| int DecodePushData::tile_count[2] |
Definition at line 55 of file vulkan_apv.c.
| int DecodePushData::log2_chroma_sub[2] |
Definition at line 56 of file vulkan_apv.c.
| int DecodePushData::components |
Definition at line 57 of file vulkan_apv.c.
| int DecodePushData::bit_depth |
Definition at line 58 of file vulkan_apv.c.
| int DecodePushData::bits_per_comp |
Definition at line 49 of file vulkan_dpx.c.
Referenced by vk_dpx_end_frame().
| int DecodePushData::nb_comp |
Definition at line 50 of file vulkan_dpx.c.
| int DecodePushData::nb_images |
Definition at line 51 of file vulkan_dpx.c.
| int DecodePushData::stride |
Definition at line 52 of file vulkan_dpx.c.
| int DecodePushData::need_align |
Definition at line 53 of file vulkan_dpx.c.
| int DecodePushData::padded_10bit |
Definition at line 54 of file vulkan_dpx.c.
| int DecodePushData::shift |
Definition at line 55 of file vulkan_dpx.c.
| VkDeviceAddress DecodePushData::pkt_data |
Definition at line 53 of file vulkan_prores_raw.c.
Referenced by vk_prores_raw_end_frame().
| uint8_t DecodePushData::qmat[64] |
Definition at line 54 of file vulkan_prores_raw.c.
Referenced by vk_prores_raw_end_frame().
| uint16_t DecodePushData::lin_curve[8] |
Definition at line 55 of file vulkan_prores_raw.c.
Referenced by vk_prores_raw_end_frame().
1.8.17