Home
last modified time | relevance | path

Searched refs:playout (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Dchannel_layout.c74 const AVChannelLayout *playout; in main() local
84 while (playout = av_channel_layout_standard(&iter)) { in main()
85 av_channel_layout_describe_bprint(playout, &bp); in main()
89 int idx = av_channel_layout_index_from_channel(playout, i); in main()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c122 VK_FROM_HANDLE(panvk_pipeline_layout, playout, layout); in panvk_CmdBindDescriptorSets()
135 unsigned dyn_ubo_offset = playout->sets[idx].dyn_ubo_offset; in panvk_CmdBindDescriptorSets()
136 unsigned dyn_ssbo_offset = playout->sets[idx].dyn_ssbo_offset; in panvk_CmdBindDescriptorSets()
159 playout->sets[idx].dyn_ssbo_offset, in panvk_CmdBindDescriptorSets()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3744 VK_FROM_HANDLE(dzn_pipeline_layout, playout, layout); in dzn_CmdBindDescriptorSets()
3759 uint32_t dynamic_buffer_count = playout->sets[idx].dynamic_buffer_count; in dzn_CmdBindDescriptorSets()

Completed in 9 milliseconds